COLOR #C9DDBD

HEX: #C9DDBD
RGB: (201,221,189)

Color info

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

RGB color model

#C9DDBD color RGB value is (201,221,189).

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

RGB channels and saturation

R 201 of 255 = 79%
G 221 of 255 = 87%
B 189 of 255 = 74%

201
221
189

R + G + B ~ 80%. #C9DDBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 221 + 189 = 611 (100%)
R 201 of 611 ~ 32.9%
G 221 of 611 ~ 36.17%
B 189 of 611 ~ 30.93%

%32.9
%36.17
%30.93

CMYK color model

#C9DDBD color CMYK value is (9,0,14,13).

  • cyan value is 9.05%
  • magenta value is 0.00%
  • yellow value is 14.48%
  • key color value is 13.33%
CMYK:
(9,0,14,13)
C9M0Y14K13 
(9%,0%,14%,13%)
(0.09/0.00/0.14/0.13)	

CMYK percentages

%9.05
%0
%14.48
%13.33

Codes

Color #C9DDBD in popluar color models

C9DDBD
RGB201221189
HSL98°32.00%80.39%
HSB/HSV98°14.48%86.67%
CMYK9.05%0.00%14.48%
13.33%

Color #C9DDBD in popluar number systems.

HEXC9DDBD
Decimal201221189
Binary110010011101110110111101
Octal311335275

Shades and tints

Shades of #C9DDBD

#C9DDBD
(201,221,189)
#B7C9AC
(183,201,172)
#A5B59B
(165,181,155)
#93A18A
(147,161,138)
#818D79
(129,141,121)
#6F7968
(111,121,104)
#5D6557
(93,101,87)
#4B5146
(75,81,70)
#393D35
(57,61,53)
#272924
(39,41,36)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #C9DDBD

#C9DDBD
(201,221,189)
#CDE0C3
(205,224,195)
#D1E3C9
(209,227,201)
#D5E6CF
(213,230,207)
#D9E9D5
(217,233,213)
#DDECDB
(221,236,219)
#E1EFE1
(225,239,225)
#E5F2E7
(229,242,231)
#E9F5ED
(233,245,237)
#EDF8F3
(237,248,243)
#F1FBF9
(241,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DDBD; }

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

This text font color is #C9DDBD.


Background Color

.myBgColor { background-color: #C9DDBD; }

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

This div background color is #C9DDBD.


Border color

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

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

This div border color is #C9DDBD.


Opacity

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

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

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

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

This text has shadow with #C9DDBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DDBD on black background.


Color preview on white background

This text has color #C9DDBD on white background.



Black color preview on #C9DDBD background

This text has black color on #C9DDBD background.


White color preview on #C9DDBD background

This text has white color on #C9DDBD background.