COLOR #C9D5DE

HEX: #C9D5DE RGB: (201,213,222)

Color info

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

RGB color model

#C9D5DE color RGB value is (201,213,222).

RGB: (201,213,222) (79%, 84%, 87%)

RGB channels and saturation

R 201 of 255 = 79%
G 213 of 255 = 84%
B 222 of 255 = 87%

201
213
222

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

Portions of RGB colors in percentages

R + G + B = 201 + 213 + 222 = 636 (100%)
R 201 of 636 ~ 31.6%
G 213 of 636 ~ 33.49%
B 222 of 636 ~ 34.91'%

%31.6
%33.49
%34.91

CMYK color model

#C9D5DE color CMYK value is (9,4,0,13).

  • cyan value is 9.46%
  • magenta value is 4.05%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (9,4,0,13)
C9M4Y0K13 (9%, 4%, 0%, 13%)
(0.09 / 0.04 / 0.00 / 0.13)

CMYK percentages

%9.46
%4.05
%0
%12.94

Codes

Color #C9D5DE in popluar color models

C9 D5 DE
RGB 201 213 222
HSL 206° 24.14% 82.94%
HSB/HSV 206° 9.46% 87.06%
CMYK 9.46% 4.05% 0.00%
12.94%

Color #C9D5DE in popluar number systems.

HEX C9 D5 DE
Decimal 201 213 222
Binary 11001001 11010101 11011110
Octal 311 325 336

Shades and tints

Shades of #C9D5DE

#C9D5DE
(201,213,222)
#B7C2CA
(183,194,202)
#A5AFB6
(165,175,182)
#939CA2
(147,156,162)
#81898E
(129,137,142)
#6F767A
(111,118,122)
#5D6366
(93,99,102)
#4B5052
(75,80,82)
#393D3E
(57,61,62)
#272A2A
(39,42,42)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #C9D5DE

#C9D5DE
(201,213,222)
#CDD8E1
(205,216,225)
#D1DBE4
(209,219,228)
#D5DEE7
(213,222,231)
#D9E1EA
(217,225,234)
#DDE4ED
(221,228,237)
#E1E7F0
(225,231,240)
#E5EAF3
(229,234,243)
#E9EDF6
(233,237,246)
#EDF0F9
(237,240,249)
#F1F3FC
(241,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D5DE color. Also use rgb(201,213,222) instead hex code.

Text Font Color

.myTextColor { color: #C9D5DE; }

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

This text font color is #C9D5DE.

Background Color

.myBgColor { background-color: #C9D5DE; }

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

This div background color is #C9D5DE.

Border color

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

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

This div border color is #C9D5DE.

Opacity

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

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

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

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

This text has shadow with #C9D5DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9D5DE.

Preview

Color preview on black background

This text has color #C9D5DE on black background.


Color preview on white background

This text has color #C9D5DE on white background.


Black color preview on #C9D5DE background

This text has black color on #C9D5DE background.


White color preview on #C9D5DE background

This text has white color on #C9D5DE background.


Related colors

Complementary color

Complementary color for #hex is #362A21.


I love getcolorcode.com

Triadic colors

1 #DEC9D5 and #D5DEC9 with #C9D5DE are triadic colors.

2 #DED5C9 and #D5C9DE with #C9D5DE are triadic colors.