COLOR #CAB196

HEX: #CAB196
RGB: (202,177,150)

Color info

#CAB196 contains red, green and blue colors in about the same proportion. Web safe color of #CAB196 is #CC9999 (or #C99).

RGB color model

#CAB196 color RGB value is (202,177,150).

  • red value is 202;
  • green value is 177;
  • blue value is 150.
RGB:
(202,177,150)
(79%,69%,59%)

RGB channels and saturation

R 202 of 255 = 79%
G 177 of 255 = 69%
B 150 of 255 = 59%

202
177
150

R + G + B ~ 69%. #CAB196 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 177 + 150 = 529 (100%)
R 202 of 529 ~ 38.19%
G 177 of 529 ~ 33.46%
B 150 of 529 ~ 28.36%

%38.19
%33.46
%28.36

CMYK color model

#CAB196 color CMYK value is (0,12,26,21).

  • cyan value is 0.00%
  • magenta value is 12.38%
  • yellow value is 25.74%
  • key color value is 20.78%
CMYK:
(0,12,26,21)
C0M12Y26K21 
(0%,12%,26%,21%)
(0.00/0.12/0.26/0.21)	

CMYK percentages

%0
%12.38
%25.74
%20.78

Codes

Color #CAB196 in popluar color models

CAB196
RGB202177150
HSL31°32.91%69.02%
HSB/HSV31°25.74%79.22%
CMYK0.00%12.38%25.74%
20.78%

Color #CAB196 in popluar number systems.

HEXCAB196
Decimal202177150
Binary110010101011000110010110
Octal312261226

Shades and tints

Shades of #CAB196

#CAB196
(202,177,150)
#B8A189
(184,161,137)
#A6917C
(166,145,124)
#94816F
(148,129,111)
#827162
(130,113,98)
#706155
(112,97,85)
#5E5148
(94,81,72)
#4C413B
(76,65,59)
#3A312E
(58,49,46)
#282121
(40,33,33)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #CAB196

#CAB196
(202,177,150)
#CEB89F
(206,184,159)
#D2BFA8
(210,191,168)
#D6C6B1
(214,198,177)
#DACDBA
(218,205,186)
#DED4C3
(222,212,195)
#E2DBCC
(226,219,204)
#E6E2D5
(230,226,213)
#EAE9DE
(234,233,222)
#EEF0E7
(238,240,231)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAB196 color. Also use rgb(202,177,150) instead hex code.

Text Font Color

.myTextColor { color: #CAB196; }

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

This text font color is #CAB196.


Background Color

.myBgColor { background-color: #CAB196; }

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

This div background color is #CAB196.


Border color

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

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

This div border color is #CAB196.


Opacity

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

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

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

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

This text has shadow with #CAB196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB196 on black background.


Color preview on white background

This text has color #CAB196 on white background.



Black color preview on #CAB196 background

This text has black color on #CAB196 background.


White color preview on #CAB196 background

This text has white color on #CAB196 background.