COLOR #C9A8CE

HEX: #C9A8CE
RGB: (201,168,206)

Color info

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

RGB color model

#C9A8CE color RGB value is (201,168,206).

  • red value is 201;
  • green value is 168;
  • blue value is 206.
RGB:
(201,168,206)
(79%,66%,81%)

RGB channels and saturation

R 201 of 255 = 79%
G 168 of 255 = 66%
B 206 of 255 = 81%

201
168
206

R + G + B ~ 75%. #C9A8CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 168 + 206 = 575 (100%)
R 201 of 575 ~ 34.96%
G 168 of 575 ~ 29.22%
B 206 of 575 ~ 35.83%

%34.96
%29.22
%35.83

CMYK color model

#C9A8CE color CMYK value is (2,18,0,19).

  • cyan value is 2.43%
  • magenta value is 18.45%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(2,18,0,19)
C2M18Y0K19 
(2%,18%,0%,19%)
(0.02/0.18/0.00/0.19)	

CMYK percentages

%2.43
%18.45
%0
%19.22

Codes

Color #C9A8CE in popluar color models

C9A8CE
RGB201168206
HSL292°27.94%73.33%
HSB/HSV292°18.45%80.78%
CMYK2.43%18.45%0.00%
19.22%

Color #C9A8CE in popluar number systems.

HEXC9A8CE
Decimal201168206
Binary110010011010100011001110
Octal311250316

Shades and tints

Shades of #C9A8CE

#C9A8CE
(201,168,206)
#B799BC
(183,153,188)
#A58AAA
(165,138,170)
#937B98
(147,123,152)
#816C86
(129,108,134)
#6F5D74
(111,93,116)
#5D4E62
(93,78,98)
#4B3F50
(75,63,80)
#39303E
(57,48,62)
#27212C
(39,33,44)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #C9A8CE

#C9A8CE
(201,168,206)
#CDAFD2
(205,175,210)
#D1B6D6
(209,182,214)
#D5BDDA
(213,189,218)
#D9C4DE
(217,196,222)
#DDCBE2
(221,203,226)
#E1D2E6
(225,210,230)
#E5D9EA
(229,217,234)
#E9E0EE
(233,224,238)
#EDE7F2
(237,231,242)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A8CE color. Also use rgb(201,168,206) instead hex code.

Text Font Color

.myTextColor { color: #C9A8CE; }

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

This text font color is #C9A8CE.


Background Color

.myBgColor { background-color: #C9A8CE; }

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

This div background color is #C9A8CE.


Border color

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

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

This div border color is #C9A8CE.


Opacity

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

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

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

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

This text has shadow with #C9A8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A8CE on black background.


Color preview on white background

This text has color #C9A8CE on white background.



Black color preview on #C9A8CE background

This text has black color on #C9A8CE background.


White color preview on #C9A8CE background

This text has white color on #C9A8CE background.