COLOR #CAAAE1

HEX: #CAAAE1
RGB: (202,170,225)

Color info

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

RGB color model

#CAAAE1 color RGB value is (202,170,225).

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

RGB channels and saturation

R 202 of 255 = 79%
G 170 of 255 = 67%
B 225 of 255 = 88%

202
170
225

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

Portions of RGB colors in percentages

R + G + B =
202 + 170 + 225 = 597 (100%)
R 202 of 597 ~ 33.84%
G 170 of 597 ~ 28.48%
B 225 of 597 ~ 37.69%

%33.84
%28.48
%37.69

CMYK color model

#CAAAE1 color CMYK value is (10,24,0,12).

  • cyan value is 10.22%
  • magenta value is 24.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(10,24,0,12)
C10M24Y0K12 
(10%,24%,0%,12%)
(0.10/0.24/0.00/0.12)	

CMYK percentages

%10.22
%24.44
%0
%11.76

Codes

Color #CAAAE1 in popluar color models

CAAAE1
RGB202170225
HSL275°47.83%77.45%
HSB/HSV275°24.44%88.24%
CMYK10.22%24.44%0.00%
11.76%

Color #CAAAE1 in popluar number systems.

HEXCAAAE1
Decimal202170225
Binary110010101010101011100001
Octal312252341

Shades and tints

Shades of #CAAAE1

#CAAAE1
(202,170,225)
#B89BCD
(184,155,205)
#A68CB9
(166,140,185)
#947DA5
(148,125,165)
#826E91
(130,110,145)
#705F7D
(112,95,125)
#5E5069
(94,80,105)
#4C4155
(76,65,85)
#3A3241
(58,50,65)
#28232D
(40,35,45)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #CAAAE1

#CAAAE1
(202,170,225)
#CEB1E3
(206,177,227)
#D2B8E5
(210,184,229)
#D6BFE7
(214,191,231)
#DAC6E9
(218,198,233)
#DECDEB
(222,205,235)
#E2D4ED
(226,212,237)
#E6DBEF
(230,219,239)
#EAE2F1
(234,226,241)
#EEE9F3
(238,233,243)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAAAE1; }

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

This text font color is #CAAAE1.


Background Color

.myBgColor { background-color: #CAAAE1; }

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

This div background color is #CAAAE1.


Border color

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

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

This div border color is #CAAAE1.


Opacity

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

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

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

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

This text has shadow with #CAAAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAAAE1 on black background.


Color preview on white background

This text has color #CAAAE1 on white background.



Black color preview on #CAAAE1 background

This text has black color on #CAAAE1 background.


White color preview on #CAAAE1 background

This text has white color on #CAAAE1 background.