COLOR #CAA9CD

HEX: #CAA9CD
RGB: (202,169,205)

Color info

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

RGB color model

#CAA9CD color RGB value is (202,169,205).

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

RGB channels and saturation

R 202 of 255 = 79%
G 169 of 255 = 66%
B 205 of 255 = 80%

202
169
205

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

Portions of RGB colors in percentages

R + G + B =
202 + 169 + 205 = 576 (100%)
R 202 of 576 ~ 35.07%
G 169 of 576 ~ 29.34%
B 205 of 576 ~ 35.59%

%35.07
%29.34
%35.59

CMYK color model

#CAA9CD color CMYK value is (1,18,0,20).

  • cyan value is 1.46%
  • magenta value is 17.56%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(1,18,0,20)
C1M18Y0K20 
(1%,18%,0%,20%)
(0.01/0.18/0.00/0.20)	

CMYK percentages

%1.46
%17.56
%0
%19.61

Codes

Color #CAA9CD in popluar color models

CAA9CD
RGB202169205
HSL295°26.47%73.33%
HSB/HSV295°17.56%80.39%
CMYK1.46%17.56%0.00%
19.61%

Color #CAA9CD in popluar number systems.

HEXCAA9CD
Decimal202169205
Binary110010101010100111001101
Octal312251315

Shades and tints

Shades of #CAA9CD

#CAA9CD
(202,169,205)
#B89ABB
(184,154,187)
#A68BA9
(166,139,169)
#947C97
(148,124,151)
#826D85
(130,109,133)
#705E73
(112,94,115)
#5E4F61
(94,79,97)
#4C404F
(76,64,79)
#3A313D
(58,49,61)
#28222B
(40,34,43)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #CAA9CD

#CAA9CD
(202,169,205)
#CEB0D1
(206,176,209)
#D2B7D5
(210,183,213)
#D6BED9
(214,190,217)
#DAC5DD
(218,197,221)
#DECCE1
(222,204,225)
#E2D3E5
(226,211,229)
#E6DAE9
(230,218,233)
#EAE1ED
(234,225,237)
#EEE8F1
(238,232,241)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAA9CD; }

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

This text font color is #CAA9CD.


Background Color

.myBgColor { background-color: #CAA9CD; }

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

This div background color is #CAA9CD.


Border color

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

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

This div border color is #CAA9CD.


Opacity

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

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

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

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

This text has shadow with #CAA9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA9CD on black background.


Color preview on white background

This text has color #CAA9CD on white background.



Black color preview on #CAA9CD background

This text has black color on #CAA9CD background.


White color preview on #CAA9CD background

This text has white color on #CAA9CD background.