COLOR #C9DDC7

HEX: #C9DDC7 RGB: (201,221,199)

Color info

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

RGB color model

#C9DDC7 color RGB value is (201,221,199).

RGB: (201,221,199) (79%, 87%, 78%)

RGB channels and saturation

R 201 of 255 = 79%
G 221 of 255 = 87%
B 199 of 255 = 78%

201
221
199

R + G + B ~ 81%. #C9DDC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 221 + 199 = 621 (100%)
R 201 of 621 ~ 32.37%
G 221 of 621 ~ 35.59%
B 199 of 621 ~ 32.05'%

%32.37
%35.59
%32.05

CMYK color model

#C9DDC7 color CMYK value is (9,0,10,13).

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

CMYK: (9,0,10,13)
C9M0Y10K13 (9%, 0%, 10%, 13%)
(0.09 / 0.00 / 0.10 / 0.13)

CMYK percentages

%9.05
%0
%9.95
%13.33

Codes

Color #C9DDC7 in popluar color models

C9 DD C7
RGB 201 221 199
HSL 115° 24.44% 82.35%
HSB/HSV 115° 9.95% 86.67%
CMYK 9.05% 0.00% 9.95%
13.33%

Color #C9DDC7 in popluar number systems.

HEX C9 DD C7
Decimal 201 221 199
Binary 11001001 11011101 11000111
Octal 311 335 307

Shades and tints

Shades of #C9DDC7

#C9DDC7
(201,221,199)
#B7C9B5
(183,201,181)
#A5B5A3
(165,181,163)
#93A191
(147,161,145)
#818D7F
(129,141,127)
#6F796D
(111,121,109)
#5D655B
(93,101,91)
#4B5149
(75,81,73)
#393D37
(57,61,55)
#272925
(39,41,37)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #C9DDC7

#C9DDC7
(201,221,199)
#CDE0CC
(205,224,204)
#D1E3D1
(209,227,209)
#D5E6D6
(213,230,214)
#D9E9DB
(217,233,219)
#DDECE0
(221,236,224)
#E1EFE5
(225,239,229)
#E5F2EA
(229,242,234)
#E9F5EF
(233,245,239)
#EDF8F4
(237,248,244)
#F1FBF9
(241,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DDC7; }

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

This text font color is #C9DDC7.

Background Color

.myBgColor { background-color: #C9DDC7; }

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

This div background color is #C9DDC7.

Border color

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

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

This div border color is #C9DDC7.

Opacity

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

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

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

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

This text has shadow with #C9DDC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DDC7.

Preview

Color preview on black background

This text has color #C9DDC7 on black background.


Color preview on white background

This text has color #C9DDC7 on white background.


Black color preview on #C9DDC7 background

This text has black color on #C9DDC7 background.


White color preview on #C9DDC7 background

This text has white color on #C9DDC7 background.


Related colors

Complementary color

Complementary color for #hex is #362238.


I love getcolorcode.com

Triadic colors

1 #C7C9DD and #DDC7C9 with #C9DDC7 are triadic colors.

2 #C7DDC9 and #DDC9C7 with #C9DDC7 are triadic colors.