COLOR #CAA9B4

HEX: #CAA9B4
RGB: (202,169,180)

Color info

#CAA9B4 contains red, green and blue colors in about the same proportion. Web safe color of #CAA9B4 is #CC99CC (or #C9C).

RGB color model

#CAA9B4 color RGB value is (202,169,180).

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

RGB channels and saturation

R 202 of 255 = 79%
G 169 of 255 = 66%
B 180 of 255 = 71%

202
169
180

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

Portions of RGB colors in percentages

R + G + B =
202 + 169 + 180 = 551 (100%)
R 202 of 551 ~ 36.66%
G 169 of 551 ~ 30.67%
B 180 of 551 ~ 32.67%

%36.66
%30.67
%32.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.34%
  • yellow value is 10.89%
  • 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
%10.89
%20.78

Codes

Color #CAA9B4 in popluar color models

CAA9B4
RGB202169180
HSL340°23.74%72.75%
HSB/HSV340°16.34%79.22%
CMYK0.00%16.34%10.89%
20.78%

Color #CAA9B4 in popluar number systems.

HEXCAA9B4
Decimal202169180
Binary110010101010100110110100
Octal312251264

Shades and tints

Shades of #CAA9B4

#CAA9B4
(202,169,180)
#B89AA4
(184,154,164)
#A68B94
(166,139,148)
#947C84
(148,124,132)
#826D74
(130,109,116)
#705E64
(112,94,100)
#5E4F54
(94,79,84)
#4C4044
(76,64,68)
#3A3134
(58,49,52)
#282224
(40,34,36)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #CAA9B4

#CAA9B4
(202,169,180)
#CEB0BA
(206,176,186)
#D2B7C0
(210,183,192)
#D6BEC6
(214,190,198)
#DAC5CC
(218,197,204)
#DECCD2
(222,204,210)
#E2D3D8
(226,211,216)
#E6DADE
(230,218,222)
#EAE1E4
(234,225,228)
#EEE8EA
(238,232,234)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAA9B4; }

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

This text font color is #CAA9B4.


Background Color

.myBgColor { background-color: #CAA9B4; }

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

This div background color is #CAA9B4.


Border color

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

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

This div border color is #CAA9B4.


Opacity

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

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

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

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

This text has shadow with #CAA9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA9B4 on black background.


Color preview on white background

This text has color #CAA9B4 on white background.



Black color preview on #CAA9B4 background

This text has black color on #CAA9B4 background.


White color preview on #CAA9B4 background

This text has white color on #CAA9B4 background.