COLOR #CAA5A6

HEX: #CAA5A6
RGB: (202,165,166)

Color info

#CAA5A6 contains red, green and blue colors in about the same proportion. Web safe color of #CAA5A6 is #CC9999 (or #C99).

RGB color model

#CAA5A6 color RGB value is (202,165,166).

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

RGB channels and saturation

R 202 of 255 = 79%
G 165 of 255 = 65%
B 166 of 255 = 65%

202
165
166

R + G + B ~ 70%. #CAA5A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 165 + 166 = 533 (100%)
R 202 of 533 ~ 37.9%
G 165 of 533 ~ 30.96%
B 166 of 533 ~ 31.14%

%37.9
%30.96
%31.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.32%
  • yellow value is 17.82%
  • key color value is 20.78%
CMYK:
(0,18,18,21)
C0M18Y18K21 
(0%,18%,18%,21%)
(0.00/0.18/0.18/0.21)	

CMYK percentages

%0
%18.32
%17.82
%20.78

Codes

Color #CAA5A6 in popluar color models

CAA5A6
RGB202165166
HSL358°25.87%71.96%
HSB/HSV358°18.32%79.22%
CMYK0.00%18.32%17.82%
20.78%

Color #CAA5A6 in popluar number systems.

HEXCAA5A6
Decimal202165166
Binary110010101010010110100110
Octal312245246

Shades and tints

Shades of #CAA5A6

#CAA5A6
(202,165,166)
#B89697
(184,150,151)
#A68788
(166,135,136)
#947879
(148,120,121)
#82696A
(130,105,106)
#705A5B
(112,90,91)
#5E4B4C
(94,75,76)
#4C3C3D
(76,60,61)
#3A2D2E
(58,45,46)
#281E1F
(40,30,31)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #CAA5A6

#CAA5A6
(202,165,166)
#CEADAE
(206,173,174)
#D2B5B6
(210,181,182)
#D6BDBE
(214,189,190)
#DAC5C6
(218,197,198)
#DECDCE
(222,205,206)
#E2D5D6
(226,213,214)
#E6DDDE
(230,221,222)
#EAE5E6
(234,229,230)
#EEEDEE
(238,237,238)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAA5A6; }

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

This text font color is #CAA5A6.


Background Color

.myBgColor { background-color: #CAA5A6; }

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

This div background color is #CAA5A6.


Border color

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

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

This div border color is #CAA5A6.


Opacity

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

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

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

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

This text has shadow with #CAA5A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA5A6 on black background.


Color preview on white background

This text has color #CAA5A6 on white background.



Black color preview on #CAA5A6 background

This text has black color on #CAA5A6 background.


White color preview on #CAA5A6 background

This text has white color on #CAA5A6 background.