COLOR #CAB4E9

HEX: #CAB4E9
RGB: (202,180,233)

Color info

#CAB4E9 contains red, green and blue colors in about the same proportion. Web safe color of #CAB4E9 is #CCCCFF (or #CCF).

RGB color model

#CAB4E9 color RGB value is (202,180,233).

  • red value is 202;
  • green value is 180;
  • blue value is 233.
RGB:
(202,180,233)
(79%,71%,91%)

RGB channels and saturation

R 202 of 255 = 79%
G 180 of 255 = 71%
B 233 of 255 = 91%

202
180
233

R + G + B ~ 80%. #CAB4E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 180 + 233 = 615 (100%)
R 202 of 615 ~ 32.85%
G 180 of 615 ~ 29.27%
B 233 of 615 ~ 37.89%

%32.85
%29.27
%37.89

CMYK color model

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

  • cyan value is 13.30%
  • magenta value is 22.75%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(13,23,0,9)
C13M23Y0K9 
(13%,23%,0%,9%)
(0.13/0.23/0.00/0.09)	

CMYK percentages

%13.3
%22.75
%0
%8.63

Codes

Color #CAB4E9 in popluar color models

CAB4E9
RGB202180233
HSL265°54.64%80.98%
HSB/HSV265°22.75%91.37%
CMYK13.30%22.75%0.00%
8.63%

Color #CAB4E9 in popluar number systems.

HEXCAB4E9
Decimal202180233
Binary110010101011010011101001
Octal312264351

Shades and tints

Shades of #CAB4E9

#CAB4E9
(202,180,233)
#B8A4D4
(184,164,212)
#A694BF
(166,148,191)
#9484AA
(148,132,170)
#827495
(130,116,149)
#706480
(112,100,128)
#5E546B
(94,84,107)
#4C4456
(76,68,86)
#3A3441
(58,52,65)
#28242C
(40,36,44)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #CAB4E9

#CAB4E9
(202,180,233)
#CEBAEB
(206,186,235)
#D2C0ED
(210,192,237)
#D6C6EF
(214,198,239)
#DACCF1
(218,204,241)
#DED2F3
(222,210,243)
#E2D8F5
(226,216,245)
#E6DEF7
(230,222,247)
#EAE4F9
(234,228,249)
#EEEAFB
(238,234,251)
#F2F0FD
(242,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAB4E9 color. Also use rgb(202,180,233) instead hex code.

Text Font Color

.myTextColor { color: #CAB4E9; }

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

This text font color is #CAB4E9.


Background Color

.myBgColor { background-color: #CAB4E9; }

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

This div background color is #CAB4E9.


Border color

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

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

This div border color is #CAB4E9.


Opacity

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

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

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

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

This text has shadow with #CAB4E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB4E9 on black background.


Color preview on white background

This text has color #CAB4E9 on white background.



Black color preview on #CAB4E9 background

This text has black color on #CAB4E9 background.


White color preview on #CAB4E9 background

This text has white color on #CAB4E9 background.