COLOR #CAB8DD

HEX: #CAB8DD
RGB: (202,184,221)

Color info

#CAB8DD contains red, green and blue colors in about the same proportion. Web safe color of #CAB8DD is #CCCCCC (or #CCC).

RGB color model

#CAB8DD color RGB value is (202,184,221).

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

RGB channels and saturation

R 202 of 255 = 79%
G 184 of 255 = 72%
B 221 of 255 = 87%

202
184
221

R + G + B ~ 79%. #CAB8DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 184 + 221 = 607 (100%)
R 202 of 607 ~ 33.28%
G 184 of 607 ~ 30.31%
B 221 of 607 ~ 36.41%

%33.28
%30.31
%36.41

CMYK color model

#CAB8DD color CMYK value is (9,17,0,13).

  • cyan value is 8.60%
  • magenta value is 16.74%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(9,17,0,13)
C9M17Y0K13 
(9%,17%,0%,13%)
(0.09/0.17/0.00/0.13)	

CMYK percentages

%8.6
%16.74
%0
%13.33

Codes

Color #CAB8DD in popluar color models

CAB8DD
RGB202184221
HSL269°35.24%79.41%
HSB/HSV269°16.74%86.67%
CMYK8.60%16.74%0.00%
13.33%

Color #CAB8DD in popluar number systems.

HEXCAB8DD
Decimal202184221
Binary110010101011100011011101
Octal312270335

Shades and tints

Shades of #CAB8DD

#CAB8DD
(202,184,221)
#B8A8C9
(184,168,201)
#A698B5
(166,152,181)
#9488A1
(148,136,161)
#82788D
(130,120,141)
#706879
(112,104,121)
#5E5865
(94,88,101)
#4C4851
(76,72,81)
#3A383D
(58,56,61)
#282829
(40,40,41)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #CAB8DD

#CAB8DD
(202,184,221)
#CEBEE0
(206,190,224)
#D2C4E3
(210,196,227)
#D6CAE6
(214,202,230)
#DAD0E9
(218,208,233)
#DED6EC
(222,214,236)
#E2DCEF
(226,220,239)
#E6E2F2
(230,226,242)
#EAE8F5
(234,232,245)
#EEEEF8
(238,238,248)
#F2F4FB
(242,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAB8DD; }

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

This text font color is #CAB8DD.


Background Color

.myBgColor { background-color: #CAB8DD; }

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

This div background color is #CAB8DD.


Border color

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

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

This div border color is #CAB8DD.


Opacity

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

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

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

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

This text has shadow with #CAB8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB8DD on black background.


Color preview on white background

This text has color #CAB8DD on white background.



Black color preview on #CAB8DD background

This text has black color on #CAB8DD background.


White color preview on #CAB8DD background

This text has white color on #CAB8DD background.