COLOR #CAAAE2

HEX: #CAAAE2
RGB: (202,170,226)

Color info

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

RGB color model

#CAAAE2 color RGB value is (202,170,226).

  • red value is 202;
  • green value is 170;
  • blue value is 226.
RGB:
(202,170,226)
(79%,67%,89%)

RGB channels and saturation

R 202 of 255 = 79%
G 170 of 255 = 67%
B 226 of 255 = 89%

202
170
226

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

Portions of RGB colors in percentages

R + G + B =
202 + 170 + 226 = 598 (100%)
R 202 of 598 ~ 33.78%
G 170 of 598 ~ 28.43%
B 226 of 598 ~ 37.79%

%33.78
%28.43
%37.79

CMYK color model

#CAAAE2 color CMYK value is (11,25,0,11).

  • cyan value is 10.62%
  • magenta value is 24.78%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(11,25,0,11)
C11M25Y0K11 
(11%,25%,0%,11%)
(0.11/0.25/0.00/0.11)	

CMYK percentages

%10.62
%24.78
%0
%11.37

Codes

Color #CAAAE2 in popluar color models

CAAAE2
RGB202170226
HSL274°49.12%77.65%
HSB/HSV274°24.78%88.63%
CMYK10.62%24.78%0.00%
11.37%

Color #CAAAE2 in popluar number systems.

HEXCAAAE2
Decimal202170226
Binary110010101010101011100010
Octal312252342

Shades and tints

Shades of #CAAAE2

#CAAAE2
(202,170,226)
#B89BCE
(184,155,206)
#A68CBA
(166,140,186)
#947DA6
(148,125,166)
#826E92
(130,110,146)
#705F7E
(112,95,126)
#5E506A
(94,80,106)
#4C4156
(76,65,86)
#3A3242
(58,50,66)
#28232E
(40,35,46)
#16141A
(22,20,26)
#000000
(0,0,0)

Tints of #CAAAE2

#CAAAE2
(202,170,226)
#CEB1E4
(206,177,228)
#D2B8E6
(210,184,230)
#D6BFE8
(214,191,232)
#DAC6EA
(218,198,234)
#DECDEC
(222,205,236)
#E2D4EE
(226,212,238)
#E6DBF0
(230,219,240)
#EAE2F2
(234,226,242)
#EEE9F4
(238,233,244)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAAAE2 color. Also use rgb(202,170,226) instead hex code.

Text Font Color

.myTextColor { color: #CAAAE2; }

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

This text font color is #CAAAE2.


Background Color

.myBgColor { background-color: #CAAAE2; }

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

This div background color is #CAAAE2.


Border color

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

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

This div border color is #CAAAE2.


Opacity

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

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

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

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

This text has shadow with #CAAAE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAAAE2 on black background.


Color preview on white background

This text has color #CAAAE2 on white background.



Black color preview on #CAAAE2 background

This text has black color on #CAAAE2 background.


White color preview on #CAAAE2 background

This text has white color on #CAAAE2 background.