COLOR #CAB3AA

HEX: #CAB3AA
RGB: (202,179,170)

Color info

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

RGB color model

#CAB3AA color RGB value is (202,179,170).

  • red value is 202;
  • green value is 179;
  • blue value is 170.
RGB:
(202,179,170)
(79%,70%,67%)

RGB channels and saturation

R 202 of 255 = 79%
G 179 of 255 = 70%
B 170 of 255 = 67%

202
179
170

R + G + B ~ 72%. #CAB3AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 179 + 170 = 551 (100%)
R 202 of 551 ~ 36.66%
G 179 of 551 ~ 32.49%
B 170 of 551 ~ 30.85%

%36.66
%32.49
%30.85

CMYK color model

#CAB3AA color CMYK value is (0,11,16,21).

  • cyan value is 0.00%
  • magenta value is 11.39%
  • yellow value is 15.84%
  • key color value is 20.78%
CMYK:
(0,11,16,21)
C0M11Y16K21 
(0%,11%,16%,21%)
(0.00/0.11/0.16/0.21)	

CMYK percentages

%0
%11.39
%15.84
%20.78

Codes

Color #CAB3AA in popluar color models

CAB3AA
RGB202179170
HSL17°23.19%72.94%
HSB/HSV17°15.84%79.22%
CMYK0.00%11.39%15.84%
20.78%

Color #CAB3AA in popluar number systems.

HEXCAB3AA
Decimal202179170
Binary110010101011001110101010
Octal312263252

Shades and tints

Shades of #CAB3AA

#CAB3AA
(202,179,170)
#B8A39B
(184,163,155)
#A6938C
(166,147,140)
#94837D
(148,131,125)
#82736E
(130,115,110)
#70635F
(112,99,95)
#5E5350
(94,83,80)
#4C4341
(76,67,65)
#3A3332
(58,51,50)
#282323
(40,35,35)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #CAB3AA

#CAB3AA
(202,179,170)
#CEB9B1
(206,185,177)
#D2BFB8
(210,191,184)
#D6C5BF
(214,197,191)
#DACBC6
(218,203,198)
#DED1CD
(222,209,205)
#E2D7D4
(226,215,212)
#E6DDDB
(230,221,219)
#EAE3E2
(234,227,226)
#EEE9E9
(238,233,233)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAB3AA color. Also use rgb(202,179,170) instead hex code.

Text Font Color

.myTextColor { color: #CAB3AA; }

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

This text font color is #CAB3AA.


Background Color

.myBgColor { background-color: #CAB3AA; }

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

This div background color is #CAB3AA.


Border color

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

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

This div border color is #CAB3AA.


Opacity

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

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

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

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

This text has shadow with #CAB3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB3AA on black background.


Color preview on white background

This text has color #CAB3AA on white background.



Black color preview on #CAB3AA background

This text has black color on #CAB3AA background.


White color preview on #CAB3AA background

This text has white color on #CAB3AA background.