COLOR #CAB9EB

HEX: #CAB9EB
RGB: (202,185,235)

Color info

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

RGB color model

#CAB9EB color RGB value is (202,185,235).

  • red value is 202;
  • green value is 185;
  • blue value is 235.
RGB:
(202,185,235)
(79%,73%,92%)

RGB channels and saturation

R 202 of 255 = 79%
G 185 of 255 = 73%
B 235 of 255 = 92%

202
185
235

R + G + B ~ 81%. #CAB9EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 185 + 235 = 622 (100%)
R 202 of 622 ~ 32.48%
G 185 of 622 ~ 29.74%
B 235 of 622 ~ 37.78%

%32.48
%29.74
%37.78

CMYK color model

#CAB9EB color CMYK value is (14,21,0,8).

  • cyan value is 14.04%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(14,21,0,8)
C14M21Y0K8 
(14%,21%,0%,8%)
(0.14/0.21/0.00/0.08)	

CMYK percentages

%14.04
%21.28
%0
%7.84

Codes

Color #CAB9EB in popluar color models

CAB9EB
RGB202185235
HSL260°55.56%82.35%
HSB/HSV260°21.28%92.16%
CMYK14.04%21.28%0.00%
7.84%

Color #CAB9EB in popluar number systems.

HEXCAB9EB
Decimal202185235
Binary110010101011100111101011
Octal312271353

Shades and tints

Shades of #CAB9EB

#CAB9EB
(202,185,235)
#B8A9D6
(184,169,214)
#A699C1
(166,153,193)
#9489AC
(148,137,172)
#827997
(130,121,151)
#706982
(112,105,130)
#5E596D
(94,89,109)
#4C4958
(76,73,88)
#3A3943
(58,57,67)
#28292E
(40,41,46)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #CAB9EB

#CAB9EB
(202,185,235)
#CEBFEC
(206,191,236)
#D2C5ED
(210,197,237)
#D6CBEE
(214,203,238)
#DAD1EF
(218,209,239)
#DED7F0
(222,215,240)
#E2DDF1
(226,221,241)
#E6E3F2
(230,227,242)
#EAE9F3
(234,233,243)
#EEEFF4
(238,239,244)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAB9EB color. Also use rgb(202,185,235) instead hex code.

Text Font Color

.myTextColor { color: #CAB9EB; }

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

This text font color is #CAB9EB.


Background Color

.myBgColor { background-color: #CAB9EB; }

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

This div background color is #CAB9EB.


Border color

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

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

This div border color is #CAB9EB.


Opacity

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

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

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

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

This text has shadow with #CAB9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB9EB on black background.


Color preview on white background

This text has color #CAB9EB on white background.



Black color preview on #CAB9EB background

This text has black color on #CAB9EB background.


White color preview on #CAB9EB background

This text has white color on #CAB9EB background.