COLOR #C5E8DD

HEX: #C5E8DD
RGB: (197,232,221)

Color info

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

RGB color model

#C5E8DD color RGB value is (197,232,221).

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

RGB channels and saturation

R 197 of 255 = 77%
G 232 of 255 = 91%
B 221 of 255 = 87%

197
232
221

R + G + B ~ 85%. #C5E8DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 232 + 221 = 650 (100%)
R 197 of 650 ~ 30.31%
G 232 of 650 ~ 35.69%
B 221 of 650 ~ 34%

%30.31
%35.69
%34

CMYK color model

#C5E8DD color CMYK value is (15,0,5,9).

  • cyan value is 15.09%
  • magenta value is 0.00%
  • yellow value is 4.74%
  • key color value is 9.02%
CMYK:
(15,0,5,9)
C15M0Y5K9 
(15%,0%,5%,9%)
(0.15/0.00/0.05/0.09)	

CMYK percentages

%15.09
%0
%4.74
%9.02

Codes

Color #C5E8DD in popluar color models

C5E8DD
RGB197232221
HSL161°43.21%84.12%
HSB/HSV161°15.09%90.98%
CMYK15.09%0.00%4.74%
9.02%

Color #C5E8DD in popluar number systems.

HEXC5E8DD
Decimal197232221
Binary110001011110100011011101
Octal305350335

Shades and tints

Shades of #C5E8DD

#C5E8DD
(197,232,221)
#B4D3C9
(180,211,201)
#A3BEB5
(163,190,181)
#92A9A1
(146,169,161)
#81948D
(129,148,141)
#707F79
(112,127,121)
#5F6A65
(95,106,101)
#4E5551
(78,85,81)
#3D403D
(61,64,61)
#2C2B29
(44,43,41)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #C5E8DD

#C5E8DD
(197,232,221)
#CAEAE0
(202,234,224)
#CFECE3
(207,236,227)
#D4EEE6
(212,238,230)
#D9F0E9
(217,240,233)
#DEF2EC
(222,242,236)
#E3F4EF
(227,244,239)
#E8F6F2
(232,246,242)
#EDF8F5
(237,248,245)
#F2FAF8
(242,250,248)
#F7FCFB
(247,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E8DD; }

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

This text font color is #C5E8DD.


Background Color

.myBgColor { background-color: #C5E8DD; }

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

This div background color is #C5E8DD.


Border color

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

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

This div border color is #C5E8DD.


Opacity

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

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

Text with #C5E8DD 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 #C5E8DD;}

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

This text has shadow with #C5E8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E8DD on black background.


Color preview on white background

This text has color #C5E8DD on white background.



Black color preview on #C5E8DD background

This text has black color on #C5E8DD background.


White color preview on #C5E8DD background

This text has white color on #C5E8DD background.