COLOR #C9CDDD

HEX: #C9CDDD RGB: (201,205,221)

Color info

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

RGB color model

#C9CDDD color RGB value is (201,205,221).

RGB: (201,205,221) (79%, 80%, 87%)

RGB channels and saturation

R 201 of 255 = 79%
G 205 of 255 = 80%
B 221 of 255 = 87%

201
205
221

R + G + B ~ 82%. #C9CDDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 205 + 221 = 627 (100%)
R 201 of 627 ~ 32.06%
G 205 of 627 ~ 32.7%
B 221 of 627 ~ 35.25'%

%32.06
%32.7
%35.25

CMYK color model

#C9CDDD color CMYK value is (9,7,0,13).

  • cyan value is 9.05%
  • magenta value is 7.24%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (9,7,0,13) C9M7Y0K13 (9%,7%,0%,13%) (0.09/0.07/0.00/0.13) 

CMYK percentages

%9.05
%7.24
%0
%13.33

Codes

Color #C9CDDD in popluar color models

C9 CD DD
RGB 201 205 221
HSL 228° 22.73% 82.75%
HSB/HSV 228° 9.05% 86.67%
CMYK 9.05% 7.24% 0.00%
13.33%

Color #C9CDDD in popluar number systems.

HEX C9 CD DD
Decimal 201 205 221
Binary 11001001 11001101 11011101
Octal 311 315 335

Shades and tints

Shades of #C9CDDD

#C9CDDD
(201,205,221)
#B7BBC9
(183,187,201)
#A5A9B5
(165,169,181)
#9397A1
(147,151,161)
#81858D
(129,133,141)
#6F7379
(111,115,121)
#5D6165
(93,97,101)
#4B4F51
(75,79,81)
#393D3D
(57,61,61)
#272B29
(39,43,41)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #C9CDDD

#C9CDDD
(201,205,221)
#CDD1E0
(205,209,224)
#D1D5E3
(209,213,227)
#D5D9E6
(213,217,230)
#D9DDE9
(217,221,233)
#DDE1EC
(221,225,236)
#E1E5EF
(225,229,239)
#E5E9F2
(229,233,242)
#E9EDF5
(233,237,245)
#EDF1F8
(237,241,248)
#F1F5FB
(241,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CDDD; }

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

This text font color is #C9CDDD.

Background Color

.myBgColor { background-color: #C9CDDD; }

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

This div background color is #C9CDDD.

Border color

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

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

This div border color is #C9CDDD.

Opacity

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

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

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

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

This text has shadow with #C9CDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CDDD.

Preview

Color preview on black background

This text has color #C9CDDD on black background.


Color preview on white background

This text has color #C9CDDD on white background.


Black color preview on #C9CDDD background

This text has black color on #C9CDDD background.


White color preview on #C9CDDD background

This text has white color on #C9CDDD background.


Related colors

Complementary color

Complementary color for #hex is #363222.


I love getcolorcode.com

Triadic colors

1 #DDC9CD and #CDDDC9 with #C9CDDD are triadic colors.

2 #DDCDC9 and #CDC9DD with #C9CDDD are triadic colors.