COLOR #C9C4DC

HEX: #C9C4DC
RGB: (201,196,220)

Color info

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

RGB color model

#C9C4DC color RGB value is (201,196,220).

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

RGB channels and saturation

R 201 of 255 = 79%
G 196 of 255 = 77%
B 220 of 255 = 86%

201
196
220

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

Portions of RGB colors in percentages

R + G + B =
201 + 196 + 220 = 617 (100%)
R 201 of 617 ~ 32.58%
G 196 of 617 ~ 31.77%
B 220 of 617 ~ 35.66%

%32.58
%31.77
%35.66

CMYK color model

#C9C4DC color CMYK value is (9,11,0,14).

  • cyan value is 8.64%
  • magenta value is 10.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(9,11,0,14)
C9M11Y0K14 
(9%,11%,0%,14%)
(0.09/0.11/0.00/0.14)	

CMYK percentages

%8.64
%10.91
%0
%13.73

Codes

Color #C9C4DC in popluar color models

C9C4DC
RGB201196220
HSL253°25.53%81.57%
HSB/HSV253°10.91%86.27%
CMYK8.64%10.91%0.00%
13.73%

Color #C9C4DC in popluar number systems.

HEXC9C4DC
Decimal201196220
Binary110010011100010011011100
Octal311304334

Shades and tints

Shades of #C9C4DC

#C9C4DC
(201,196,220)
#B7B3C8
(183,179,200)
#A5A2B4
(165,162,180)
#9391A0
(147,145,160)
#81808C
(129,128,140)
#6F6F78
(111,111,120)
#5D5E64
(93,94,100)
#4B4D50
(75,77,80)
#393C3C
(57,60,60)
#272B28
(39,43,40)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #C9C4DC

#C9C4DC
(201,196,220)
#CDC9DF
(205,201,223)
#D1CEE2
(209,206,226)
#D5D3E5
(213,211,229)
#D9D8E8
(217,216,232)
#DDDDEB
(221,221,235)
#E1E2EE
(225,226,238)
#E5E7F1
(229,231,241)
#E9ECF4
(233,236,244)
#EDF1F7
(237,241,247)
#F1F6FA
(241,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C4DC; }

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

This text font color is #C9C4DC.


Background Color

.myBgColor { background-color: #C9C4DC; }

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

This div background color is #C9C4DC.


Border color

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

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

This div border color is #C9C4DC.


Opacity

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

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

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

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

This text has shadow with #C9C4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C4DC on black background.


Color preview on white background

This text has color #C9C4DC on white background.



Black color preview on #C9C4DC background

This text has black color on #C9C4DC background.


White color preview on #C9C4DC background

This text has white color on #C9C4DC background.