COLOR #CAA9AB

HEX: #CAA9AB
RGB: (202,169,171)

Color info

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

RGB color model

#CAA9AB color RGB value is (202,169,171).

  • red value is 202;
  • green value is 169;
  • blue value is 171.
RGB:
(202,169,171)
(79%,66%,67%)

RGB channels and saturation

R 202 of 255 = 79%
G 169 of 255 = 66%
B 171 of 255 = 67%

202
169
171

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

Portions of RGB colors in percentages

R + G + B =
202 + 169 + 171 = 542 (100%)
R 202 of 542 ~ 37.27%
G 169 of 542 ~ 31.18%
B 171 of 542 ~ 31.55%

%37.27
%31.18
%31.55

CMYK color model

#CAA9AB color CMYK value is (0,16,15,21).

  • cyan value is 0.00%
  • magenta value is 16.34%
  • yellow value is 15.35%
  • key color value is 20.78%
CMYK:
(0,16,15,21)
C0M16Y15K21 
(0%,16%,15%,21%)
(0.00/0.16/0.15/0.21)	

CMYK percentages

%0
%16.34
%15.35
%20.78

Codes

Color #CAA9AB in popluar color models

CAA9AB
RGB202169171
HSL356°23.74%72.75%
HSB/HSV356°16.34%79.22%
CMYK0.00%16.34%15.35%
20.78%

Color #CAA9AB in popluar number systems.

HEXCAA9AB
Decimal202169171
Binary110010101010100110101011
Octal312251253

Shades and tints

Shades of #CAA9AB

#CAA9AB
(202,169,171)
#B89A9C
(184,154,156)
#A68B8D
(166,139,141)
#947C7E
(148,124,126)
#826D6F
(130,109,111)
#705E60
(112,94,96)
#5E4F51
(94,79,81)
#4C4042
(76,64,66)
#3A3133
(58,49,51)
#282224
(40,34,36)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #CAA9AB

#CAA9AB
(202,169,171)
#CEB0B2
(206,176,178)
#D2B7B9
(210,183,185)
#D6BEC0
(214,190,192)
#DAC5C7
(218,197,199)
#DECCCE
(222,204,206)
#E2D3D5
(226,211,213)
#E6DADC
(230,218,220)
#EAE1E3
(234,225,227)
#EEE8EA
(238,232,234)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAA9AB color. Also use rgb(202,169,171) instead hex code.

Text Font Color

.myTextColor { color: #CAA9AB; }

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

This text font color is #CAA9AB.


Background Color

.myBgColor { background-color: #CAA9AB; }

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

This div background color is #CAA9AB.


Border color

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

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

This div border color is #CAA9AB.


Opacity

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

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

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

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

This text has shadow with #CAA9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA9AB on black background.


Color preview on white background

This text has color #CAA9AB on white background.



Black color preview on #CAA9AB background

This text has black color on #CAA9AB background.


White color preview on #CAA9AB background

This text has white color on #CAA9AB background.