I was recently editing an eBook that used some smallcaps. So I decided to find out what the size of the smallcaps is.
Comparing fake smallcaps to real smallcaps in the calibre editor, I've found that 0.8333em is the size of smallcaps.
Code:
.smallcaps {
font-size: 0.8333em;
}