COLOR #C9CDDF

HEX: #C9CDDF
RGB: (201,205,223)

Color info

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

RGB color model

#C9CDDF color RGB value is (201,205,223).

  • red value is 201;
  • green value is 205;
  • blue value is 223.
RGB:
(201,205,223)
(79%,80%,87%)

RGB channels and saturation

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

201
205
223

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

Portions of RGB colors in percentages

R + G + B =
201 + 205 + 223 = 629 (100%)
R 201 of 629 ~ 31.96%
G 205 of 629 ~ 32.59%
B 223 of 629 ~ 35.45%

%31.96
%32.59
%35.45

CMYK color model

#C9CDDF color CMYK value is (10,8,0,13).

  • cyan value is 9.87%
  • magenta value is 8.07%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(10,8,0,13)
C10M8Y0K13 
(10%,8%,0%,13%)
(0.10/0.08/0.00/0.13)	

CMYK percentages

%9.87
%8.07
%0
%12.55

Codes

Color #C9CDDF in popluar color models

C9CDDF
RGB201205223
HSL229°25.58%83.14%
HSB/HSV229°9.87%87.45%
CMYK9.87%8.07%0.00%
12.55%

Color #C9CDDF in popluar number systems.

HEXC9CDDF
Decimal201205223
Binary110010011100110111011111
Octal311315337

Shades and tints

Shades of #C9CDDF

#C9CDDF
(201,205,223)
#B7BBCB
(183,187,203)
#A5A9B7
(165,169,183)
#9397A3
(147,151,163)
#81858F
(129,133,143)
#6F737B
(111,115,123)
#5D6167
(93,97,103)
#4B4F53
(75,79,83)
#393D3F
(57,61,63)
#272B2B
(39,43,43)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #C9CDDF

#C9CDDF
(201,205,223)
#CDD1E1
(205,209,225)
#D1D5E3
(209,213,227)
#D5D9E5
(213,217,229)
#D9DDE7
(217,221,231)
#DDE1E9
(221,225,233)
#E1E5EB
(225,229,235)
#E5E9ED
(229,233,237)
#E9EDEF
(233,237,239)
#EDF1F1
(237,241,241)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CDDF; }

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

This text font color is #C9CDDF.


Background Color

.myBgColor { background-color: #C9CDDF; }

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

This div background color is #C9CDDF.


Border color

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

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

This div border color is #C9CDDF.


Opacity

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

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

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

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

This text has shadow with #C9CDDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CDDF on black background.


Color preview on white background

This text has color #C9CDDF on white background.



Black color preview on #C9CDDF background

This text has black color on #C9CDDF background.


White color preview on #C9CDDF background

This text has white color on #C9CDDF background.