COLOR #CAA6D7

HEX: #CAA6D7 RGB: (202,166,215)

Color info

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

RGB color model

#CAA6D7 color RGB value is (202,166,215).

RGB: (202,166,215) (79%, 65%, 84%)

RGB channels and saturation

R 202 of 255 = 79%
G 166 of 255 = 65%
B 215 of 255 = 84%

202
166
215

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

Portions of RGB colors in percentages

R + G + B = 202 + 166 + 215 = 583 (100%)
R 202 of 583 ~ 34.65%
G 166 of 583 ~ 28.47%
B 215 of 583 ~ 36.88'%

%34.65
%28.47
%36.88

CMYK color model

#CAA6D7 color CMYK value is (6,23,0,16).

  • cyan value is 6.05%
  • magenta value is 22.79%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (6,23,0,16)
C6M23Y0K16 (6%, 23%, 0%, 16%)
(0.06 / 0.23 / 0.00 / 0.16)

CMYK percentages

%6.05
%22.79
%0
%15.69

Codes

Color #CAA6D7 in popluar color models

CA A6 D7
RGB 202 166 215
HSL 284° 37.98% 74.71%
HSB/HSV 284° 22.79% 84.31%
CMYK 6.05% 22.79% 0.00%
15.69%

Color #CAA6D7 in popluar number systems.

HEX CA A6 D7
Decimal 202 166 215
Binary 11001010 10100110 11010111
Octal 312 246 327

Shades and tints

Shades of #CAA6D7

#CAA6D7
(202,166,215)
#B897C4
(184,151,196)
#A688B1
(166,136,177)
#94799E
(148,121,158)
#826A8B
(130,106,139)
#705B78
(112,91,120)
#5E4C65
(94,76,101)
#4C3D52
(76,61,82)
#3A2E3F
(58,46,63)
#281F2C
(40,31,44)
#161019
(22,16,25)
#000000
(0,0,0)

Tints of #CAA6D7

#CAA6D7
(202,166,215)
#CEAEDA
(206,174,218)
#D2B6DD
(210,182,221)
#D6BEE0
(214,190,224)
#DAC6E3
(218,198,227)
#DECEE6
(222,206,230)
#E2D6E9
(226,214,233)
#E6DEEC
(230,222,236)
#EAE6EF
(234,230,239)
#EEEEF2
(238,238,242)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAA6D7 color. Also use rgb(202,166,215) instead hex code.

Text Font Color

.myTextColor { color: #CAA6D7; }

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

This text font color is #CAA6D7.

Background Color

.myBgColor { background-color: #CAA6D7; }

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

This div background color is #CAA6D7.

Border color

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

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

This div border color is #CAA6D7.

Opacity

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

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

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

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

This text has shadow with #CAA6D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAA6D7.

Preview

Color preview on black background

This text has color #CAA6D7 on black background.


Color preview on white background

This text has color #CAA6D7 on white background.


Black color preview on #CAA6D7 background

This text has black color on #CAA6D7 background.


White color preview on #CAA6D7 background

This text has white color on #CAA6D7 background.


Related colors

Complementary color

Complementary color for #hex is #355928.


I love getcolorcode.com

Triadic colors

1 #D7CAA6 and #A6D7CA with #CAA6D7 are triadic colors.

2 #D7A6CA and #A6CAD7 with #CAA6D7 are triadic colors.