COLOR #CAABD8

HEX: #CAABD8
RGB: (202,171,216)

Color info

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

RGB color model

#CAABD8 color RGB value is (202,171,216).

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

RGB channels and saturation

R 202 of 255 = 79%
G 171 of 255 = 67%
B 216 of 255 = 85%

202
171
216

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

Portions of RGB colors in percentages

R + G + B =
202 + 171 + 216 = 589 (100%)
R 202 of 589 ~ 34.3%
G 171 of 589 ~ 29.03%
B 216 of 589 ~ 36.67%

%34.3
%29.03
%36.67

CMYK color model

#CAABD8 color CMYK value is (6,21,0,15).

  • cyan value is 6.48%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(6,21,0,15)
C6M21Y0K15 
(6%,21%,0%,15%)
(0.06/0.21/0.00/0.15)	

CMYK percentages

%6.48
%20.83
%0
%15.29

Codes

Color #CAABD8 in popluar color models

CAABD8
RGB202171216
HSL281°36.59%75.88%
HSB/HSV281°20.83%84.71%
CMYK6.48%20.83%0.00%
15.29%

Color #CAABD8 in popluar number systems.

HEXCAABD8
Decimal202171216
Binary110010101010101111011000
Octal312253330

Shades and tints

Shades of #CAABD8

#CAABD8
(202,171,216)
#B89CC5
(184,156,197)
#A68DB2
(166,141,178)
#947E9F
(148,126,159)
#826F8C
(130,111,140)
#706079
(112,96,121)
#5E5166
(94,81,102)
#4C4253
(76,66,83)
#3A3340
(58,51,64)
#28242D
(40,36,45)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #CAABD8

#CAABD8
(202,171,216)
#CEB2DB
(206,178,219)
#D2B9DE
(210,185,222)
#D6C0E1
(214,192,225)
#DAC7E4
(218,199,228)
#DECEE7
(222,206,231)
#E2D5EA
(226,213,234)
#E6DCED
(230,220,237)
#EAE3F0
(234,227,240)
#EEEAF3
(238,234,243)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAABD8; }

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

This text font color is #CAABD8.


Background Color

.myBgColor { background-color: #CAABD8; }

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

This div background color is #CAABD8.


Border color

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

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

This div border color is #CAABD8.


Opacity

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

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

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

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

This text has shadow with #CAABD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAABD8 on black background.


Color preview on white background

This text has color #CAABD8 on white background.



Black color preview on #CAABD8 background

This text has black color on #CAABD8 background.


White color preview on #CAABD8 background

This text has white color on #CAABD8 background.