COLOR #CAAAD9

HEX: #CAAAD9 RGB: (202,170,217)

Color info

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

RGB color model

#CAAAD9 color RGB value is (202,170,217).

RGB: (202,170,217) (79%, 67%, 85%)

RGB channels and saturation

R 202 of 255 = 79%
G 170 of 255 = 67%
B 217 of 255 = 85%

202
170
217

R + G + B ~ 77%. #CAAAD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 170 + 217 = 589 (100%)
R 202 of 589 ~ 34.3%
G 170 of 589 ~ 28.86%
B 217 of 589 ~ 36.84'%

%34.3
%28.86
%36.84

CMYK color model

#CAAAD9 color CMYK value is (7,22,0,15).

  • cyan value is 6.91%
  • magenta value is 21.66%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (7,22,0,15)
C7M22Y0K15 (7%, 22%, 0%, 15%)
(0.07 / 0.22 / 0.00 / 0.15)

CMYK percentages

%6.91
%21.66
%0
%14.9

Codes

Color #CAAAD9 in popluar color models

CA AA D9
RGB 202 170 217
HSL 281° 38.21% 75.88%
HSB/HSV 281° 21.66% 85.10%
CMYK 6.91% 21.66% 0.00%
14.90%

Color #CAAAD9 in popluar number systems.

HEX CA AA D9
Decimal 202 170 217
Binary 11001010 10101010 11011001
Octal 312 252 331

Shades and tints

Shades of #CAAAD9

#CAAAD9
(202,170,217)
#B89BC6
(184,155,198)
#A68CB3
(166,140,179)
#947DA0
(148,125,160)
#826E8D
(130,110,141)
#705F7A
(112,95,122)
#5E5067
(94,80,103)
#4C4154
(76,65,84)
#3A3241
(58,50,65)
#28232E
(40,35,46)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #CAAAD9

#CAAAD9
(202,170,217)
#CEB1DC
(206,177,220)
#D2B8DF
(210,184,223)
#D6BFE2
(214,191,226)
#DAC6E5
(218,198,229)
#DECDE8
(222,205,232)
#E2D4EB
(226,212,235)
#E6DBEE
(230,219,238)
#EAE2F1
(234,226,241)
#EEE9F4
(238,233,244)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAAAD9 color. Also use rgb(202,170,217) instead hex code.

Text Font Color

.myTextColor { color: #CAAAD9; }

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

This text font color is #CAAAD9.

Background Color

.myBgColor { background-color: #CAAAD9; }

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

This div background color is #CAAAD9.

Border color

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

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

This div border color is #CAAAD9.

Opacity

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

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

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

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

This text has shadow with #CAAAD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAAAD9.

Preview

Color preview on black background

This text has color #CAAAD9 on black background.


Color preview on white background

This text has color #CAAAD9 on white background.


Black color preview on #CAAAD9 background

This text has black color on #CAAAD9 background.


White color preview on #CAAAD9 background

This text has white color on #CAAAD9 background.


Related colors

Complementary color

Complementary color for #hex is #355526.


I love getcolorcode.com

Triadic colors

1 #D9CAAA and #AAD9CA with #CAAAD9 are triadic colors.

2 #D9AACA and #AACAD9 with #CAAAD9 are triadic colors.