COLOR #C9CAD9

HEX: #C9CAD9 RGB: (201,202,217)

Color info

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

RGB color model

#C9CAD9 color RGB value is (201,202,217).

RGB: (201,202,217) (79%, 79%, 85%)

RGB channels and saturation

R 201 of 255 = 79%
G 202 of 255 = 79%
B 217 of 255 = 85%

201
202
217

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

Portions of RGB colors in percentages

R + G + B = 201 + 202 + 217 = 620 (100%)
R 201 of 620 ~ 32.42%
G 202 of 620 ~ 32.58%
B 217 of 620 ~ 35'%

%32.42
%32.58
%35

CMYK color model

#C9CAD9 color CMYK value is (7,7,0,15).

  • cyan value is 7.37%
  • magenta value is 6.91%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (7,7,0,15)
C7M7Y0K15 (7%, 7%, 0%, 15%)
(0.07 / 0.07 / 0.00 / 0.15)

CMYK percentages

%7.37
%6.91
%0
%14.9

Codes

Color #C9CAD9 in popluar color models

C9 CA D9
RGB 201 202 217
HSL 236° 17.39% 81.96%
HSB/HSV 236° 7.37% 85.10%
CMYK 7.37% 6.91% 0.00%
14.90%

Color #C9CAD9 in popluar number systems.

HEX C9 CA D9
Decimal 201 202 217
Binary 11001001 11001010 11011001
Octal 311 312 331

Shades and tints

Shades of #C9CAD9

#C9CAD9
(201,202,217)
#B7B8C6
(183,184,198)
#A5A6B3
(165,166,179)
#9394A0
(147,148,160)
#81828D
(129,130,141)
#6F707A
(111,112,122)
#5D5E67
(93,94,103)
#4B4C54
(75,76,84)
#393A41
(57,58,65)
#27282E
(39,40,46)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #C9CAD9

#C9CAD9
(201,202,217)
#CDCEDC
(205,206,220)
#D1D2DF
(209,210,223)
#D5D6E2
(213,214,226)
#D9DAE5
(217,218,229)
#DDDEE8
(221,222,232)
#E1E2EB
(225,226,235)
#E5E6EE
(229,230,238)
#E9EAF1
(233,234,241)
#EDEEF4
(237,238,244)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CAD9 color. Also use rgb(201,202,217) instead hex code.

Text Font Color

.myTextColor { color: #C9CAD9; }

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

This text font color is #C9CAD9.

Background Color

.myBgColor { background-color: #C9CAD9; }

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

This div background color is #C9CAD9.

Border color

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

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

This div border color is #C9CAD9.

Opacity

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

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

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

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

This text has shadow with #C9CAD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CAD9.

Preview

Color preview on black background

This text has color #C9CAD9 on black background.


Color preview on white background

This text has color #C9CAD9 on white background.


Black color preview on #C9CAD9 background

This text has black color on #C9CAD9 background.


White color preview on #C9CAD9 background

This text has white color on #C9CAD9 background.


Related colors

Complementary color

Complementary color for #hex is #363526.


I love getcolorcode.com

Triadic colors

1 #D9C9CA and #CAD9C9 with #C9CAD9 are triadic colors.

2 #D9CAC9 and #CAC9D9 with #C9CAD9 are triadic colors.