COLOR #C9DED2

HEX: #C9DED2 RGB: (201,222,210)

Color info

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

RGB color model

#C9DED2 color RGB value is (201,222,210).

RGB: (201,222,210) (79%, 87%, 82%)

RGB channels and saturation

R 201 of 255 = 79%
G 222 of 255 = 87%
B 210 of 255 = 82%

201
222
210

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

Portions of RGB colors in percentages

R + G + B = 201 + 222 + 210 = 633 (100%)
R 201 of 633 ~ 31.75%
G 222 of 633 ~ 35.07%
B 210 of 633 ~ 33.18'%

%31.75
%35.07
%33.18

CMYK color model

#C9DED2 color CMYK value is (9,0,5,13).

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

CMYK: (9,0,5,13)
C9M0Y5K13 (9%, 0%, 5%, 13%)
(0.09 / 0.00 / 0.05 / 0.13)

CMYK percentages

%9.46
%0
%5.41
%12.94

Codes

Color #C9DED2 in popluar color models

C9 DE D2
RGB 201 222 210
HSL 146° 24.14% 82.94%
HSB/HSV 146° 9.46% 87.06%
CMYK 9.46% 0.00% 5.41%
12.94%

Color #C9DED2 in popluar number systems.

HEX C9 DE D2
Decimal 201 222 210
Binary 11001001 11011110 11010010
Octal 311 336 322

Shades and tints

Shades of #C9DED2

#C9DED2
(201,222,210)
#B7CABF
(183,202,191)
#A5B6AC
(165,182,172)
#93A299
(147,162,153)
#818E86
(129,142,134)
#6F7A73
(111,122,115)
#5D6660
(93,102,96)
#4B524D
(75,82,77)
#393E3A
(57,62,58)
#272A27
(39,42,39)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #C9DED2

#C9DED2
(201,222,210)
#CDE1D6
(205,225,214)
#D1E4DA
(209,228,218)
#D5E7DE
(213,231,222)
#D9EAE2
(217,234,226)
#DDEDE6
(221,237,230)
#E1F0EA
(225,240,234)
#E5F3EE
(229,243,238)
#E9F6F2
(233,246,242)
#EDF9F6
(237,249,246)
#F1FCFA
(241,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DED2; }

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

This text font color is #C9DED2.

Background Color

.myBgColor { background-color: #C9DED2; }

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

This div background color is #C9DED2.

Border color

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

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

This div border color is #C9DED2.

Opacity

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

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

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

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

This text has shadow with #C9DED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DED2.

Preview

Color preview on black background

This text has color #C9DED2 on black background.


Color preview on white background

This text has color #C9DED2 on white background.


Black color preview on #C9DED2 background

This text has black color on #C9DED2 background.


White color preview on #C9DED2 background

This text has white color on #C9DED2 background.


Related colors

Complementary color

Complementary color for #hex is #36212D.


I love getcolorcode.com

Triadic colors

1 #D2C9DE and #DED2C9 with #C9DED2 are triadic colors.

2 #D2DEC9 and #DEC9D2 with #C9DED2 are triadic colors.