COLOR #CAA087

HEX: #CAA087
RGB: (202,160,135)

Color info

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

RGB color model

#CAA087 color RGB value is (202,160,135).

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

RGB channels and saturation

R 202 of 255 = 79%
G 160 of 255 = 63%
B 135 of 255 = 53%

202
160
135

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

Portions of RGB colors in percentages

R + G + B =
202 + 160 + 135 = 497 (100%)
R 202 of 497 ~ 40.64%
G 160 of 497 ~ 32.19%
B 135 of 497 ~ 27.16%

%40.64
%32.19
%27.16

CMYK color model

#CAA087 color CMYK value is (0,21,33,21).

  • cyan value is 0.00%
  • magenta value is 20.79%
  • yellow value is 33.17%
  • key color value is 20.78%
CMYK:
(0,21,33,21)
C0M21Y33K21 
(0%,21%,33%,21%)
(0.00/0.21/0.33/0.21)	

CMYK percentages

%0
%20.79
%33.17
%20.78

Codes

Color #CAA087 in popluar color models

CAA087
RGB202160135
HSL22°38.73%66.08%
HSB/HSV22°33.17%79.22%
CMYK0.00%20.79%33.17%
20.78%

Color #CAA087 in popluar number systems.

HEXCAA087
Decimal202160135
Binary110010101010000010000111
Octal312240207

Shades and tints

Shades of #CAA087

#CAA087
(202,160,135)
#B8927B
(184,146,123)
#A6846F
(166,132,111)
#947663
(148,118,99)
#826857
(130,104,87)
#705A4B
(112,90,75)
#5E4C3F
(94,76,63)
#4C3E33
(76,62,51)
#3A3027
(58,48,39)
#28221B
(40,34,27)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #CAA087

#CAA087
(202,160,135)
#CEA891
(206,168,145)
#D2B09B
(210,176,155)
#D6B8A5
(214,184,165)
#DAC0AF
(218,192,175)
#DEC8B9
(222,200,185)
#E2D0C3
(226,208,195)
#E6D8CD
(230,216,205)
#EAE0D7
(234,224,215)
#EEE8E1
(238,232,225)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAA087 color. Also use rgb(202,160,135) instead hex code.

Text Font Color

.myTextColor { color: #CAA087; }

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

This text font color is #CAA087.


Background Color

.myBgColor { background-color: #CAA087; }

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

This div background color is #CAA087.


Border color

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

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

This div border color is #CAA087.


Opacity

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

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

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

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

This text has shadow with #CAA087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA087 on black background.


Color preview on white background

This text has color #CAA087 on white background.



Black color preview on #CAA087 background

This text has black color on #CAA087 background.


White color preview on #CAA087 background

This text has white color on #CAA087 background.