COLOR #C9C2DD

HEX: #C9C2DD
RGB: (201,194,221)

Color info

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

RGB color model

#C9C2DD color RGB value is (201,194,221).

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

RGB channels and saturation

R 201 of 255 = 79%
G 194 of 255 = 76%
B 221 of 255 = 87%

201
194
221

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

Portions of RGB colors in percentages

R + G + B =
201 + 194 + 221 = 616 (100%)
R 201 of 616 ~ 32.63%
G 194 of 616 ~ 31.49%
B 221 of 616 ~ 35.88%

%32.63
%31.49
%35.88

CMYK color model

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

  • cyan value is 9.05%
  • magenta value is 12.22%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(9,12,0,13)
C9M12Y0K13 
(9%,12%,0%,13%)
(0.09/0.12/0.00/0.13)	

CMYK percentages

%9.05
%12.22
%0
%13.33

Codes

Color #C9C2DD in popluar color models

C9C2DD
RGB201194221
HSL256°28.42%81.37%
HSB/HSV256°12.22%86.67%
CMYK9.05%12.22%0.00%
13.33%

Color #C9C2DD in popluar number systems.

HEXC9C2DD
Decimal201194221
Binary110010011100001011011101
Octal311302335

Shades and tints

Shades of #C9C2DD

#C9C2DD
(201,194,221)
#B7B1C9
(183,177,201)
#A5A0B5
(165,160,181)
#938FA1
(147,143,161)
#817E8D
(129,126,141)
#6F6D79
(111,109,121)
#5D5C65
(93,92,101)
#4B4B51
(75,75,81)
#393A3D
(57,58,61)
#272929
(39,41,41)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #C9C2DD

#C9C2DD
(201,194,221)
#CDC7E0
(205,199,224)
#D1CCE3
(209,204,227)
#D5D1E6
(213,209,230)
#D9D6E9
(217,214,233)
#DDDBEC
(221,219,236)
#E1E0EF
(225,224,239)
#E5E5F2
(229,229,242)
#E9EAF5
(233,234,245)
#EDEFF8
(237,239,248)
#F1F4FB
(241,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C2DD; }

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

This text font color is #C9C2DD.


Background Color

.myBgColor { background-color: #C9C2DD; }

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

This div background color is #C9C2DD.


Border color

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

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

This div border color is #C9C2DD.


Opacity

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

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

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

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

This text has shadow with #C9C2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C2DD on black background.


Color preview on white background

This text has color #C9C2DD on white background.



Black color preview on #C9C2DD background

This text has black color on #C9C2DD background.


White color preview on #C9C2DD background

This text has white color on #C9C2DD background.