COLOR #CAABDD

HEX: #CAABDD
RGB: (202,171,221)

Color info

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

RGB color model

#CAABDD color RGB value is (202,171,221).

  • red value is 202;
  • green value is 171;
  • blue value is 221.
RGB:
(202,171,221)
(79%,67%,87%)

RGB channels and saturation

R 202 of 255 = 79%
G 171 of 255 = 67%
B 221 of 255 = 87%

202
171
221

R + G + B ~ 78%. #CAABDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 171 + 221 = 594 (100%)
R 202 of 594 ~ 34.01%
G 171 of 594 ~ 28.79%
B 221 of 594 ~ 37.21%

%34.01
%28.79
%37.21

CMYK color model

#CAABDD color CMYK value is (9,23,0,13).

  • cyan value is 8.60%
  • magenta value is 22.62%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(9,23,0,13)
C9M23Y0K13 
(9%,23%,0%,13%)
(0.09/0.23/0.00/0.13)	

CMYK percentages

%8.6
%22.62
%0
%13.33

Codes

Color #CAABDD in popluar color models

CAABDD
RGB202171221
HSL277°42.37%76.86%
HSB/HSV277°22.62%86.67%
CMYK8.60%22.62%0.00%
13.33%

Color #CAABDD in popluar number systems.

HEXCAABDD
Decimal202171221
Binary110010101010101111011101
Octal312253335

Shades and tints

Shades of #CAABDD

#CAABDD
(202,171,221)
#B89CC9
(184,156,201)
#A68DB5
(166,141,181)
#947EA1
(148,126,161)
#826F8D
(130,111,141)
#706079
(112,96,121)
#5E5165
(94,81,101)
#4C4251
(76,66,81)
#3A333D
(58,51,61)
#282429
(40,36,41)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #CAABDD

#CAABDD
(202,171,221)
#CEB2E0
(206,178,224)
#D2B9E3
(210,185,227)
#D6C0E6
(214,192,230)
#DAC7E9
(218,199,233)
#DECEEC
(222,206,236)
#E2D5EF
(226,213,239)
#E6DCF2
(230,220,242)
#EAE3F5
(234,227,245)
#EEEAF8
(238,234,248)
#F2F1FB
(242,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAABDD; }

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

This text font color is #CAABDD.


Background Color

.myBgColor { background-color: #CAABDD; }

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

This div background color is #CAABDD.


Border color

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

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

This div border color is #CAABDD.


Opacity

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

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

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

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

This text has shadow with #CAABDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAABDD on black background.


Color preview on white background

This text has color #CAABDD on white background.



Black color preview on #CAABDD background

This text has black color on #CAABDD background.


White color preview on #CAABDD background

This text has white color on #CAABDD background.