COLOR #C5E8CF

HEX: #C5E8CF
RGB: (197,232,207)

Color info

#C5E8CF contains red, green and blue colors in about the same proportion. Web safe color of #C5E8CF is #CCFFCC (or #CFC).

RGB color model

#C5E8CF color RGB value is (197,232,207).

  • red value is 197;
  • green value is 232;
  • blue value is 207.
RGB:
(197,232,207)
(77%,91%,81%)

RGB channels and saturation

R 197 of 255 = 77%
G 232 of 255 = 91%
B 207 of 255 = 81%

197
232
207

R + G + B ~ 83%. #C5E8CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 232 + 207 = 636 (100%)
R 197 of 636 ~ 30.97%
G 232 of 636 ~ 36.48%
B 207 of 636 ~ 32.55%

%30.97
%36.48
%32.55

CMYK color model

#C5E8CF color CMYK value is (15,0,11,9).

  • cyan value is 15.09%
  • magenta value is 0.00%
  • yellow value is 10.78%
  • key color value is 9.02%
CMYK:
(15,0,11,9)
C15M0Y11K9 
(15%,0%,11%,9%)
(0.15/0.00/0.11/0.09)	

CMYK percentages

%15.09
%0
%10.78
%9.02

Codes

Color #C5E8CF in popluar color models

C5E8CF
RGB197232207
HSL137°43.21%84.12%
HSB/HSV137°15.09%90.98%
CMYK15.09%0.00%10.78%
9.02%

Color #C5E8CF in popluar number systems.

HEXC5E8CF
Decimal197232207
Binary110001011110100011001111
Octal305350317

Shades and tints

Shades of #C5E8CF

#C5E8CF
(197,232,207)
#B4D3BD
(180,211,189)
#A3BEAB
(163,190,171)
#92A999
(146,169,153)
#819487
(129,148,135)
#707F75
(112,127,117)
#5F6A63
(95,106,99)
#4E5551
(78,85,81)
#3D403F
(61,64,63)
#2C2B2D
(44,43,45)
#1B161B
(27,22,27)
#000000
(0,0,0)

Tints of #C5E8CF

#C5E8CF
(197,232,207)
#CAEAD3
(202,234,211)
#CFECD7
(207,236,215)
#D4EEDB
(212,238,219)
#D9F0DF
(217,240,223)
#DEF2E3
(222,242,227)
#E3F4E7
(227,244,231)
#E8F6EB
(232,246,235)
#EDF8EF
(237,248,239)
#F2FAF3
(242,250,243)
#F7FCF7
(247,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E8CF color. Also use rgb(197,232,207) instead hex code.

Text Font Color

.myTextColor { color: #C5E8CF; }

<p style="color:#C5E8CF">This sample text font color is #C5E8CF.</p>

This text font color is #C5E8CF.


Background Color

.myBgColor { background-color: #C5E8CF; }

<div style="background-color:#C5E8CF">Inner text</div>

This div background color is #C5E8CF.


Border color

.myBorderColor { border: 1px solid #C5E8CF; }

<div style="border:3px solid #C5E8CF">Div</div>

This div border color is #C5E8CF.


Opacity

.myOpacity80 { color: #C5E8CF; opacity: 0.8; }

<p style="color:#C5E8CF;opacity:0.8;">80%</p>

Text with #C5E8CF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C5E8CF;}

<p style="text-shadow: 3px 3px 1px #C5E8CF">Text here.</p>

This text has shadow with #C5E8CF color.

.textShadow {text-shadow: 3px 3px 1px #C5E8CF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C5E8CF, 5px 5px 20px red">Text here.</p>

This text has shadow with #C5E8CF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5E8CF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C5E8CF, Direction=45, Strength=4)">Text</p>

This text has shadow with #C5E8CF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C5E8CF;
  -webkit-box-shadow:	1px 1px 3px 2px #C5E8CF;
  box-shadow:		1px 1px 3px 2px #C5E8CF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5E8CF;
-webkit-box-shadow: 1px 1px 3px 2px #C5E8CF;
box-shadow:1px 1px 3px 2px #C5E8CF;">
Div content here</div>
This div box has shadow with color #C5E8CF.

Preview

Color preview on black background

This text has color #C5E8CF on black background.


Color preview on white background

This text has color #C5E8CF on white background.



Black color preview on #C5E8CF background

This text has black color on #C5E8CF background.


White color preview on #C5E8CF background

This text has white color on #C5E8CF background.