COLOR #C9C4DF

HEX: #C9C4DF
RGB: (201,196,223)

Color info

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

RGB color model

#C9C4DF color RGB value is (201,196,223).

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

RGB channels and saturation

R 201 of 255 = 79%
G 196 of 255 = 77%
B 223 of 255 = 87%

201
196
223

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

Portions of RGB colors in percentages

R + G + B =
201 + 196 + 223 = 620 (100%)
R 201 of 620 ~ 32.42%
G 196 of 620 ~ 31.61%
B 223 of 620 ~ 35.97%

%32.42
%31.61
%35.97

CMYK color model

#C9C4DF color CMYK value is (10,12,0,13).

  • cyan value is 9.87%
  • magenta value is 12.11%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(10,12,0,13)
C10M12Y0K13 
(10%,12%,0%,13%)
(0.10/0.12/0.00/0.13)	

CMYK percentages

%9.87
%12.11
%0
%12.55

Codes

Color #C9C4DF in popluar color models

C9C4DF
RGB201196223
HSL251°29.67%82.16%
HSB/HSV251°12.11%87.45%
CMYK9.87%12.11%0.00%
12.55%

Color #C9C4DF in popluar number systems.

HEXC9C4DF
Decimal201196223
Binary110010011100010011011111
Octal311304337

Shades and tints

Shades of #C9C4DF

#C9C4DF
(201,196,223)
#B7B3CB
(183,179,203)
#A5A2B7
(165,162,183)
#9391A3
(147,145,163)
#81808F
(129,128,143)
#6F6F7B
(111,111,123)
#5D5E67
(93,94,103)
#4B4D53
(75,77,83)
#393C3F
(57,60,63)
#272B2B
(39,43,43)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #C9C4DF

#C9C4DF
(201,196,223)
#CDC9E1
(205,201,225)
#D1CEE3
(209,206,227)
#D5D3E5
(213,211,229)
#D9D8E7
(217,216,231)
#DDDDE9
(221,221,233)
#E1E2EB
(225,226,235)
#E5E7ED
(229,231,237)
#E9ECEF
(233,236,239)
#EDF1F1
(237,241,241)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C4DF; }

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

This text font color is #C9C4DF.


Background Color

.myBgColor { background-color: #C9C4DF; }

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

This div background color is #C9C4DF.


Border color

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

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

This div border color is #C9C4DF.


Opacity

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

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

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

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

This text has shadow with #C9C4DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C4DF on black background.


Color preview on white background

This text has color #C9C4DF on white background.



Black color preview on #C9C4DF background

This text has black color on #C9C4DF background.


White color preview on #C9C4DF background

This text has white color on #C9C4DF background.