COLOR #CAA9ED

HEX: #CAA9ED
RGB: (202,169,237)

Color info

#CAA9ED contains mainly red and blue colors. Web safe color of #CAA9ED is #CC99FF (or #C9F).

RGB color model

#CAA9ED color RGB value is (202,169,237).

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

RGB channels and saturation

R 202 of 255 = 79%
G 169 of 255 = 66%
B 237 of 255 = 93%

202
169
237

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

Portions of RGB colors in percentages

R + G + B =
202 + 169 + 237 = 608 (100%)
R 202 of 608 ~ 33.22%
G 169 of 608 ~ 27.8%
B 237 of 608 ~ 38.98%

%33.22
%27.8
%38.98

CMYK color model

#CAA9ED color CMYK value is (15,29,0,7).

  • cyan value is 14.77%
  • magenta value is 28.69%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(15,29,0,7)
C15M29Y0K7 
(15%,29%,0%,7%)
(0.15/0.29/0.00/0.07)	

CMYK percentages

%14.77
%28.69
%0
%7.06

Codes

Color #CAA9ED in popluar color models

CAA9ED
RGB202169237
HSL269°65.38%79.61%
HSB/HSV269°28.69%92.94%
CMYK14.77%28.69%0.00%
7.06%

Color #CAA9ED in popluar number systems.

HEXCAA9ED
Decimal202169237
Binary110010101010100111101101
Octal312251355

Shades and tints

Shades of #CAA9ED

#CAA9ED
(202,169,237)
#B89AD8
(184,154,216)
#A68BC3
(166,139,195)
#947CAE
(148,124,174)
#826D99
(130,109,153)
#705E84
(112,94,132)
#5E4F6F
(94,79,111)
#4C405A
(76,64,90)
#3A3145
(58,49,69)
#282230
(40,34,48)
#16131B
(22,19,27)
#000000
(0,0,0)

Tints of #CAA9ED

#CAA9ED
(202,169,237)
#CEB0EE
(206,176,238)
#D2B7EF
(210,183,239)
#D6BEF0
(214,190,240)
#DAC5F1
(218,197,241)
#DECCF2
(222,204,242)
#E2D3F3
(226,211,243)
#E6DAF4
(230,218,244)
#EAE1F5
(234,225,245)
#EEE8F6
(238,232,246)
#F2EFF7
(242,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAA9ED; }

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

This text font color is #CAA9ED.


Background Color

.myBgColor { background-color: #CAA9ED; }

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

This div background color is #CAA9ED.


Border color

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

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

This div border color is #CAA9ED.


Opacity

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

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

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

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

This text has shadow with #CAA9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA9ED on black background.


Color preview on white background

This text has color #CAA9ED on white background.



Black color preview on #CAA9ED background

This text has black color on #CAA9ED background.


White color preview on #CAA9ED background

This text has white color on #CAA9ED background.