COLOR #C5E0DD

HEX: #C5E0DD
RGB: (197,224,221)

Color info

#C5E0DD contains red, green and blue colors in about the same proportion. Web safe color of #C5E0DD is #CCCCCC (or #CCC).

RGB color model

#C5E0DD color RGB value is (197,224,221).

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

RGB channels and saturation

R 197 of 255 = 77%
G 224 of 255 = 88%
B 221 of 255 = 87%

197
224
221

R + G + B ~ 84%. #C5E0DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 224 + 221 = 642 (100%)
R 197 of 642 ~ 30.69%
G 224 of 642 ~ 34.89%
B 221 of 642 ~ 34.42%

%30.69
%34.89
%34.42

CMYK color model

#C5E0DD color CMYK value is (12,0,1,12).

  • cyan value is 12.05%
  • magenta value is 0.00%
  • yellow value is 1.34%
  • key color value is 12.16%
CMYK:
(12,0,1,12)
C12M0Y1K12 
(12%,0%,1%,12%)
(0.12/0.00/0.01/0.12)	

CMYK percentages

%12.05
%0
%1.34
%12.16

Codes

Color #C5E0DD in popluar color models

C5E0DD
RGB197224221
HSL173°30.34%82.55%
HSB/HSV173°12.05%87.84%
CMYK12.05%0.00%1.34%
12.16%

Color #C5E0DD in popluar number systems.

HEXC5E0DD
Decimal197224221
Binary110001011110000011011101
Octal305340335

Shades and tints

Shades of #C5E0DD

#C5E0DD
(197,224,221)
#B4CCC9
(180,204,201)
#A3B8B5
(163,184,181)
#92A4A1
(146,164,161)
#81908D
(129,144,141)
#707C79
(112,124,121)
#5F6865
(95,104,101)
#4E5451
(78,84,81)
#3D403D
(61,64,61)
#2C2C29
(44,44,41)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #C5E0DD

#C5E0DD
(197,224,221)
#CAE2E0
(202,226,224)
#CFE4E3
(207,228,227)
#D4E6E6
(212,230,230)
#D9E8E9
(217,232,233)
#DEEAEC
(222,234,236)
#E3ECEF
(227,236,239)
#E8EEF2
(232,238,242)
#EDF0F5
(237,240,245)
#F2F2F8
(242,242,248)
#F7F4FB
(247,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E0DD; }

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

This text font color is #C5E0DD.


Background Color

.myBgColor { background-color: #C5E0DD; }

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

This div background color is #C5E0DD.


Border color

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

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

This div border color is #C5E0DD.


Opacity

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

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

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

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

This text has shadow with #C5E0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E0DD on black background.


Color preview on white background

This text has color #C5E0DD on white background.



Black color preview on #C5E0DD background

This text has black color on #C5E0DD background.


White color preview on #C5E0DD background

This text has white color on #C5E0DD background.