COLOR #CAA9F6

HEX: #CAA9F6
RGB: (202,169,246)

Color info

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

RGB color model

#CAA9F6 color RGB value is (202,169,246).

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

RGB channels and saturation

R 202 of 255 = 79%
G 169 of 255 = 66%
B 246 of 255 = 96%

202
169
246

R + G + B ~ 80%. #CAA9F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 169 + 246 = 617 (100%)
R 202 of 617 ~ 32.74%
G 169 of 617 ~ 27.39%
B 246 of 617 ~ 39.87%

%32.74
%27.39
%39.87

CMYK color model

#CAA9F6 color CMYK value is (18,31,0,4).

  • cyan value is 17.89%
  • magenta value is 31.30%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(18,31,0,4)
C18M31Y0K4 
(18%,31%,0%,4%)
(0.18/0.31/0.00/0.04)	

CMYK percentages

%17.89
%31.3
%0
%3.53

Codes

Color #CAA9F6 in popluar color models

CAA9F6
RGB202169246
HSL266°81.05%81.37%
HSB/HSV266°31.30%96.47%
CMYK17.89%31.30%0.00%
3.53%

Color #CAA9F6 in popluar number systems.

HEXCAA9F6
Decimal202169246
Binary110010101010100111110110
Octal312251366

Shades and tints

Shades of #CAA9F6

#CAA9F6
(202,169,246)
#B89AE0
(184,154,224)
#A68BCA
(166,139,202)
#947CB4
(148,124,180)
#826D9E
(130,109,158)
#705E88
(112,94,136)
#5E4F72
(94,79,114)
#4C405C
(76,64,92)
#3A3146
(58,49,70)
#282230
(40,34,48)
#16131A
(22,19,26)
#000000
(0,0,0)

Tints of #CAA9F6

#CAA9F6
(202,169,246)
#CEB0F6
(206,176,246)
#D2B7F6
(210,183,246)
#D6BEF6
(214,190,246)
#DAC5F6
(218,197,246)
#DECCF6
(222,204,246)
#E2D3F6
(226,211,246)
#E6DAF6
(230,218,246)
#EAE1F6
(234,225,246)
#EEE8F6
(238,232,246)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAA9F6; }

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

This text font color is #CAA9F6.


Background Color

.myBgColor { background-color: #CAA9F6; }

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

This div background color is #CAA9F6.


Border color

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

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

This div border color is #CAA9F6.


Opacity

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

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

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

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

This text has shadow with #CAA9F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA9F6 on black background.


Color preview on white background

This text has color #CAA9F6 on white background.



Black color preview on #CAA9F6 background

This text has black color on #CAA9F6 background.


White color preview on #CAA9F6 background

This text has white color on #CAA9F6 background.