COLOR #C9D9CA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

201
217
202

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

Portions of RGB colors in percentages

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

%32.42
%35
%32.58

CMYK color model

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

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

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

CMYK percentages

%7.37
%0
%6.91
%14.9

Codes

Color #C9D9CA in popluar color models

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

Color #C9D9CA in popluar number systems.

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

Shades and tints

Shades of #C9D9CA

#C9D9CA
(201,217,202)
#B7C6B8
(183,198,184)
#A5B3A6
(165,179,166)
#93A094
(147,160,148)
#818D82
(129,141,130)
#6F7A70
(111,122,112)
#5D675E
(93,103,94)
#4B544C
(75,84,76)
#39413A
(57,65,58)
#272E28
(39,46,40)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #C9D9CA

#C9D9CA
(201,217,202)
#CDDCCE
(205,220,206)
#D1DFD2
(209,223,210)
#D5E2D6
(213,226,214)
#D9E5DA
(217,229,218)
#DDE8DE
(221,232,222)
#E1EBE2
(225,235,226)
#E5EEE6
(229,238,230)
#E9F1EA
(233,241,234)
#EDF4EE
(237,244,238)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D9CA; }

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

This text font color is #C9D9CA.

Background Color

.myBgColor { background-color: #C9D9CA; }

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

This div background color is #C9D9CA.

Border color

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

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

This div border color is #C9D9CA.

Opacity

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

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

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

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

This text has shadow with #C9D9CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9D9CA.

Preview

Color preview on black background

This text has color #C9D9CA on black background.


Color preview on white background

This text has color #C9D9CA on white background.


Black color preview on #C9D9CA background

This text has black color on #C9D9CA background.


White color preview on #C9D9CA background

This text has white color on #C9D9CA background.


Related colors

Complementary color

Complementary color for #hex is #362635.


I love getcolorcode.com

Triadic colors

1 #CAC9D9 and #D9CAC9 with #C9D9CA are triadic colors.

2 #CAD9C9 and #D9C9CA with #C9D9CA are triadic colors.