COLOR #C9DED8

HEX: #C9DED8 RGB: (201,222,216)

Color info

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

RGB color model

#C9DED8 color RGB value is (201,222,216).

RGB: (201,222,216) (79%, 87%, 85%)

RGB channels and saturation

R 201 of 255 = 79%
G 222 of 255 = 87%
B 216 of 255 = 85%

201
222
216

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

Portions of RGB colors in percentages

R + G + B = 201 + 222 + 216 = 639 (100%)
R 201 of 639 ~ 31.46%
G 222 of 639 ~ 34.74%
B 216 of 639 ~ 33.8'%

%31.46
%34.74
%33.8

CMYK color model

#C9DED8 color CMYK value is (9,0,3,13).

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

CMYK: (9,0,3,13)
C9M0Y3K13 (9%, 0%, 3%, 13%)
(0.09 / 0.00 / 0.03 / 0.13)

CMYK percentages

%9.46
%0
%2.7
%12.94

Codes

Color #C9DED8 in popluar color models

C9 DE D8
RGB 201 222 216
HSL 163° 24.14% 82.94%
HSB/HSV 163° 9.46% 87.06%
CMYK 9.46% 0.00% 2.70%
12.94%

Color #C9DED8 in popluar number systems.

HEX C9 DE D8
Decimal 201 222 216
Binary 11001001 11011110 11011000
Octal 311 336 330

Shades and tints

Shades of #C9DED8

#C9DED8
(201,222,216)
#B7CAC5
(183,202,197)
#A5B6B2
(165,182,178)
#93A29F
(147,162,159)
#818E8C
(129,142,140)
#6F7A79
(111,122,121)
#5D6666
(93,102,102)
#4B5253
(75,82,83)
#393E40
(57,62,64)
#272A2D
(39,42,45)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #C9DED8

#C9DED8
(201,222,216)
#CDE1DB
(205,225,219)
#D1E4DE
(209,228,222)
#D5E7E1
(213,231,225)
#D9EAE4
(217,234,228)
#DDEDE7
(221,237,231)
#E1F0EA
(225,240,234)
#E5F3ED
(229,243,237)
#E9F6F0
(233,246,240)
#EDF9F3
(237,249,243)
#F1FCF6
(241,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DED8; }

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

This text font color is #C9DED8.

Background Color

.myBgColor { background-color: #C9DED8; }

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

This div background color is #C9DED8.

Border color

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

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

This div border color is #C9DED8.

Opacity

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

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

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

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

This text has shadow with #C9DED8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DED8.

Preview

Color preview on black background

This text has color #C9DED8 on black background.


Color preview on white background

This text has color #C9DED8 on white background.


Black color preview on #C9DED8 background

This text has black color on #C9DED8 background.


White color preview on #C9DED8 background

This text has white color on #C9DED8 background.


Related colors

Complementary color

Complementary color for #hex is #362127.


I love getcolorcode.com

Triadic colors

1 #D8C9DE and #DED8C9 with #C9DED8 are triadic colors.

2 #D8DEC9 and #DEC9D8 with #C9DED8 are triadic colors.