COLOR #C9DDBC

HEX: #C9DDBC RGB: (201,221,188)

Color info

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

RGB color model

#C9DDBC color RGB value is (201,221,188).

RGB: (201,221,188) (79%, 87%, 74%)

RGB channels and saturation

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

201
221
188

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

Portions of RGB colors in percentages

R + G + B = 201 + 221 + 188 = 610 (100%)
R 201 of 610 ~ 32.95%
G 221 of 610 ~ 36.23%
B 188 of 610 ~ 30.82'%

%32.95
%36.23
%30.82

CMYK color model

#C9DDBC color CMYK value is (9,0,15,13).

  • cyan value is 9.05%
  • magenta value is 0.00%
  • yellow value is 14.93%
  • key color value is 13.33%

CMYK: (9,0,15,13)
C9M0Y15K13 (9%, 0%, 15%, 13%)
(0.09 / 0.00 / 0.15 / 0.13)

CMYK percentages

%9.05
%0
%14.93
%13.33

Codes

Color #C9DDBC in popluar color models

C9 DD BC
RGB 201 221 188
HSL 96° 32.67% 80.20%
HSB/HSV 96° 14.93% 86.67%
CMYK 9.05% 0.00% 14.93%
13.33%

Color #C9DDBC in popluar number systems.

HEX C9 DD BC
Decimal 201 221 188
Binary 11001001 11011101 10111100
Octal 311 335 274

Shades and tints

Shades of #C9DDBC

#C9DDBC
(201,221,188)
#B7C9AB
(183,201,171)
#A5B59A
(165,181,154)
#93A189
(147,161,137)
#818D78
(129,141,120)
#6F7967
(111,121,103)
#5D6556
(93,101,86)
#4B5145
(75,81,69)
#393D34
(57,61,52)
#272923
(39,41,35)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #C9DDBC

#C9DDBC
(201,221,188)
#CDE0C2
(205,224,194)
#D1E3C8
(209,227,200)
#D5E6CE
(213,230,206)
#D9E9D4
(217,233,212)
#DDECDA
(221,236,218)
#E1EFE0
(225,239,224)
#E5F2E6
(229,242,230)
#E9F5EC
(233,245,236)
#EDF8F2
(237,248,242)
#F1FBF8
(241,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DDBC; }

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

This text font color is #C9DDBC.

Background Color

.myBgColor { background-color: #C9DDBC; }

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

This div background color is #C9DDBC.

Border color

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

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

This div border color is #C9DDBC.

Opacity

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

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

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

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

This text has shadow with #C9DDBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DDBC.

Preview

Color preview on black background

This text has color #C9DDBC on black background.


Color preview on white background

This text has color #C9DDBC on white background.


Black color preview on #C9DDBC background

This text has black color on #C9DDBC background.


White color preview on #C9DDBC background

This text has white color on #C9DDBC background.


Related colors

Complementary color

Complementary color for #hex is #362243.


I love getcolorcode.com

Triadic colors

1 #BCC9DD and #DDBCC9 with #C9DDBC are triadic colors.

2 #BCDDC9 and #DDC9BC with #C9DDBC are triadic colors.