COLOR #CABB96

HEX: #CABB96
RGB: (202,187,150)

Color info

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

RGB color model

#CABB96 color RGB value is (202,187,150).

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

RGB channels and saturation

R 202 of 255 = 79%
G 187 of 255 = 73%
B 150 of 255 = 59%

202
187
150

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

Portions of RGB colors in percentages

R + G + B =
202 + 187 + 150 = 539 (100%)
R 202 of 539 ~ 37.48%
G 187 of 539 ~ 34.69%
B 150 of 539 ~ 27.83%

%37.48
%34.69
%27.83

CMYK color model

#CABB96 color CMYK value is (0,7,26,21).

  • cyan value is 0.00%
  • magenta value is 7.43%
  • yellow value is 25.74%
  • key color value is 20.78%
CMYK:
(0,7,26,21)
C0M7Y26K21 
(0%,7%,26%,21%)
(0.00/0.07/0.26/0.21)	

CMYK percentages

%0
%7.43
%25.74
%20.78

Codes

Color #CABB96 in popluar color models

CABB96
RGB202187150
HSL43°32.91%69.02%
HSB/HSV43°25.74%79.22%
CMYK0.00%7.43%25.74%
20.78%

Color #CABB96 in popluar number systems.

HEXCABB96
Decimal202187150
Binary110010101011101110010110
Octal312273226

Shades and tints

Shades of #CABB96

#CABB96
(202,187,150)
#B8AA89
(184,170,137)
#A6997C
(166,153,124)
#94886F
(148,136,111)
#827762
(130,119,98)
#706655
(112,102,85)
#5E5548
(94,85,72)
#4C443B
(76,68,59)
#3A332E
(58,51,46)
#282221
(40,34,33)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #CABB96

#CABB96
(202,187,150)
#CEC19F
(206,193,159)
#D2C7A8
(210,199,168)
#D6CDB1
(214,205,177)
#DAD3BA
(218,211,186)
#DED9C3
(222,217,195)
#E2DFCC
(226,223,204)
#E6E5D5
(230,229,213)
#EAEBDE
(234,235,222)
#EEF1E7
(238,241,231)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CABB96; }

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

This text font color is #CABB96.


Background Color

.myBgColor { background-color: #CABB96; }

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

This div background color is #CABB96.


Border color

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

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

This div border color is #CABB96.


Opacity

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

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

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

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

This text has shadow with #CABB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CABB96 on black background.


Color preview on white background

This text has color #CABB96 on white background.



Black color preview on #CABB96 background

This text has black color on #CABB96 background.


White color preview on #CABB96 background

This text has white color on #CABB96 background.