COLOR #CAA9E0

HEX: #CAA9E0
RGB: (202,169,224)

Color info

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

RGB color model

#CAA9E0 color RGB value is (202,169,224).

  • red value is 202;
  • green value is 169;
  • blue value is 224.
RGB:
(202,169,224)
(79%,66%,88%)

RGB channels and saturation

R 202 of 255 = 79%
G 169 of 255 = 66%
B 224 of 255 = 88%

202
169
224

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

Portions of RGB colors in percentages

R + G + B =
202 + 169 + 224 = 595 (100%)
R 202 of 595 ~ 33.95%
G 169 of 595 ~ 28.4%
B 224 of 595 ~ 37.65%

%33.95
%28.4
%37.65

CMYK color model

#CAA9E0 color CMYK value is (10,25,0,12).

  • cyan value is 9.82%
  • magenta value is 24.55%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(10,25,0,12)
C10M25Y0K12 
(10%,25%,0%,12%)
(0.10/0.25/0.00/0.12)	

CMYK percentages

%9.82
%24.55
%0
%12.16

Codes

Color #CAA9E0 in popluar color models

CAA9E0
RGB202169224
HSL276°47.01%77.06%
HSB/HSV276°24.55%87.84%
CMYK9.82%24.55%0.00%
12.16%

Color #CAA9E0 in popluar number systems.

HEXCAA9E0
Decimal202169224
Binary110010101010100111100000
Octal312251340

Shades and tints

Shades of #CAA9E0

#CAA9E0
(202,169,224)
#B89ACC
(184,154,204)
#A68BB8
(166,139,184)
#947CA4
(148,124,164)
#826D90
(130,109,144)
#705E7C
(112,94,124)
#5E4F68
(94,79,104)
#4C4054
(76,64,84)
#3A3140
(58,49,64)
#28222C
(40,34,44)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #CAA9E0

#CAA9E0
(202,169,224)
#CEB0E2
(206,176,226)
#D2B7E4
(210,183,228)
#D6BEE6
(214,190,230)
#DAC5E8
(218,197,232)
#DECCEA
(222,204,234)
#E2D3EC
(226,211,236)
#E6DAEE
(230,218,238)
#EAE1F0
(234,225,240)
#EEE8F2
(238,232,242)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAA9E0 color. Also use rgb(202,169,224) instead hex code.

Text Font Color

.myTextColor { color: #CAA9E0; }

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

This text font color is #CAA9E0.


Background Color

.myBgColor { background-color: #CAA9E0; }

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

This div background color is #CAA9E0.


Border color

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

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

This div border color is #CAA9E0.


Opacity

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

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

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

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

This text has shadow with #CAA9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA9E0 on black background.


Color preview on white background

This text has color #CAA9E0 on white background.



Black color preview on #CAA9E0 background

This text has black color on #CAA9E0 background.


White color preview on #CAA9E0 background

This text has white color on #CAA9E0 background.