COLOR #CAB0E0

HEX: #CAB0E0
RGB: (202,176,224)

Color info

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

RGB color model

#CAB0E0 color RGB value is (202,176,224).

  • red value is 202;
  • green value is 176;
  • blue value is 224.
RGB:
(202,176,224)
(79%,69%,88%)

RGB channels and saturation

R 202 of 255 = 79%
G 176 of 255 = 69%
B 224 of 255 = 88%

202
176
224

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

Portions of RGB colors in percentages

R + G + B =
202 + 176 + 224 = 602 (100%)
R 202 of 602 ~ 33.55%
G 176 of 602 ~ 29.24%
B 224 of 602 ~ 37.21%

%33.55
%29.24
%37.21

CMYK color model

#CAB0E0 color CMYK value is (10,21,0,12).

  • cyan value is 9.82%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(10,21,0,12)
C10M21Y0K12 
(10%,21%,0%,12%)
(0.10/0.21/0.00/0.12)	

CMYK percentages

%9.82
%21.43
%0
%12.16

Codes

Color #CAB0E0 in popluar color models

CAB0E0
RGB202176224
HSL273°43.64%78.43%
HSB/HSV273°21.43%87.84%
CMYK9.82%21.43%0.00%
12.16%

Color #CAB0E0 in popluar number systems.

HEXCAB0E0
Decimal202176224
Binary110010101011000011100000
Octal312260340

Shades and tints

Shades of #CAB0E0

#CAB0E0
(202,176,224)
#B8A0CC
(184,160,204)
#A690B8
(166,144,184)
#9480A4
(148,128,164)
#827090
(130,112,144)
#70607C
(112,96,124)
#5E5068
(94,80,104)
#4C4054
(76,64,84)
#3A3040
(58,48,64)
#28202C
(40,32,44)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #CAB0E0

#CAB0E0
(202,176,224)
#CEB7E2
(206,183,226)
#D2BEE4
(210,190,228)
#D6C5E6
(214,197,230)
#DACCE8
(218,204,232)
#DED3EA
(222,211,234)
#E2DAEC
(226,218,236)
#E6E1EE
(230,225,238)
#EAE8F0
(234,232,240)
#EEEFF2
(238,239,242)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAB0E0 color. Also use rgb(202,176,224) instead hex code.

Text Font Color

.myTextColor { color: #CAB0E0; }

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

This text font color is #CAB0E0.


Background Color

.myBgColor { background-color: #CAB0E0; }

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

This div background color is #CAB0E0.


Border color

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

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

This div border color is #CAB0E0.


Opacity

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

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

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

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

This text has shadow with #CAB0E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB0E0 on black background.


Color preview on white background

This text has color #CAB0E0 on white background.



Black color preview on #CAB0E0 background

This text has black color on #CAB0E0 background.


White color preview on #CAB0E0 background

This text has white color on #CAB0E0 background.