COLOR #CAB0E1

HEX: #CAB0E1
RGB: (202,176,225)

Color info

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

RGB color model

#CAB0E1 color RGB value is (202,176,225).

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

RGB channels and saturation

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

202
176
225

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

Portions of RGB colors in percentages

R + G + B =
202 + 176 + 225 = 603 (100%)
R 202 of 603 ~ 33.5%
G 176 of 603 ~ 29.19%
B 225 of 603 ~ 37.31%

%33.5
%29.19
%37.31

CMYK color model

#CAB0E1 color CMYK value is (10,22,0,12).

  • cyan value is 10.22%
  • magenta value is 21.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(10,22,0,12)
C10M22Y0K12 
(10%,22%,0%,12%)
(0.10/0.22/0.00/0.12)	

CMYK percentages

%10.22
%21.78
%0
%11.76

Codes

Color #CAB0E1 in popluar color models

CAB0E1
RGB202176225
HSL272°44.95%78.63%
HSB/HSV272°21.78%88.24%
CMYK10.22%21.78%0.00%
11.76%

Color #CAB0E1 in popluar number systems.

HEXCAB0E1
Decimal202176225
Binary110010101011000011100001
Octal312260341

Shades and tints

Shades of #CAB0E1

#CAB0E1
(202,176,225)
#B8A0CD
(184,160,205)
#A690B9
(166,144,185)
#9480A5
(148,128,165)
#827091
(130,112,145)
#70607D
(112,96,125)
#5E5069
(94,80,105)
#4C4055
(76,64,85)
#3A3041
(58,48,65)
#28202D
(40,32,45)
#161019
(22,16,25)
#000000
(0,0,0)

Tints of #CAB0E1

#CAB0E1
(202,176,225)
#CEB7E3
(206,183,227)
#D2BEE5
(210,190,229)
#D6C5E7
(214,197,231)
#DACCE9
(218,204,233)
#DED3EB
(222,211,235)
#E2DAED
(226,218,237)
#E6E1EF
(230,225,239)
#EAE8F1
(234,232,241)
#EEEFF3
(238,239,243)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAB0E1; }

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

This text font color is #CAB0E1.


Background Color

.myBgColor { background-color: #CAB0E1; }

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

This div background color is #CAB0E1.


Border color

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

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

This div border color is #CAB0E1.


Opacity

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

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

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

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

This text has shadow with #CAB0E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB0E1 on black background.


Color preview on white background

This text has color #CAB0E1 on white background.



Black color preview on #CAB0E1 background

This text has black color on #CAB0E1 background.


White color preview on #CAB0E1 background

This text has white color on #CAB0E1 background.