HEX: #C7EABA
RGB: (199,234,186)
#C7EABA contains red, green and blue colors in about the same proportion. Web safe color of #C7EABA is #CCFFCC (or #CFC).
#C7EABA color RGB value is (199,234,186).
RGB: (199,234,186)
(78%, 92%, 73%)
R 199 of 255 = 78%
G 234 of 255 = 92%
B 186 of 255 = 73%
R + G + B ~ 81%. #C7EABA is quite light color.
R + G + B = 199 + 234 + 186 = 619 (100%)
R 199 of 619 ~ 32.15%
G 234 of 619 ~ 37.8%
B 186 of 619 ~ 30.05'%
#C7EABA color CMYK value is (15,0,21,8).
CMYK: (15,0,21,8) C15M0Y21K8 (15%,0%,21%,8%) (0.15/0.00/0.21/0.08)
Color #C7EABA in popluar color models
C7 | EA | BA | |
---|---|---|---|
RGB | 199 | 234 | 186 |
HSL | 104° | 53.33% | 82.35% |
HSB/HSV | 104° | 20.51% | 91.76% |
CMYK | 14.96% | 0.00% | 20.51% |
8.24% |
Color #C7EABA in popluar number systems.
HEX | C7 | EA | BA |
Decimal | 199 | 234 | 186 |
Binary | 11000111 | 11101010 | 10111010 |
Octal | 307 | 352 | 272 |
Shades of #C7EABA
Tints of #C7EABA
Examples of css and html codes for elements with #C7EABA color. Also use rgb(199,234,186) instead hex code.
.myTextColor { color: #C7EABA; }
<p style="color:#C7EABA">This sample text font color is #C7EABA.</p>
This text font color is #C7EABA.
.myBgColor { background-color: #C7EABA; }
<div style="background-color:#C7EABA">Inner text</div>
This div background color is #C7EABA.
.myBorderColor { border: 1px solid #C7EABA; }
<div style="border:3px solid #C7EABA">Div</div>
This div border color is #C7EABA.
.myOpacity80 { color: #C7EABA; opacity: 0.8; }
<p style="color:#C7EABA;opacity:0.8;">80%</p>
Text with #C7EABA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7EABA;}
<p style="text-shadow: 3px 3px 1px #C7EABA">Text here.</p>
This text has shadow with #C7EABA color.
.textShadow {text-shadow: 3px 3px 1px #C7EABA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7EABA, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7EABA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7EABA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7EABA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7EABA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7EABA;
-webkit-box-shadow: 1px 1px 3px 2px #C7EABA;
box-shadow: 1px 1px 3px 2px #C7EABA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7EABA; -webkit-box-shadow: 1px 1px 3px 2px #C7EABA; box-shadow:1px 1px 3px 2px #C7EABA;">
Div content here
</div>
This text has color #C7EABA on black background.
This text has color #C7EABA on white background.
This text has black color on #C7EABA background.
This text has white color on #C7EABA background.
Complementary color for #hex is #381545.