COLOR #CAA87B

HEX: #CAA87B
RGB: (202,168,123)

Color info

#CAA87B contains mainly red and green colors. Web safe color of #CAA87B is #CC9966 (or #C96).

RGB color model

#CAA87B color RGB value is (202,168,123).

  • red value is 202;
  • green value is 168;
  • blue value is 123.
RGB:
(202,168,123)
(79%,66%,48%)

RGB channels and saturation

R 202 of 255 = 79%
G 168 of 255 = 66%
B 123 of 255 = 48%

202
168
123

R + G + B ~ 64%. #CAA87B is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 168 + 123 = 493 (100%)
R 202 of 493 ~ 40.97%
G 168 of 493 ~ 34.08%
B 123 of 493 ~ 24.95%

%40.97
%34.08
%24.95

CMYK color model

#CAA87B color CMYK value is (0,17,39,21).

  • cyan value is 0.00%
  • magenta value is 16.83%
  • yellow value is 39.11%
  • key color value is 20.78%
CMYK:
(0,17,39,21)
C0M17Y39K21 
(0%,17%,39%,21%)
(0.00/0.17/0.39/0.21)	

CMYK percentages

%0
%16.83
%39.11
%20.78

Codes

Color #CAA87B in popluar color models

CAA87B
RGB202168123
HSL34°42.70%63.73%
HSB/HSV34°39.11%79.22%
CMYK0.00%16.83%39.11%
20.78%

Color #CAA87B in popluar number systems.

HEXCAA87B
Decimal202168123
Binary11001010101010001111011
Octal312250173

Shades and tints

Shades of #CAA87B

#CAA87B
(202,168,123)
#B89970
(184,153,112)
#A68A65
(166,138,101)
#947B5A
(148,123,90)
#826C4F
(130,108,79)
#705D44
(112,93,68)
#5E4E39
(94,78,57)
#4C3F2E
(76,63,46)
#3A3023
(58,48,35)
#282118
(40,33,24)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #CAA87B

#CAA87B
(202,168,123)
#CEAF87
(206,175,135)
#D2B693
(210,182,147)
#D6BD9F
(214,189,159)
#DAC4AB
(218,196,171)
#DECBB7
(222,203,183)
#E2D2C3
(226,210,195)
#E6D9CF
(230,217,207)
#EAE0DB
(234,224,219)
#EEE7E7
(238,231,231)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAA87B color. Also use rgb(202,168,123) instead hex code.

Text Font Color

.myTextColor { color: #CAA87B; }

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

This text font color is #CAA87B.


Background Color

.myBgColor { background-color: #CAA87B; }

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

This div background color is #CAA87B.


Border color

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

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

This div border color is #CAA87B.


Opacity

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

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

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

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

This text has shadow with #CAA87B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA87B on black background.


Color preview on white background

This text has color #CAA87B on white background.



Black color preview on #CAA87B background

This text has black color on #CAA87B background.


White color preview on #CAA87B background

This text has white color on #CAA87B background.