COLOR #CAA186

HEX: #CAA186
RGB: (202,161,134)

Color info

#CAA186 contains mainly red and green colors. Web safe color of #CAA186 is #CC9999 (or #C99).

RGB color model

#CAA186 color RGB value is (202,161,134).

  • red value is 202;
  • green value is 161;
  • blue value is 134.
RGB:
(202,161,134)
(79%,63%,53%)

RGB channels and saturation

R 202 of 255 = 79%
G 161 of 255 = 63%
B 134 of 255 = 53%

202
161
134

R + G + B ~ 65%. #CAA186 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 161 + 134 = 497 (100%)
R 202 of 497 ~ 40.64%
G 161 of 497 ~ 32.39%
B 134 of 497 ~ 26.96%

%40.64
%32.39
%26.96

CMYK color model

#CAA186 color CMYK value is (0,20,34,21).

  • cyan value is 0.00%
  • magenta value is 20.30%
  • yellow value is 33.66%
  • key color value is 20.78%
CMYK:
(0,20,34,21)
C0M20Y34K21 
(0%,20%,34%,21%)
(0.00/0.20/0.34/0.21)	

CMYK percentages

%0
%20.3
%33.66
%20.78

Codes

Color #CAA186 in popluar color models

CAA186
RGB202161134
HSL24°39.08%65.88%
HSB/HSV24°33.66%79.22%
CMYK0.00%20.30%33.66%
20.78%

Color #CAA186 in popluar number systems.

HEXCAA186
Decimal202161134
Binary110010101010000110000110
Octal312241206

Shades and tints

Shades of #CAA186

#CAA186
(202,161,134)
#B8937A
(184,147,122)
#A6856E
(166,133,110)
#947762
(148,119,98)
#826956
(130,105,86)
#705B4A
(112,91,74)
#5E4D3E
(94,77,62)
#4C3F32
(76,63,50)
#3A3126
(58,49,38)
#28231A
(40,35,26)
#16150E
(22,21,14)
#000000
(0,0,0)

Tints of #CAA186

#CAA186
(202,161,134)
#CEA991
(206,169,145)
#D2B19C
(210,177,156)
#D6B9A7
(214,185,167)
#DAC1B2
(218,193,178)
#DEC9BD
(222,201,189)
#E2D1C8
(226,209,200)
#E6D9D3
(230,217,211)
#EAE1DE
(234,225,222)
#EEE9E9
(238,233,233)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAA186 color. Also use rgb(202,161,134) instead hex code.

Text Font Color

.myTextColor { color: #CAA186; }

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

This text font color is #CAA186.


Background Color

.myBgColor { background-color: #CAA186; }

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

This div background color is #CAA186.


Border color

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

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

This div border color is #CAA186.


Opacity

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

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

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

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

This text has shadow with #CAA186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA186 on black background.


Color preview on white background

This text has color #CAA186 on white background.



Black color preview on #CAA186 background

This text has black color on #CAA186 background.


White color preview on #CAA186 background

This text has white color on #CAA186 background.