COLOR #CAA5CC

HEX: #CAA5CC
RGB: (202,165,204)

Color info

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

RGB color model

#CAA5CC color RGB value is (202,165,204).

  • red value is 202;
  • green value is 165;
  • blue value is 204.
RGB:
(202,165,204)
(79%,65%,80%)

RGB channels and saturation

R 202 of 255 = 79%
G 165 of 255 = 65%
B 204 of 255 = 80%

202
165
204

R + G + B ~ 75%. #CAA5CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 165 + 204 = 571 (100%)
R 202 of 571 ~ 35.38%
G 165 of 571 ~ 28.9%
B 204 of 571 ~ 35.73%

%35.38
%28.9
%35.73

CMYK color model

#CAA5CC color CMYK value is (1,19,0,20).

  • cyan value is 0.98%
  • magenta value is 19.12%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(1,19,0,20)
C1M19Y0K20 
(1%,19%,0%,20%)
(0.01/0.19/0.00/0.20)	

CMYK percentages

%0.98
%19.12
%0
%20

Codes

Color #CAA5CC in popluar color models

CAA5CC
RGB202165204
HSL297°27.66%72.35%
HSB/HSV297°19.12%80.00%
CMYK0.98%19.12%0.00%
20.00%

Color #CAA5CC in popluar number systems.

HEXCAA5CC
Decimal202165204
Binary110010101010010111001100
Octal312245314

Shades and tints

Shades of #CAA5CC

#CAA5CC
(202,165,204)
#B896BA
(184,150,186)
#A687A8
(166,135,168)
#947896
(148,120,150)
#826984
(130,105,132)
#705A72
(112,90,114)
#5E4B60
(94,75,96)
#4C3C4E
(76,60,78)
#3A2D3C
(58,45,60)
#281E2A
(40,30,42)
#160F18
(22,15,24)
#000000
(0,0,0)

Tints of #CAA5CC

#CAA5CC
(202,165,204)
#CEADD0
(206,173,208)
#D2B5D4
(210,181,212)
#D6BDD8
(214,189,216)
#DAC5DC
(218,197,220)
#DECDE0
(222,205,224)
#E2D5E4
(226,213,228)
#E6DDE8
(230,221,232)
#EAE5EC
(234,229,236)
#EEEDF0
(238,237,240)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAA5CC color. Also use rgb(202,165,204) instead hex code.

Text Font Color

.myTextColor { color: #CAA5CC; }

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

This text font color is #CAA5CC.


Background Color

.myBgColor { background-color: #CAA5CC; }

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

This div background color is #CAA5CC.


Border color

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

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

This div border color is #CAA5CC.


Opacity

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

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

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

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

This text has shadow with #CAA5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA5CC on black background.


Color preview on white background

This text has color #CAA5CC on white background.



Black color preview on #CAA5CC background

This text has black color on #CAA5CC background.


White color preview on #CAA5CC background

This text has white color on #CAA5CC background.