COLOR #C9A9E4

HEX: #C9A9E4
RGB: (201,169,228)

Color info

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

RGB color model

#C9A9E4 color RGB value is (201,169,228).

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

RGB channels and saturation

R 201 of 255 = 79%
G 169 of 255 = 66%
B 228 of 255 = 89%

201
169
228

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

Portions of RGB colors in percentages

R + G + B =
201 + 169 + 228 = 598 (100%)
R 201 of 598 ~ 33.61%
G 169 of 598 ~ 28.26%
B 228 of 598 ~ 38.13%

%33.61
%28.26
%38.13

CMYK color model

#C9A9E4 color CMYK value is (12,26,0,11).

  • cyan value is 11.84%
  • magenta value is 25.88%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(12,26,0,11)
C12M26Y0K11 
(12%,26%,0%,11%)
(0.12/0.26/0.00/0.11)	

CMYK percentages

%11.84
%25.88
%0
%10.59

Codes

Color #C9A9E4 in popluar color models

C9A9E4
RGB201169228
HSL273°52.21%77.84%
HSB/HSV273°25.88%89.41%
CMYK11.84%25.88%0.00%
10.59%

Color #C9A9E4 in popluar number systems.

HEXC9A9E4
Decimal201169228
Binary110010011010100111100100
Octal311251344

Shades and tints

Shades of #C9A9E4

#C9A9E4
(201,169,228)
#B79AD0
(183,154,208)
#A58BBC
(165,139,188)
#937CA8
(147,124,168)
#816D94
(129,109,148)
#6F5E80
(111,94,128)
#5D4F6C
(93,79,108)
#4B4058
(75,64,88)
#393144
(57,49,68)
#272230
(39,34,48)
#15131C
(21,19,28)
#000000
(0,0,0)

Tints of #C9A9E4

#C9A9E4
(201,169,228)
#CDB0E6
(205,176,230)
#D1B7E8
(209,183,232)
#D5BEEA
(213,190,234)
#D9C5EC
(217,197,236)
#DDCCEE
(221,204,238)
#E1D3F0
(225,211,240)
#E5DAF2
(229,218,242)
#E9E1F4
(233,225,244)
#EDE8F6
(237,232,246)
#F1EFF8
(241,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A9E4; }

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

This text font color is #C9A9E4.


Background Color

.myBgColor { background-color: #C9A9E4; }

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

This div background color is #C9A9E4.


Border color

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

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

This div border color is #C9A9E4.


Opacity

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

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

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

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

This text has shadow with #C9A9E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A9E4 on black background.


Color preview on white background

This text has color #C9A9E4 on white background.



Black color preview on #C9A9E4 background

This text has black color on #C9A9E4 background.


White color preview on #C9A9E4 background

This text has white color on #C9A9E4 background.