COLOR #C5DEE9

HEX: #C5DEE9
RGB: (197,222,233)

Color info

#C5DEE9 contains red, green and blue colors in about the same proportion. Web safe color of #C5DEE9 is #CCCCFF (or #CCF).

RGB color model

#C5DEE9 color RGB value is (197,222,233).

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

RGB channels and saturation

R 197 of 255 = 77%
G 222 of 255 = 87%
B 233 of 255 = 91%

197
222
233

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

Portions of RGB colors in percentages

R + G + B =
197 + 222 + 233 = 652 (100%)
R 197 of 652 ~ 30.21%
G 222 of 652 ~ 34.05%
B 233 of 652 ~ 35.74%

%30.21
%34.05
%35.74

CMYK color model

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

  • cyan value is 15.45%
  • magenta value is 4.72%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(15,5,0,9)
C15M5Y0K9 
(15%,5%,0%,9%)
(0.15/0.05/0.00/0.09)	

CMYK percentages

%15.45
%4.72
%0
%8.63

Codes

Color #C5DEE9 in popluar color models

C5DEE9
RGB197222233
HSL198°45.00%84.31%
HSB/HSV198°15.45%91.37%
CMYK15.45%4.72%0.00%
8.63%

Color #C5DEE9 in popluar number systems.

HEXC5DEE9
Decimal197222233
Binary110001011101111011101001
Octal305336351

Shades and tints

Shades of #C5DEE9

#C5DEE9
(197,222,233)
#B4CAD4
(180,202,212)
#A3B6BF
(163,182,191)
#92A2AA
(146,162,170)
#818E95
(129,142,149)
#707A80
(112,122,128)
#5F666B
(95,102,107)
#4E5256
(78,82,86)
#3D3E41
(61,62,65)
#2C2A2C
(44,42,44)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #C5DEE9

#C5DEE9
(197,222,233)
#CAE1EB
(202,225,235)
#CFE4ED
(207,228,237)
#D4E7EF
(212,231,239)
#D9EAF1
(217,234,241)
#DEEDF3
(222,237,243)
#E3F0F5
(227,240,245)
#E8F3F7
(232,243,247)
#EDF6F9
(237,246,249)
#F2F9FB
(242,249,251)
#F7FCFD
(247,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DEE9 color. Also use rgb(197,222,233) instead hex code.

Text Font Color

.myTextColor { color: #C5DEE9; }

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

This text font color is #C5DEE9.


Background Color

.myBgColor { background-color: #C5DEE9; }

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

This div background color is #C5DEE9.


Border color

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

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

This div border color is #C5DEE9.


Opacity

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

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

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

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

This text has shadow with #C5DEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DEE9 on black background.


Color preview on white background

This text has color #C5DEE9 on white background.



Black color preview on #C5DEE9 background

This text has black color on #C5DEE9 background.


White color preview on #C5DEE9 background

This text has white color on #C5DEE9 background.