COLOR #CAB59F

HEX: #CAB59F
RGB: (202,181,159)

Color info

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

RGB color model

#CAB59F color RGB value is (202,181,159).

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

RGB channels and saturation

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

202
181
159

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

Portions of RGB colors in percentages

R + G + B =
202 + 181 + 159 = 542 (100%)
R 202 of 542 ~ 37.27%
G 181 of 542 ~ 33.39%
B 159 of 542 ~ 29.34%

%37.27
%33.39
%29.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 21.29%
  • key color value is 20.78%
CMYK:
(0,10,21,21)
C0M10Y21K21 
(0%,10%,21%,21%)
(0.00/0.10/0.21/0.21)	

CMYK percentages

%0
%10.4
%21.29
%20.78

Codes

Color #CAB59F in popluar color models

CAB59F
RGB202181159
HSL31°28.86%70.78%
HSB/HSV31°21.29%79.22%
CMYK0.00%10.40%21.29%
20.78%

Color #CAB59F in popluar number systems.

HEXCAB59F
Decimal202181159
Binary110010101011010110011111
Octal312265237

Shades and tints

Shades of #CAB59F

#CAB59F
(202,181,159)
#B8A591
(184,165,145)
#A69583
(166,149,131)
#948575
(148,133,117)
#827567
(130,117,103)
#706559
(112,101,89)
#5E554B
(94,85,75)
#4C453D
(76,69,61)
#3A352F
(58,53,47)
#282521
(40,37,33)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #CAB59F

#CAB59F
(202,181,159)
#CEBBA7
(206,187,167)
#D2C1AF
(210,193,175)
#D6C7B7
(214,199,183)
#DACDBF
(218,205,191)
#DED3C7
(222,211,199)
#E2D9CF
(226,217,207)
#E6DFD7
(230,223,215)
#EAE5DF
(234,229,223)
#EEEBE7
(238,235,231)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAB59F; }

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

This text font color is #CAB59F.


Background Color

.myBgColor { background-color: #CAB59F; }

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

This div background color is #CAB59F.


Border color

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

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

This div border color is #CAB59F.


Opacity

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

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

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

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

This text has shadow with #CAB59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB59F on black background.


Color preview on white background

This text has color #CAB59F on white background.



Black color preview on #CAB59F background

This text has black color on #CAB59F background.


White color preview on #CAB59F background

This text has white color on #CAB59F background.