COLOR #C9C0DD

HEX: #C9C0DD RGB: (201,192,221)

Color info

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

RGB color model

#C9C0DD color RGB value is (201,192,221).

RGB: (201,192,221) (79%, 75%, 87%)

RGB channels and saturation

R 201 of 255 = 79%
G 192 of 255 = 75%
B 221 of 255 = 87%

201
192
221

R + G + B ~ 80%. #C9C0DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 192 + 221 = 614 (100%)
R 201 of 614 ~ 32.74%
G 192 of 614 ~ 31.27%
B 221 of 614 ~ 35.99'%

%32.74
%31.27
%35.99

CMYK color model

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

  • cyan value is 9.05%
  • magenta value is 13.12%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (9,13,0,13) C9M13Y0K13 (9%,13%,0%,13%) (0.09/0.13/0.00/0.13) 

CMYK percentages

%9.05
%13.12
%0
%13.33

Codes

Color #C9C0DD in popluar color models

C9 C0 DD
RGB 201 192 221
HSL 259° 29.90% 80.98%
HSB/HSV 259° 13.12% 86.67%
CMYK 9.05% 13.12% 0.00%
13.33%

Color #C9C0DD in popluar number systems.

HEX C9 C0 DD
Decimal 201 192 221
Binary 11001001 11000000 11011101
Octal 311 300 335

Shades and tints

Shades of #C9C0DD

#C9C0DD
(201,192,221)
#B7AFC9
(183,175,201)
#A59EB5
(165,158,181)
#938DA1
(147,141,161)
#817C8D
(129,124,141)
#6F6B79
(111,107,121)
#5D5A65
(93,90,101)
#4B4951
(75,73,81)
#39383D
(57,56,61)
#272729
(39,39,41)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #C9C0DD

#C9C0DD
(201,192,221)
#CDC5E0
(205,197,224)
#D1CAE3
(209,202,227)
#D5CFE6
(213,207,230)
#D9D4E9
(217,212,233)
#DDD9EC
(221,217,236)
#E1DEEF
(225,222,239)
#E5E3F2
(229,227,242)
#E9E8F5
(233,232,245)
#EDEDF8
(237,237,248)
#F1F2FB
(241,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C0DD; }

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

This text font color is #C9C0DD.

Background Color

.myBgColor { background-color: #C9C0DD; }

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

This div background color is #C9C0DD.

Border color

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

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

This div border color is #C9C0DD.

Opacity

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

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

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

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

This text has shadow with #C9C0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9C0DD.

Preview

Color preview on black background

This text has color #C9C0DD on black background.


Color preview on white background

This text has color #C9C0DD on white background.


Black color preview on #C9C0DD background

This text has black color on #C9C0DD background.


White color preview on #C9C0DD background

This text has white color on #C9C0DD background.


Related colors

Complementary color

Complementary color for #hex is #363F22.


I love getcolorcode.com

Triadic colors

1 #DDC9C0 and #C0DDC9 with #C9C0DD are triadic colors.

2 #DDC0C9 and #C0C9DD with #C9C0DD are triadic colors.