COLOR #C9C0D2

HEX: #C9C0D2 RGB: (201,192,210)

Color info

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

RGB color model

#C9C0D2 color RGB value is (201,192,210).

RGB: (201,192,210) (79%, 75%, 82%)

RGB channels and saturation

R 201 of 255 = 79%
G 192 of 255 = 75%
B 210 of 255 = 82%

201
192
210

R + G + B ~ 79%. #C9C0D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 192 + 210 = 603 (100%)
R 201 of 603 ~ 33.33%
G 192 of 603 ~ 31.84%
B 210 of 603 ~ 34.83'%

%33.33
%31.84
%34.83

CMYK color model

#C9C0D2 color CMYK value is (4,9,0,18).

  • cyan value is 4.29%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (4,9,0,18)
C4M9Y0K18 (4%, 9%, 0%, 18%)
(0.04 / 0.09 / 0.00 / 0.18)

CMYK percentages

%4.29
%8.57
%0
%17.65

Codes

Color #C9C0D2 in popluar color models

C9 C0 D2
RGB 201 192 210
HSL 270° 16.67% 78.82%
HSB/HSV 270° 8.57% 82.35%
CMYK 4.29% 8.57% 0.00%
17.65%

Color #C9C0D2 in popluar number systems.

HEX C9 C0 D2
Decimal 201 192 210
Binary 11001001 11000000 11010010
Octal 311 300 322

Shades and tints

Shades of #C9C0D2

#C9C0D2
(201,192,210)
#B7AFBF
(183,175,191)
#A59EAC
(165,158,172)
#938D99
(147,141,153)
#817C86
(129,124,134)
#6F6B73
(111,107,115)
#5D5A60
(93,90,96)
#4B494D
(75,73,77)
#39383A
(57,56,58)
#272727
(39,39,39)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #C9C0D2

#C9C0D2
(201,192,210)
#CDC5D6
(205,197,214)
#D1CADA
(209,202,218)
#D5CFDE
(213,207,222)
#D9D4E2
(217,212,226)
#DDD9E6
(221,217,230)
#E1DEEA
(225,222,234)
#E5E3EE
(229,227,238)
#E9E8F2
(233,232,242)
#EDEDF6
(237,237,246)
#F1F2FA
(241,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C0D2 color. Also use rgb(201,192,210) instead hex code.

Text Font Color

.myTextColor { color: #C9C0D2; }

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

This text font color is #C9C0D2.

Background Color

.myBgColor { background-color: #C9C0D2; }

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

This div background color is #C9C0D2.

Border color

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

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

This div border color is #C9C0D2.

Opacity

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

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

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

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

This text has shadow with #C9C0D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9C0D2.

Preview

Color preview on black background

This text has color #C9C0D2 on black background.


Color preview on white background

This text has color #C9C0D2 on white background.


Black color preview on #C9C0D2 background

This text has black color on #C9C0D2 background.


White color preview on #C9C0D2 background

This text has white color on #C9C0D2 background.


Related colors

Complementary color

Complementary color for #hex is #363F2D.


I love getcolorcode.com

Triadic colors

1 #D2C9C0 and #C0D2C9 with #C9C0D2 are triadic colors.

2 #D2C0C9 and #C0C9D2 with #C9C0D2 are triadic colors.