COLOR #CAB59D

HEX: #CAB59D
RGB: (202,181,157)

Color info

#CAB59D contains red, green and blue colors in about the same proportion. Web safe color of #CAB59D is #CCCC99 (or #CC9).

RGB color model

#CAB59D color RGB value is (202,181,157).

  • red value is 202;
  • green value is 181;
  • blue value is 157.
RGB:
(202,181,157)
(79%,71%,62%)

RGB channels and saturation

R 202 of 255 = 79%
G 181 of 255 = 71%
B 157 of 255 = 62%

202
181
157

R + G + B ~ 71%. #CAB59D is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 181 + 157 = 540 (100%)
R 202 of 540 ~ 37.41%
G 181 of 540 ~ 33.52%
B 157 of 540 ~ 29.07%

%37.41
%33.52
%29.07

CMYK color model

#CAB59D color CMYK value is (0,10,22,21).

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 22.28%
  • key color value is 20.78%
CMYK:
(0,10,22,21)
C0M10Y22K21 
(0%,10%,22%,21%)
(0.00/0.10/0.22/0.21)	

CMYK percentages

%0
%10.4
%22.28
%20.78

Codes

Color #CAB59D in popluar color models

CAB59D
RGB202181157
HSL32°29.80%70.39%
HSB/HSV32°22.28%79.22%
CMYK0.00%10.40%22.28%
20.78%

Color #CAB59D in popluar number systems.

HEXCAB59D
Decimal202181157
Binary110010101011010110011101
Octal312265235

Shades and tints

Shades of #CAB59D

#CAB59D
(202,181,157)
#B8A58F
(184,165,143)
#A69581
(166,149,129)
#948573
(148,133,115)
#827565
(130,117,101)
#706557
(112,101,87)
#5E5549
(94,85,73)
#4C453B
(76,69,59)
#3A352D
(58,53,45)
#28251F
(40,37,31)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #CAB59D

#CAB59D
(202,181,157)
#CEBBA5
(206,187,165)
#D2C1AD
(210,193,173)
#D6C7B5
(214,199,181)
#DACDBD
(218,205,189)
#DED3C5
(222,211,197)
#E2D9CD
(226,217,205)
#E6DFD5
(230,223,213)
#EAE5DD
(234,229,221)
#EEEBE5
(238,235,229)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAB59D color. Also use rgb(202,181,157) instead hex code.

Text Font Color

.myTextColor { color: #CAB59D; }

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

This text font color is #CAB59D.


Background Color

.myBgColor { background-color: #CAB59D; }

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

This div background color is #CAB59D.


Border color

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

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

This div border color is #CAB59D.


Opacity

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

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

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

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

This text has shadow with #CAB59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB59D on black background.


Color preview on white background

This text has color #CAB59D on white background.



Black color preview on #CAB59D background

This text has black color on #CAB59D background.


White color preview on #CAB59D background

This text has white color on #CAB59D background.