COLOR #C9C0DC

HEX: #C9C0DC
RGB: (201,192,220)

Color info

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

RGB color model

#C9C0DC color RGB value is (201,192,220).

  • red value is 201;
  • green value is 192;
  • blue value is 220.
RGB:
(201,192,220)
(79%,75%,86%)

RGB channels and saturation

R 201 of 255 = 79%
G 192 of 255 = 75%
B 220 of 255 = 86%

201
192
220

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

Portions of RGB colors in percentages

R + G + B =
201 + 192 + 220 = 613 (100%)
R 201 of 613 ~ 32.79%
G 192 of 613 ~ 31.32%
B 220 of 613 ~ 35.89%

%32.79
%31.32
%35.89

CMYK color model

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

  • cyan value is 8.64%
  • magenta value is 12.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(9,13,0,14)
C9M13Y0K14 
(9%,13%,0%,14%)
(0.09/0.13/0.00/0.14)	

CMYK percentages

%8.64
%12.73
%0
%13.73

Codes

Color #C9C0DC in popluar color models

C9C0DC
RGB201192220
HSL259°28.57%80.78%
HSB/HSV259°12.73%86.27%
CMYK8.64%12.73%0.00%
13.73%

Color #C9C0DC in popluar number systems.

HEXC9C0DC
Decimal201192220
Binary110010011100000011011100
Octal311300334

Shades and tints

Shades of #C9C0DC

#C9C0DC
(201,192,220)
#B7AFC8
(183,175,200)
#A59EB4
(165,158,180)
#938DA0
(147,141,160)
#817C8C
(129,124,140)
#6F6B78
(111,107,120)
#5D5A64
(93,90,100)
#4B4950
(75,73,80)
#39383C
(57,56,60)
#272728
(39,39,40)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #C9C0DC

#C9C0DC
(201,192,220)
#CDC5DF
(205,197,223)
#D1CAE2
(209,202,226)
#D5CFE5
(213,207,229)
#D9D4E8
(217,212,232)
#DDD9EB
(221,217,235)
#E1DEEE
(225,222,238)
#E5E3F1
(229,227,241)
#E9E8F4
(233,232,244)
#EDEDF7
(237,237,247)
#F1F2FA
(241,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C0DC; }

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

This text font color is #C9C0DC.


Background Color

.myBgColor { background-color: #C9C0DC; }

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

This div background color is #C9C0DC.


Border color

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

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

This div border color is #C9C0DC.


Opacity

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

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

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

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

This text has shadow with #C9C0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C0DC on black background.


Color preview on white background

This text has color #C9C0DC on white background.



Black color preview on #C9C0DC background

This text has black color on #C9C0DC background.


White color preview on #C9C0DC background

This text has white color on #C9C0DC background.