COLOR #CAA5B4

HEX: #CAA5B4
RGB: (202,165,180)

Color info

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

RGB color model

#CAA5B4 color RGB value is (202,165,180).

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

RGB channels and saturation

R 202 of 255 = 79%
G 165 of 255 = 65%
B 180 of 255 = 71%

202
165
180

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

Portions of RGB colors in percentages

R + G + B =
202 + 165 + 180 = 547 (100%)
R 202 of 547 ~ 36.93%
G 165 of 547 ~ 30.16%
B 180 of 547 ~ 32.91%

%36.93
%30.16
%32.91

CMYK color model

#CAA5B4 color CMYK value is (0,18,11,21).

  • cyan value is 0.00%
  • magenta value is 18.32%
  • yellow value is 10.89%
  • key color value is 20.78%
CMYK:
(0,18,11,21)
C0M18Y11K21 
(0%,18%,11%,21%)
(0.00/0.18/0.11/0.21)	

CMYK percentages

%0
%18.32
%10.89
%20.78

Codes

Color #CAA5B4 in popluar color models

CAA5B4
RGB202165180
HSL336°25.87%71.96%
HSB/HSV336°18.32%79.22%
CMYK0.00%18.32%10.89%
20.78%

Color #CAA5B4 in popluar number systems.

HEXCAA5B4
Decimal202165180
Binary110010101010010110110100
Octal312245264

Shades and tints

Shades of #CAA5B4

#CAA5B4
(202,165,180)
#B896A4
(184,150,164)
#A68794
(166,135,148)
#947884
(148,120,132)
#826974
(130,105,116)
#705A64
(112,90,100)
#5E4B54
(94,75,84)
#4C3C44
(76,60,68)
#3A2D34
(58,45,52)
#281E24
(40,30,36)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #CAA5B4

#CAA5B4
(202,165,180)
#CEADBA
(206,173,186)
#D2B5C0
(210,181,192)
#D6BDC6
(214,189,198)
#DAC5CC
(218,197,204)
#DECDD2
(222,205,210)
#E2D5D8
(226,213,216)
#E6DDDE
(230,221,222)
#EAE5E4
(234,229,228)
#EEEDEA
(238,237,234)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAA5B4; }

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

This text font color is #CAA5B4.


Background Color

.myBgColor { background-color: #CAA5B4; }

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

This div background color is #CAA5B4.


Border color

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

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

This div border color is #CAA5B4.


Opacity

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

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

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

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

This text has shadow with #CAA5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA5B4 on black background.


Color preview on white background

This text has color #CAA5B4 on white background.



Black color preview on #CAA5B4 background

This text has black color on #CAA5B4 background.


White color preview on #CAA5B4 background

This text has white color on #CAA5B4 background.