HEX: #C5EBEA
RGB: (197,235,234)
#C5EBEA contains red, green and blue colors in about the same proportion. Web safe color of #C5EBEA is #CCFFFF (or #CFF).
#C5EBEA color RGB value is (197,235,234).
RGB: (197,235,234)
(77%, 92%, 92%)
R 197 of 255 = 77%
G 235 of 255 = 92%
B 234 of 255 = 92%
R + G + B ~ 87%. #C5EBEA is light color.
R + G + B = 197 + 235 + 234 = 666 (100%)
R 197 of 666 ~ 29.58%
G 235 of 666 ~ 35.29%
B 234 of 666 ~ 35.14'%
#C5EBEA color CMYK value is (16,0,0,8).
CMYK: (16,0,0,8) C16M0Y0K8 (16%,0%,0%,8%) (0.16/0.00/0.00/0.08)
Color #C5EBEA in popluar color models
C5 | EB | EA | |
---|---|---|---|
RGB | 197 | 235 | 234 |
HSL | 178° | 48.72% | 84.71% |
HSB/HSV | 178° | 16.17% | 92.16% |
CMYK | 16.17% | 0.00% | 0.43% |
7.84% |
Color #C5EBEA in popluar number systems.
HEX | C5 | EB | EA |
Decimal | 197 | 235 | 234 |
Binary | 11000101 | 11101011 | 11101010 |
Octal | 305 | 353 | 352 |
Shades of #C5EBEA
Tints of #C5EBEA
Examples of css and html codes for elements with #C5EBEA color. Also use rgb(197,235,234) instead hex code.
.myTextColor { color: #C5EBEA; }
<p style="color:#C5EBEA">This sample text font color is #C5EBEA.</p>
This text font color is #C5EBEA.
.myBgColor { background-color: #C5EBEA; }
<div style="background-color:#C5EBEA">Inner text</div>
This div background color is #C5EBEA.
.myBorderColor { border: 1px solid #C5EBEA; }
<div style="border:3px solid #C5EBEA">Div</div>
This div border color is #C5EBEA.
.myOpacity80 { color: #C5EBEA; opacity: 0.8; }
<p style="color:#C5EBEA;opacity:0.8;">80%</p>
Text with #C5EBEA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5EBEA;}
<p style="text-shadow: 3px 3px 1px #C5EBEA">Text here.</p>
This text has shadow with #C5EBEA color.
.textShadow {text-shadow: 3px 3px 1px #C5EBEA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5EBEA, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5EBEA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5EBEA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5EBEA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5EBEA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5EBEA;
-webkit-box-shadow: 1px 1px 3px 2px #C5EBEA;
box-shadow: 1px 1px 3px 2px #C5EBEA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5EBEA; -webkit-box-shadow: 1px 1px 3px 2px #C5EBEA; box-shadow:1px 1px 3px 2px #C5EBEA;">
Div content here
</div>
This text has color #C5EBEA on black background.
This text has color #C5EBEA on white background.
This text has black color on #C5EBEA background.
This text has white color on #C5EBEA background.
Complementary color for #hex is #3A1415.