COLOR #C9C4DD

HEX: #C9C4DD
RGB: (201,196,221)

Color info

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

RGB color model

#C9C4DD color RGB value is (201,196,221).

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

RGB channels and saturation

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

201
196
221

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

Portions of RGB colors in percentages

R + G + B =
201 + 196 + 221 = 618 (100%)
R 201 of 618 ~ 32.52%
G 196 of 618 ~ 31.72%
B 221 of 618 ~ 35.76%

%32.52
%31.72
%35.76

CMYK color model

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

  • cyan value is 9.05%
  • magenta value is 11.31%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(9,11,0,13)
C9M11Y0K13 
(9%,11%,0%,13%)
(0.09/0.11/0.00/0.13)	

CMYK percentages

%9.05
%11.31
%0
%13.33

Codes

Color #C9C4DD in popluar color models

C9C4DD
RGB201196221
HSL252°26.88%81.76%
HSB/HSV252°11.31%86.67%
CMYK9.05%11.31%0.00%
13.33%

Color #C9C4DD in popluar number systems.

HEXC9C4DD
Decimal201196221
Binary110010011100010011011101
Octal311304335

Shades and tints

Shades of #C9C4DD

#C9C4DD
(201,196,221)
#B7B3C9
(183,179,201)
#A5A2B5
(165,162,181)
#9391A1
(147,145,161)
#81808D
(129,128,141)
#6F6F79
(111,111,121)
#5D5E65
(93,94,101)
#4B4D51
(75,77,81)
#393C3D
(57,60,61)
#272B29
(39,43,41)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #C9C4DD

#C9C4DD
(201,196,221)
#CDC9E0
(205,201,224)
#D1CEE3
(209,206,227)
#D5D3E6
(213,211,230)
#D9D8E9
(217,216,233)
#DDDDEC
(221,221,236)
#E1E2EF
(225,226,239)
#E5E7F2
(229,231,242)
#E9ECF5
(233,236,245)
#EDF1F8
(237,241,248)
#F1F6FB
(241,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C4DD; }

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

This text font color is #C9C4DD.


Background Color

.myBgColor { background-color: #C9C4DD; }

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

This div background color is #C9C4DD.


Border color

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

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

This div border color is #C9C4DD.


Opacity

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

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

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

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

This text has shadow with #C9C4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C4DD on black background.


Color preview on white background

This text has color #C9C4DD on white background.



Black color preview on #C9C4DD background

This text has black color on #C9C4DD background.


White color preview on #C9C4DD background

This text has white color on #C9C4DD background.