COLOR #C9CCDE

HEX: #C9CCDE
RGB: (201,204,222)

Color info

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

RGB color model

#C9CCDE color RGB value is (201,204,222).

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

RGB channels and saturation

R 201 of 255 = 79%
G 204 of 255 = 80%
B 222 of 255 = 87%

201
204
222

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

Portions of RGB colors in percentages

R + G + B =
201 + 204 + 222 = 627 (100%)
R 201 of 627 ~ 32.06%
G 204 of 627 ~ 32.54%
B 222 of 627 ~ 35.41%

%32.06
%32.54
%35.41

CMYK color model

#C9CCDE color CMYK value is (9,8,0,13).

  • cyan value is 9.46%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(9,8,0,13)
C9M8Y0K13 
(9%,8%,0%,13%)
(0.09/0.08/0.00/0.13)	

CMYK percentages

%9.46
%8.11
%0
%12.94

Codes

Color #C9CCDE in popluar color models

C9CCDE
RGB201204222
HSL231°24.14%82.94%
HSB/HSV231°9.46%87.06%
CMYK9.46%8.11%0.00%
12.94%

Color #C9CCDE in popluar number systems.

HEXC9CCDE
Decimal201204222
Binary110010011100110011011110
Octal311314336

Shades and tints

Shades of #C9CCDE

#C9CCDE
(201,204,222)
#B7BACA
(183,186,202)
#A5A8B6
(165,168,182)
#9396A2
(147,150,162)
#81848E
(129,132,142)
#6F727A
(111,114,122)
#5D6066
(93,96,102)
#4B4E52
(75,78,82)
#393C3E
(57,60,62)
#272A2A
(39,42,42)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #C9CCDE

#C9CCDE
(201,204,222)
#CDD0E1
(205,208,225)
#D1D4E4
(209,212,228)
#D5D8E7
(213,216,231)
#D9DCEA
(217,220,234)
#DDE0ED
(221,224,237)
#E1E4F0
(225,228,240)
#E5E8F3
(229,232,243)
#E9ECF6
(233,236,246)
#EDF0F9
(237,240,249)
#F1F4FC
(241,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CCDE color. Also use rgb(201,204,222) instead hex code.

Text Font Color

.myTextColor { color: #C9CCDE; }

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

This text font color is #C9CCDE.


Background Color

.myBgColor { background-color: #C9CCDE; }

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

This div background color is #C9CCDE.


Border color

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

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

This div border color is #C9CCDE.


Opacity

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

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

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

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

This text has shadow with #C9CCDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CCDE on black background.


Color preview on white background

This text has color #C9CCDE on white background.



Black color preview on #C9CCDE background

This text has black color on #C9CCDE background.


White color preview on #C9CCDE background

This text has white color on #C9CCDE background.