COLOR #CAA5B6

HEX: #CAA5B6
RGB: (202,165,182)

Color info

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

RGB color model

#CAA5B6 color RGB value is (202,165,182).

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

RGB channels and saturation

R 202 of 255 = 79%
G 165 of 255 = 65%
B 182 of 255 = 71%

202
165
182

R + G + B ~ 72%. #CAA5B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 165 + 182 = 549 (100%)
R 202 of 549 ~ 36.79%
G 165 of 549 ~ 30.05%
B 182 of 549 ~ 33.15%

%36.79
%30.05
%33.15

CMYK color model

#CAA5B6 color CMYK value is (0,18,10,21).

  • cyan value is 0.00%
  • magenta value is 18.32%
  • yellow value is 9.90%
  • key color value is 20.78%
CMYK:
(0,18,10,21)
C0M18Y10K21 
(0%,18%,10%,21%)
(0.00/0.18/0.10/0.21)	

CMYK percentages

%0
%18.32
%9.9
%20.78

Codes

Color #CAA5B6 in popluar color models

CAA5B6
RGB202165182
HSL332°25.87%71.96%
HSB/HSV332°18.32%79.22%
CMYK0.00%18.32%9.90%
20.78%

Color #CAA5B6 in popluar number systems.

HEXCAA5B6
Decimal202165182
Binary110010101010010110110110
Octal312245266

Shades and tints

Shades of #CAA5B6

#CAA5B6
(202,165,182)
#B896A6
(184,150,166)
#A68796
(166,135,150)
#947886
(148,120,134)
#826976
(130,105,118)
#705A66
(112,90,102)
#5E4B56
(94,75,86)
#4C3C46
(76,60,70)
#3A2D36
(58,45,54)
#281E26
(40,30,38)
#160F16
(22,15,22)
#000000
(0,0,0)

Tints of #CAA5B6

#CAA5B6
(202,165,182)
#CEADBC
(206,173,188)
#D2B5C2
(210,181,194)
#D6BDC8
(214,189,200)
#DAC5CE
(218,197,206)
#DECDD4
(222,205,212)
#E2D5DA
(226,213,218)
#E6DDE0
(230,221,224)
#EAE5E6
(234,229,230)
#EEEDEC
(238,237,236)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAA5B6; }

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

This text font color is #CAA5B6.


Background Color

.myBgColor { background-color: #CAA5B6; }

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

This div background color is #CAA5B6.


Border color

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

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

This div border color is #CAA5B6.


Opacity

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

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

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

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

This text has shadow with #CAA5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA5B6 on black background.


Color preview on white background

This text has color #CAA5B6 on white background.



Black color preview on #CAA5B6 background

This text has black color on #CAA5B6 background.


White color preview on #CAA5B6 background

This text has white color on #CAA5B6 background.