COLOR #C9A2DA

HEX: #C9A2DA
RGB: (201,162,218)

Color info

#C9A2DA contains red, green and blue colors in about the same proportion. Web safe color of #C9A2DA is #CC99CC (or #C9C).

RGB color model

#C9A2DA color RGB value is (201,162,218).

  • red value is 201;
  • green value is 162;
  • blue value is 218.
RGB:
(201,162,218)
(79%,64%,85%)

RGB channels and saturation

R 201 of 255 = 79%
G 162 of 255 = 64%
B 218 of 255 = 85%

201
162
218

R + G + B ~ 76%. #C9A2DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 162 + 218 = 581 (100%)
R 201 of 581 ~ 34.6%
G 162 of 581 ~ 27.88%
B 218 of 581 ~ 37.52%

%34.6
%27.88
%37.52

CMYK color model

#C9A2DA color CMYK value is (8,26,0,15).

  • cyan value is 7.80%
  • magenta value is 25.69%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(8,26,0,15)
C8M26Y0K15 
(8%,26%,0%,15%)
(0.08/0.26/0.00/0.15)	

CMYK percentages

%7.8
%25.69
%0
%14.51

Codes

Color #C9A2DA in popluar color models

C9A2DA
RGB201162218
HSL282°43.08%74.51%
HSB/HSV282°25.69%85.49%
CMYK7.80%25.69%0.00%
14.51%

Color #C9A2DA in popluar number systems.

HEXC9A2DA
Decimal201162218
Binary110010011010001011011010
Octal311242332

Shades and tints

Shades of #C9A2DA

#C9A2DA
(201,162,218)
#B794C7
(183,148,199)
#A586B4
(165,134,180)
#9378A1
(147,120,161)
#816A8E
(129,106,142)
#6F5C7B
(111,92,123)
#5D4E68
(93,78,104)
#4B4055
(75,64,85)
#393242
(57,50,66)
#27242F
(39,36,47)
#15161C
(21,22,28)
#000000
(0,0,0)

Tints of #C9A2DA

#C9A2DA
(201,162,218)
#CDAADD
(205,170,221)
#D1B2E0
(209,178,224)
#D5BAE3
(213,186,227)
#D9C2E6
(217,194,230)
#DDCAE9
(221,202,233)
#E1D2EC
(225,210,236)
#E5DAEF
(229,218,239)
#E9E2F2
(233,226,242)
#EDEAF5
(237,234,245)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A2DA color. Also use rgb(201,162,218) instead hex code.

Text Font Color

.myTextColor { color: #C9A2DA; }

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

This text font color is #C9A2DA.


Background Color

.myBgColor { background-color: #C9A2DA; }

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

This div background color is #C9A2DA.


Border color

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

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

This div border color is #C9A2DA.


Opacity

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

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

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

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

This text has shadow with #C9A2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A2DA on black background.


Color preview on white background

This text has color #C9A2DA on white background.



Black color preview on #C9A2DA background

This text has black color on #C9A2DA background.


White color preview on #C9A2DA background

This text has white color on #C9A2DA background.