COLOR #CAABD6

HEX: #CAABD6 RGB: (202,171,214)

Color info

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

RGB color model

#CAABD6 color RGB value is (202,171,214).

RGB: (202,171,214) (79%, 67%, 84%)

RGB channels and saturation

R 202 of 255 = 79%
G 171 of 255 = 67%
B 214 of 255 = 84%

202
171
214

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

Portions of RGB colors in percentages

R + G + B = 202 + 171 + 214 = 587 (100%)
R 202 of 587 ~ 34.41%
G 171 of 587 ~ 29.13%
B 214 of 587 ~ 36.46'%

%34.41
%29.13
%36.46

CMYK color model

#CAABD6 color CMYK value is (6,20,0,16).

  • cyan value is 5.61%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (6,20,0,16)
C6M20Y0K16 (6%, 20%, 0%, 16%)
(0.06 / 0.20 / 0.00 / 0.16)

CMYK percentages

%5.61
%20.09
%0
%16.08

Codes

Color #CAABD6 in popluar color models

CA AB D6
RGB 202 171 214
HSL 283° 34.40% 75.49%
HSB/HSV 283° 20.09% 83.92%
CMYK 5.61% 20.09% 0.00%
16.08%

Color #CAABD6 in popluar number systems.

HEX CA AB D6
Decimal 202 171 214
Binary 11001010 10101011 11010110
Octal 312 253 326

Shades and tints

Shades of #CAABD6

#CAABD6
(202,171,214)
#B89CC3
(184,156,195)
#A68DB0
(166,141,176)
#947E9D
(148,126,157)
#826F8A
(130,111,138)
#706077
(112,96,119)
#5E5164
(94,81,100)
#4C4251
(76,66,81)
#3A333E
(58,51,62)
#28242B
(40,36,43)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #CAABD6

#CAABD6
(202,171,214)
#CEB2D9
(206,178,217)
#D2B9DC
(210,185,220)
#D6C0DF
(214,192,223)
#DAC7E2
(218,199,226)
#DECEE5
(222,206,229)
#E2D5E8
(226,213,232)
#E6DCEB
(230,220,235)
#EAE3EE
(234,227,238)
#EEEAF1
(238,234,241)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAABD6 color. Also use rgb(202,171,214) instead hex code.

Text Font Color

.myTextColor { color: #CAABD6; }

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

This text font color is #CAABD6.

Background Color

.myBgColor { background-color: #CAABD6; }

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

This div background color is #CAABD6.

Border color

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

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

This div border color is #CAABD6.

Opacity

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

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

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

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

This text has shadow with #CAABD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAABD6.

Preview

Color preview on black background

This text has color #CAABD6 on black background.


Color preview on white background

This text has color #CAABD6 on white background.


Black color preview on #CAABD6 background

This text has black color on #CAABD6 background.


White color preview on #CAABD6 background

This text has white color on #CAABD6 background.


Related colors

Complementary color

Complementary color for #hex is #355429.


I love getcolorcode.com

Triadic colors

1 #D6CAAB and #ABD6CA with #CAABD6 are triadic colors.

2 #D6ABCA and #ABCAD6 with #CAABD6 are triadic colors.