COLOR #CAA7D3

HEX: #CAA7D3
RGB: (202,167,211)

Color info

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

RGB color model

#CAA7D3 color RGB value is (202,167,211).

  • red value is 202;
  • green value is 167;
  • blue value is 211.
RGB:
(202,167,211)
(79%,65%,83%)

RGB channels and saturation

R 202 of 255 = 79%
G 167 of 255 = 65%
B 211 of 255 = 83%

202
167
211

R + G + B ~ 76%. #CAA7D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 167 + 211 = 580 (100%)
R 202 of 580 ~ 34.83%
G 167 of 580 ~ 28.79%
B 211 of 580 ~ 36.38%

%34.83
%28.79
%36.38

CMYK color model

#CAA7D3 color CMYK value is (4,21,0,17).

  • cyan value is 4.27%
  • magenta value is 20.85%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(4,21,0,17)
C4M21Y0K17 
(4%,21%,0%,17%)
(0.04/0.21/0.00/0.17)	

CMYK percentages

%4.27
%20.85
%0
%17.25

Codes

Color #CAA7D3 in popluar color models

CAA7D3
RGB202167211
HSL288°33.33%74.12%
HSB/HSV288°20.85%82.75%
CMYK4.27%20.85%0.00%
17.25%

Color #CAA7D3 in popluar number systems.

HEXCAA7D3
Decimal202167211
Binary110010101010011111010011
Octal312247323

Shades and tints

Shades of #CAA7D3

#CAA7D3
(202,167,211)
#B898C0
(184,152,192)
#A689AD
(166,137,173)
#947A9A
(148,122,154)
#826B87
(130,107,135)
#705C74
(112,92,116)
#5E4D61
(94,77,97)
#4C3E4E
(76,62,78)
#3A2F3B
(58,47,59)
#282028
(40,32,40)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #CAA7D3

#CAA7D3
(202,167,211)
#CEAFD7
(206,175,215)
#D2B7DB
(210,183,219)
#D6BFDF
(214,191,223)
#DAC7E3
(218,199,227)
#DECFE7
(222,207,231)
#E2D7EB
(226,215,235)
#E6DFEF
(230,223,239)
#EAE7F3
(234,231,243)
#EEEFF7
(238,239,247)
#F2F7FB
(242,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAA7D3 color. Also use rgb(202,167,211) instead hex code.

Text Font Color

.myTextColor { color: #CAA7D3; }

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

This text font color is #CAA7D3.


Background Color

.myBgColor { background-color: #CAA7D3; }

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

This div background color is #CAA7D3.


Border color

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

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

This div border color is #CAA7D3.


Opacity

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

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

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

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

This text has shadow with #CAA7D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA7D3 on black background.


Color preview on white background

This text has color #CAA7D3 on white background.



Black color preview on #CAA7D3 background

This text has black color on #CAA7D3 background.


White color preview on #CAA7D3 background

This text has white color on #CAA7D3 background.