COLOR #CAA9B3

HEX: #CAA9B3
RGB: (202,169,179)

Color info

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

RGB color model

#CAA9B3 color RGB value is (202,169,179).

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

RGB channels and saturation

R 202 of 255 = 79%
G 169 of 255 = 66%
B 179 of 255 = 70%

202
169
179

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

Portions of RGB colors in percentages

R + G + B =
202 + 169 + 179 = 550 (100%)
R 202 of 550 ~ 36.73%
G 169 of 550 ~ 30.73%
B 179 of 550 ~ 32.55%

%36.73
%30.73
%32.55

CMYK color model

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

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

CMYK percentages

%0
%16.34
%11.39
%20.78

Codes

Color #CAA9B3 in popluar color models

CAA9B3
RGB202169179
HSL342°23.74%72.75%
HSB/HSV342°16.34%79.22%
CMYK0.00%16.34%11.39%
20.78%

Color #CAA9B3 in popluar number systems.

HEXCAA9B3
Decimal202169179
Binary110010101010100110110011
Octal312251263

Shades and tints

Shades of #CAA9B3

#CAA9B3
(202,169,179)
#B89AA3
(184,154,163)
#A68B93
(166,139,147)
#947C83
(148,124,131)
#826D73
(130,109,115)
#705E63
(112,94,99)
#5E4F53
(94,79,83)
#4C4043
(76,64,67)
#3A3133
(58,49,51)
#282223
(40,34,35)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #CAA9B3

#CAA9B3
(202,169,179)
#CEB0B9
(206,176,185)
#D2B7BF
(210,183,191)
#D6BEC5
(214,190,197)
#DAC5CB
(218,197,203)
#DECCD1
(222,204,209)
#E2D3D7
(226,211,215)
#E6DADD
(230,218,221)
#EAE1E3
(234,225,227)
#EEE8E9
(238,232,233)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAA9B3; }

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

This text font color is #CAA9B3.


Background Color

.myBgColor { background-color: #CAA9B3; }

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

This div background color is #CAA9B3.


Border color

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

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

This div border color is #CAA9B3.


Opacity

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

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

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

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

This text has shadow with #CAA9B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA9B3 on black background.


Color preview on white background

This text has color #CAA9B3 on white background.



Black color preview on #CAA9B3 background

This text has black color on #CAA9B3 background.


White color preview on #CAA9B3 background

This text has white color on #CAA9B3 background.