COLOR #C9DDB7

HEX: #C9DDB7
RGB: (201,221,183)

Color info

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

RGB color model

#C9DDB7 color RGB value is (201,221,183).

  • red value is 201;
  • green value is 221;
  • blue value is 183.
RGB:
(201,221,183)
(79%,87%,72%)

RGB channels and saturation

R 201 of 255 = 79%
G 221 of 255 = 87%
B 183 of 255 = 72%

201
221
183

R + G + B ~ 79%. #C9DDB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 221 + 183 = 605 (100%)
R 201 of 605 ~ 33.22%
G 221 of 605 ~ 36.53%
B 183 of 605 ~ 30.25%

%33.22
%36.53
%30.25

CMYK color model

#C9DDB7 color CMYK value is (9,0,17,13).

  • cyan value is 9.05%
  • magenta value is 0.00%
  • yellow value is 17.19%
  • key color value is 13.33%
CMYK:
(9,0,17,13)
C9M0Y17K13 
(9%,0%,17%,13%)
(0.09/0.00/0.17/0.13)	

CMYK percentages

%9.05
%0
%17.19
%13.33

Codes

Color #C9DDB7 in popluar color models

C9DDB7
RGB201221183
HSL92°35.85%79.22%
HSB/HSV92°17.19%86.67%
CMYK9.05%0.00%17.19%
13.33%

Color #C9DDB7 in popluar number systems.

HEXC9DDB7
Decimal201221183
Binary110010011101110110110111
Octal311335267

Shades and tints

Shades of #C9DDB7

#C9DDB7
(201,221,183)
#B7C9A7
(183,201,167)
#A5B597
(165,181,151)
#93A187
(147,161,135)
#818D77
(129,141,119)
#6F7967
(111,121,103)
#5D6557
(93,101,87)
#4B5147
(75,81,71)
#393D37
(57,61,55)
#272927
(39,41,39)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #C9DDB7

#C9DDB7
(201,221,183)
#CDE0BD
(205,224,189)
#D1E3C3
(209,227,195)
#D5E6C9
(213,230,201)
#D9E9CF
(217,233,207)
#DDECD5
(221,236,213)
#E1EFDB
(225,239,219)
#E5F2E1
(229,242,225)
#E9F5E7
(233,245,231)
#EDF8ED
(237,248,237)
#F1FBF3
(241,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9DDB7 color. Also use rgb(201,221,183) instead hex code.

Text Font Color

.myTextColor { color: #C9DDB7; }

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

This text font color is #C9DDB7.


Background Color

.myBgColor { background-color: #C9DDB7; }

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

This div background color is #C9DDB7.


Border color

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

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

This div border color is #C9DDB7.


Opacity

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

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

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

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

This text has shadow with #C9DDB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DDB7 on black background.


Color preview on white background

This text has color #C9DDB7 on white background.



Black color preview on #C9DDB7 background

This text has black color on #C9DDB7 background.


White color preview on #C9DDB7 background

This text has white color on #C9DDB7 background.