COLOR #CAB899

HEX: #CAB899
RGB: (202,184,153)

Color info

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

RGB color model

#CAB899 color RGB value is (202,184,153).

  • red value is 202;
  • green value is 184;
  • blue value is 153.
RGB:
(202,184,153)
(79%,72%,60%)

RGB channels and saturation

R 202 of 255 = 79%
G 184 of 255 = 72%
B 153 of 255 = 60%

202
184
153

R + G + B ~ 70%. #CAB899 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 184 + 153 = 539 (100%)
R 202 of 539 ~ 37.48%
G 184 of 539 ~ 34.14%
B 153 of 539 ~ 28.39%

%37.48
%34.14
%28.39

CMYK color model

#CAB899 color CMYK value is (0,9,24,21).

  • cyan value is 0.00%
  • magenta value is 8.91%
  • yellow value is 24.26%
  • key color value is 20.78%
CMYK:
(0,9,24,21)
C0M9Y24K21 
(0%,9%,24%,21%)
(0.00/0.09/0.24/0.21)	

CMYK percentages

%0
%8.91
%24.26
%20.78

Codes

Color #CAB899 in popluar color models

CAB899
RGB202184153
HSL38°31.61%69.61%
HSB/HSV38°24.26%79.22%
CMYK0.00%8.91%24.26%
20.78%

Color #CAB899 in popluar number systems.

HEXCAB899
Decimal202184153
Binary110010101011100010011001
Octal312270231

Shades and tints

Shades of #CAB899

#CAB899
(202,184,153)
#B8A88C
(184,168,140)
#A6987F
(166,152,127)
#948872
(148,136,114)
#827865
(130,120,101)
#706858
(112,104,88)
#5E584B
(94,88,75)
#4C483E
(76,72,62)
#3A3831
(58,56,49)
#282824
(40,40,36)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #CAB899

#CAB899
(202,184,153)
#CEBEA2
(206,190,162)
#D2C4AB
(210,196,171)
#D6CAB4
(214,202,180)
#DAD0BD
(218,208,189)
#DED6C6
(222,214,198)
#E2DCCF
(226,220,207)
#E6E2D8
(230,226,216)
#EAE8E1
(234,232,225)
#EEEEEA
(238,238,234)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAB899 color. Also use rgb(202,184,153) instead hex code.

Text Font Color

.myTextColor { color: #CAB899; }

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

This text font color is #CAB899.


Background Color

.myBgColor { background-color: #CAB899; }

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

This div background color is #CAB899.


Border color

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

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

This div border color is #CAB899.


Opacity

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

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

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

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

This text has shadow with #CAB899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB899 on black background.


Color preview on white background

This text has color #CAB899 on white background.



Black color preview on #CAB899 background

This text has black color on #CAB899 background.


White color preview on #CAB899 background

This text has white color on #CAB899 background.