COLOR #C9CCD5

HEX: #C9CCD5 RGB: (201,204,213)

Color info

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

RGB color model

#C9CCD5 color RGB value is (201,204,213).

RGB: (201,204,213) (79%, 80%, 84%)

RGB channels and saturation

R 201 of 255 = 79%
G 204 of 255 = 80%
B 213 of 255 = 84%

201
204
213

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

Portions of RGB colors in percentages

R + G + B = 201 + 204 + 213 = 618 (100%)
R 201 of 618 ~ 32.52%
G 204 of 618 ~ 33.01%
B 213 of 618 ~ 34.47'%

%32.52
%33.01
%34.47

CMYK color model

#C9CCD5 color CMYK value is (6,4,0,16).

  • cyan value is 5.63%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (6,4,0,16)
C6M4Y0K16 (6%, 4%, 0%, 16%)
(0.06 / 0.04 / 0.00 / 0.16)

CMYK percentages

%5.63
%4.23
%0
%16.47

Codes

Color #C9CCD5 in popluar color models

C9 CC D5
RGB 201 204 213
HSL 225° 12.50% 81.18%
HSB/HSV 225° 5.63% 83.53%
CMYK 5.63% 4.23% 0.00%
16.47%

Color #C9CCD5 in popluar number systems.

HEX C9 CC D5
Decimal 201 204 213
Binary 11001001 11001100 11010101
Octal 311 314 325

Shades and tints

Shades of #C9CCD5

#C9CCD5
(201,204,213)
#B7BAC2
(183,186,194)
#A5A8AF
(165,168,175)
#93969C
(147,150,156)
#818489
(129,132,137)
#6F7276
(111,114,118)
#5D6063
(93,96,99)
#4B4E50
(75,78,80)
#393C3D
(57,60,61)
#272A2A
(39,42,42)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #C9CCD5

#C9CCD5
(201,204,213)
#CDD0D8
(205,208,216)
#D1D4DB
(209,212,219)
#D5D8DE
(213,216,222)
#D9DCE1
(217,220,225)
#DDE0E4
(221,224,228)
#E1E4E7
(225,228,231)
#E5E8EA
(229,232,234)
#E9ECED
(233,236,237)
#EDF0F0
(237,240,240)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CCD5; }

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

This text font color is #C9CCD5.

Background Color

.myBgColor { background-color: #C9CCD5; }

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

This div background color is #C9CCD5.

Border color

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

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

This div border color is #C9CCD5.

Opacity

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

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

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

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

This text has shadow with #C9CCD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CCD5.

Preview

Color preview on black background

This text has color #C9CCD5 on black background.


Color preview on white background

This text has color #C9CCD5 on white background.


Black color preview on #C9CCD5 background

This text has black color on #C9CCD5 background.


White color preview on #C9CCD5 background

This text has white color on #C9CCD5 background.


Related colors

Complementary color

Complementary color for #hex is #36332A.


I love getcolorcode.com

Triadic colors

1 #D5C9CC and #CCD5C9 with #C9CCD5 are triadic colors.

2 #D5CCC9 and #CCC9D5 with #C9CCD5 are triadic colors.