COLOR #C9A9E5

HEX: #C9A9E5
RGB: (201,169,229)

Color info

#C9A9E5 contains mainly red and blue colors. Web safe color of #C9A9E5 is #CC99CC (or #C9C).

RGB color model

#C9A9E5 color RGB value is (201,169,229).

  • red value is 201;
  • green value is 169;
  • blue value is 229.
RGB:
(201,169,229)
(79%,66%,90%)

RGB channels and saturation

R 201 of 255 = 79%
G 169 of 255 = 66%
B 229 of 255 = 90%

201
169
229

R + G + B ~ 78%. #C9A9E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 169 + 229 = 599 (100%)
R 201 of 599 ~ 33.56%
G 169 of 599 ~ 28.21%
B 229 of 599 ~ 38.23%

%33.56
%28.21
%38.23

CMYK color model

#C9A9E5 color CMYK value is (12,26,0,10).

  • cyan value is 12.23%
  • magenta value is 26.20%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(12,26,0,10)
C12M26Y0K10 
(12%,26%,0%,10%)
(0.12/0.26/0.00/0.10)	

CMYK percentages

%12.23
%26.2
%0
%10.2

Codes

Color #C9A9E5 in popluar color models

C9A9E5
RGB201169229
HSL272°53.57%78.04%
HSB/HSV272°26.20%89.80%
CMYK12.23%26.20%0.00%
10.20%

Color #C9A9E5 in popluar number systems.

HEXC9A9E5
Decimal201169229
Binary110010011010100111100101
Octal311251345

Shades and tints

Shades of #C9A9E5

#C9A9E5
(201,169,229)
#B79AD1
(183,154,209)
#A58BBD
(165,139,189)
#937CA9
(147,124,169)
#816D95
(129,109,149)
#6F5E81
(111,94,129)
#5D4F6D
(93,79,109)
#4B4059
(75,64,89)
#393145
(57,49,69)
#272231
(39,34,49)
#15131D
(21,19,29)
#000000
(0,0,0)

Tints of #C9A9E5

#C9A9E5
(201,169,229)
#CDB0E7
(205,176,231)
#D1B7E9
(209,183,233)
#D5BEEB
(213,190,235)
#D9C5ED
(217,197,237)
#DDCCEF
(221,204,239)
#E1D3F1
(225,211,241)
#E5DAF3
(229,218,243)
#E9E1F5
(233,225,245)
#EDE8F7
(237,232,247)
#F1EFF9
(241,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A9E5 color. Also use rgb(201,169,229) instead hex code.

Text Font Color

.myTextColor { color: #C9A9E5; }

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

This text font color is #C9A9E5.


Background Color

.myBgColor { background-color: #C9A9E5; }

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

This div background color is #C9A9E5.


Border color

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

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

This div border color is #C9A9E5.


Opacity

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

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

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

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

This text has shadow with #C9A9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A9E5 on black background.


Color preview on white background

This text has color #C9A9E5 on white background.



Black color preview on #C9A9E5 background

This text has black color on #C9A9E5 background.


White color preview on #C9A9E5 background

This text has white color on #C9A9E5 background.