COLOR #C9DFDD

HEX: #C9DFDD RGB: (201,223,221)

Color info

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

RGB color model

#C9DFDD color RGB value is (201,223,221).

RGB: (201,223,221) (79%, 87%, 87%)

RGB channels and saturation

R 201 of 255 = 79%
G 223 of 255 = 87%
B 221 of 255 = 87%

201
223
221

R + G + B ~ 84%. #C9DFDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 223 + 221 = 645 (100%)
R 201 of 645 ~ 31.16%
G 223 of 645 ~ 34.57%
B 221 of 645 ~ 34.26'%

%31.16
%34.57
%34.26

CMYK color model

#C9DFDD color CMYK value is (10,0,1,13).

  • cyan value is 9.87%
  • magenta value is 0.00%
  • yellow value is 0.90%
  • key color value is 12.55%

CMYK: (10,0,1,13)
C10M0Y1K13 (10%, 0%, 1%, 13%)
(0.10 / 0.00 / 0.01 / 0.13)

CMYK percentages

%9.87
%0
%0.9
%12.55

Codes

Color #C9DFDD in popluar color models

C9 DF DD
RGB 201 223 221
HSL 175° 25.58% 83.14%
HSB/HSV 175° 9.87% 87.45%
CMYK 9.87% 0.00% 0.90%
12.55%

Color #C9DFDD in popluar number systems.

HEX C9 DF DD
Decimal 201 223 221
Binary 11001001 11011111 11011101
Octal 311 337 335

Shades and tints

Shades of #C9DFDD

#C9DFDD
(201,223,221)
#B7CBC9
(183,203,201)
#A5B7B5
(165,183,181)
#93A3A1
(147,163,161)
#818F8D
(129,143,141)
#6F7B79
(111,123,121)
#5D6765
(93,103,101)
#4B5351
(75,83,81)
#393F3D
(57,63,61)
#272B29
(39,43,41)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #C9DFDD

#C9DFDD
(201,223,221)
#CDE1E0
(205,225,224)
#D1E3E3
(209,227,227)
#D5E5E6
(213,229,230)
#D9E7E9
(217,231,233)
#DDE9EC
(221,233,236)
#E1EBEF
(225,235,239)
#E5EDF2
(229,237,242)
#E9EFF5
(233,239,245)
#EDF1F8
(237,241,248)
#F1F3FB
(241,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DFDD; }

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

This text font color is #C9DFDD.

Background Color

.myBgColor { background-color: #C9DFDD; }

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

This div background color is #C9DFDD.

Border color

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

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

This div border color is #C9DFDD.

Opacity

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

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

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

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

This text has shadow with #C9DFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DFDD.

Preview

Color preview on black background

This text has color #C9DFDD on black background.


Color preview on white background

This text has color #C9DFDD on white background.


Black color preview on #C9DFDD background

This text has black color on #C9DFDD background.


White color preview on #C9DFDD background

This text has white color on #C9DFDD background.


Related colors

Complementary color

Complementary color for #hex is #362022.


I love getcolorcode.com

Triadic colors

1 #DDC9DF and #DFDDC9 with #C9DFDD are triadic colors.

2 #DDDFC9 and #DFC9DD with #C9DFDD are triadic colors.