HEX: #C5EFD6
RGB: (197,239,214)
#C5EFD6 contains red, green and blue colors in about the same proportion. Web safe color of #C5EFD6 is #CCFFCC (or #CFC).
#C5EFD6 color RGB value is (197,239,214).
RGB: (197,239,214)
(77%, 94%, 84%)
R 197 of 255 = 77%
G 239 of 255 = 94%
B 214 of 255 = 84%
R + G + B ~ 85%. #C5EFD6 is quite light color.
R + G + B = 197 + 239 + 214 = 650 (100%)
R 197 of 650 ~ 30.31%
G 239 of 650 ~ 36.77%
B 214 of 650 ~ 32.92'%
#C5EFD6 color CMYK value is (18,0,10,6).
CMYK: (18,0,10,6) C18M0Y10K6 (18%,0%,10%,6%) (0.18/0.00/0.10/0.06)
Color #C5EFD6 in popluar color models
C5 | EF | D6 | |
---|---|---|---|
RGB | 197 | 239 | 214 |
HSL | 144° | 56.76% | 85.49% |
HSB/HSV | 144° | 17.57% | 93.73% |
CMYK | 17.57% | 0.00% | 10.46% |
6.27% |
Color #C5EFD6 in popluar number systems.
HEX | C5 | EF | D6 |
Decimal | 197 | 239 | 214 |
Binary | 11000101 | 11101111 | 11010110 |
Octal | 305 | 357 | 326 |
Shades of #C5EFD6
Tints of #C5EFD6
Examples of css and html codes for elements with #C5EFD6 color. Also use rgb(197,239,214) instead hex code.
.myTextColor { color: #C5EFD6; }
<p style="color:#C5EFD6">This sample text font color is #C5EFD6.</p>
This text font color is #C5EFD6.
.myBgColor { background-color: #C5EFD6; }
<div style="background-color:#C5EFD6">Inner text</div>
This div background color is #C5EFD6.
.myBorderColor { border: 1px solid #C5EFD6; }
<div style="border:3px solid #C5EFD6">Div</div>
This div border color is #C5EFD6.
.myOpacity80 { color: #C5EFD6; opacity: 0.8; }
<p style="color:#C5EFD6;opacity:0.8;">80%</p>
Text with #C5EFD6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5EFD6;}
<p style="text-shadow: 3px 3px 1px #C5EFD6">Text here.</p>
This text has shadow with #C5EFD6 color.
.textShadow {text-shadow: 3px 3px 1px #C5EFD6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5EFD6, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5EFD6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5EFD6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5EFD6, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5EFD6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5EFD6;
-webkit-box-shadow: 1px 1px 3px 2px #C5EFD6;
box-shadow: 1px 1px 3px 2px #C5EFD6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5EFD6; -webkit-box-shadow: 1px 1px 3px 2px #C5EFD6; box-shadow:1px 1px 3px 2px #C5EFD6;">
Div content here
</div>
This text has color #C5EFD6 on black background.
This text has color #C5EFD6 on white background.
This text has black color on #C5EFD6 background.
This text has white color on #C5EFD6 background.
Complementary color for #hex is #3A1029.