COLOR #C9CDDA

HEX: #C9CDDA RGB: (201,205,218)

Color info

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

RGB color model

#C9CDDA color RGB value is (201,205,218).

RGB: (201,205,218) (79%, 80%, 85%)

RGB channels and saturation

R 201 of 255 = 79%
G 205 of 255 = 80%
B 218 of 255 = 85%

201
205
218

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

Portions of RGB colors in percentages

R + G + B = 201 + 205 + 218 = 624 (100%)
R 201 of 624 ~ 32.21%
G 205 of 624 ~ 32.85%
B 218 of 624 ~ 34.94'%

%32.21
%32.85
%34.94

CMYK color model

#C9CDDA color CMYK value is (8,6,0,15).

  • cyan value is 7.80%
  • magenta value is 5.96%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (8,6,0,15)
C8M6Y0K15 (8%, 6%, 0%, 15%)
(0.08 / 0.06 / 0.00 / 0.15)

CMYK percentages

%7.8
%5.96
%0
%14.51

Codes

Color #C9CDDA in popluar color models

C9 CD DA
RGB 201 205 218
HSL 226° 18.68% 82.16%
HSB/HSV 226° 7.80% 85.49%
CMYK 7.80% 5.96% 0.00%
14.51%

Color #C9CDDA in popluar number systems.

HEX C9 CD DA
Decimal 201 205 218
Binary 11001001 11001101 11011010
Octal 311 315 332

Shades and tints

Shades of #C9CDDA

#C9CDDA
(201,205,218)
#B7BBC7
(183,187,199)
#A5A9B4
(165,169,180)
#9397A1
(147,151,161)
#81858E
(129,133,142)
#6F737B
(111,115,123)
#5D6168
(93,97,104)
#4B4F55
(75,79,85)
#393D42
(57,61,66)
#272B2F
(39,43,47)
#15191C
(21,25,28)
#000000
(0,0,0)

Tints of #C9CDDA

#C9CDDA
(201,205,218)
#CDD1DD
(205,209,221)
#D1D5E0
(209,213,224)
#D5D9E3
(213,217,227)
#D9DDE6
(217,221,230)
#DDE1E9
(221,225,233)
#E1E5EC
(225,229,236)
#E5E9EF
(229,233,239)
#E9EDF2
(233,237,242)
#EDF1F5
(237,241,245)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CDDA; }

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

This text font color is #C9CDDA.

Background Color

.myBgColor { background-color: #C9CDDA; }

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

This div background color is #C9CDDA.

Border color

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

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

This div border color is #C9CDDA.

Opacity

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

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

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

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

This text has shadow with #C9CDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CDDA.

Preview

Color preview on black background

This text has color #C9CDDA on black background.


Color preview on white background

This text has color #C9CDDA on white background.


Black color preview on #C9CDDA background

This text has black color on #C9CDDA background.


White color preview on #C9CDDA background

This text has white color on #C9CDDA background.


Related colors

Complementary color

Complementary color for #hex is #363225.


I love getcolorcode.com

Triadic colors

1 #DAC9CD and #CDDAC9 with #C9CDDA are triadic colors.

2 #DACDC9 and #CDC9DA with #C9CDDA are triadic colors.