COLOR #C9DED1

HEX: #C9DED1
RGB: (201,222,209)

Color info

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

RGB color model

#C9DED1 color RGB value is (201,222,209).

  • red value is 201;
  • green value is 222;
  • blue value is 209.
RGB:
(201,222,209)
(79%,87%,82%)

RGB channels and saturation

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

201
222
209

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

Portions of RGB colors in percentages

R + G + B =
201 + 222 + 209 = 632 (100%)
R 201 of 632 ~ 31.8%
G 222 of 632 ~ 35.13%
B 209 of 632 ~ 33.07%

%31.8
%35.13
%33.07

CMYK color model

#C9DED1 color CMYK value is (9,0,6,13).

  • cyan value is 9.46%
  • magenta value is 0.00%
  • yellow value is 5.86%
  • key color value is 12.94%
CMYK:
(9,0,6,13)
C9M0Y6K13 
(9%,0%,6%,13%)
(0.09/0.00/0.06/0.13)	

CMYK percentages

%9.46
%0
%5.86
%12.94

Codes

Color #C9DED1 in popluar color models

C9DED1
RGB201222209
HSL143°24.14%82.94%
HSB/HSV143°9.46%87.06%
CMYK9.46%0.00%5.86%
12.94%

Color #C9DED1 in popluar number systems.

HEXC9DED1
Decimal201222209
Binary110010011101111011010001
Octal311336321

Shades and tints

Shades of #C9DED1

#C9DED1
(201,222,209)
#B7CABE
(183,202,190)
#A5B6AB
(165,182,171)
#93A298
(147,162,152)
#818E85
(129,142,133)
#6F7A72
(111,122,114)
#5D665F
(93,102,95)
#4B524C
(75,82,76)
#393E39
(57,62,57)
#272A26
(39,42,38)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #C9DED1

#C9DED1
(201,222,209)
#CDE1D5
(205,225,213)
#D1E4D9
(209,228,217)
#D5E7DD
(213,231,221)
#D9EAE1
(217,234,225)
#DDEDE5
(221,237,229)
#E1F0E9
(225,240,233)
#E5F3ED
(229,243,237)
#E9F6F1
(233,246,241)
#EDF9F5
(237,249,245)
#F1FCF9
(241,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DED1; }

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

This text font color is #C9DED1.


Background Color

.myBgColor { background-color: #C9DED1; }

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

This div background color is #C9DED1.


Border color

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

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

This div border color is #C9DED1.


Opacity

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

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

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

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

This text has shadow with #C9DED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DED1 on black background.


Color preview on white background

This text has color #C9DED1 on white background.



Black color preview on #C9DED1 background

This text has black color on #C9DED1 background.


White color preview on #C9DED1 background

This text has white color on #C9DED1 background.