COLOR #CAAEE2

HEX: #CAAEE2
RGB: (202,174,226)

Color info

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

RGB color model

#CAAEE2 color RGB value is (202,174,226).

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

RGB channels and saturation

R 202 of 255 = 79%
G 174 of 255 = 68%
B 226 of 255 = 89%

202
174
226

R + G + B ~ 79%. #CAAEE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 174 + 226 = 602 (100%)
R 202 of 602 ~ 33.55%
G 174 of 602 ~ 28.9%
B 226 of 602 ~ 37.54%

%33.55
%28.9
%37.54

CMYK color model

#CAAEE2 color CMYK value is (11,23,0,11).

  • cyan value is 10.62%
  • magenta value is 23.01%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(11,23,0,11)
C11M23Y0K11 
(11%,23%,0%,11%)
(0.11/0.23/0.00/0.11)	

CMYK percentages

%10.62
%23.01
%0
%11.37

Codes

Color #CAAEE2 in popluar color models

CAAEE2
RGB202174226
HSL272°47.27%78.43%
HSB/HSV272°23.01%88.63%
CMYK10.62%23.01%0.00%
11.37%

Color #CAAEE2 in popluar number systems.

HEXCAAEE2
Decimal202174226
Binary110010101010111011100010
Octal312256342

Shades and tints

Shades of #CAAEE2

#CAAEE2
(202,174,226)
#B89FCE
(184,159,206)
#A690BA
(166,144,186)
#9481A6
(148,129,166)
#827292
(130,114,146)
#70637E
(112,99,126)
#5E546A
(94,84,106)
#4C4556
(76,69,86)
#3A3642
(58,54,66)
#28272E
(40,39,46)
#16181A
(22,24,26)
#000000
(0,0,0)

Tints of #CAAEE2

#CAAEE2
(202,174,226)
#CEB5E4
(206,181,228)
#D2BCE6
(210,188,230)
#D6C3E8
(214,195,232)
#DACAEA
(218,202,234)
#DED1EC
(222,209,236)
#E2D8EE
(226,216,238)
#E6DFF0
(230,223,240)
#EAE6F2
(234,230,242)
#EEEDF4
(238,237,244)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAAEE2; }

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

This text font color is #CAAEE2.


Background Color

.myBgColor { background-color: #CAAEE2; }

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

This div background color is #CAAEE2.


Border color

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

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

This div border color is #CAAEE2.


Opacity

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

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

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

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

This text has shadow with #CAAEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAAEE2 on black background.


Color preview on white background

This text has color #CAAEE2 on white background.



Black color preview on #CAAEE2 background

This text has black color on #CAAEE2 background.


White color preview on #CAAEE2 background

This text has white color on #CAAEE2 background.