COLOR #CAB5DA

HEX: #CAB5DA
RGB: (202,181,218)

Color info

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

RGB color model

#CAB5DA color RGB value is (202,181,218).

  • red value is 202;
  • green value is 181;
  • blue value is 218.
RGB:
(202,181,218)
(79%,71%,85%)

RGB channels and saturation

R 202 of 255 = 79%
G 181 of 255 = 71%
B 218 of 255 = 85%

202
181
218

R + G + B ~ 78%. #CAB5DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 181 + 218 = 601 (100%)
R 202 of 601 ~ 33.61%
G 181 of 601 ~ 30.12%
B 218 of 601 ~ 36.27%

%33.61
%30.12
%36.27

CMYK color model

#CAB5DA color CMYK value is (7,17,0,15).

  • cyan value is 7.34%
  • magenta value is 16.97%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(7,17,0,15)
C7M17Y0K15 
(7%,17%,0%,15%)
(0.07/0.17/0.00/0.15)	

CMYK percentages

%7.34
%16.97
%0
%14.51

Codes

Color #CAB5DA in popluar color models

CAB5DA
RGB202181218
HSL274°33.33%78.24%
HSB/HSV274°16.97%85.49%
CMYK7.34%16.97%0.00%
14.51%

Color #CAB5DA in popluar number systems.

HEXCAB5DA
Decimal202181218
Binary110010101011010111011010
Octal312265332

Shades and tints

Shades of #CAB5DA

#CAB5DA
(202,181,218)
#B8A5C7
(184,165,199)
#A695B4
(166,149,180)
#9485A1
(148,133,161)
#82758E
(130,117,142)
#70657B
(112,101,123)
#5E5568
(94,85,104)
#4C4555
(76,69,85)
#3A3542
(58,53,66)
#28252F
(40,37,47)
#16151C
(22,21,28)
#000000
(0,0,0)

Tints of #CAB5DA

#CAB5DA
(202,181,218)
#CEBBDD
(206,187,221)
#D2C1E0
(210,193,224)
#D6C7E3
(214,199,227)
#DACDE6
(218,205,230)
#DED3E9
(222,211,233)
#E2D9EC
(226,217,236)
#E6DFEF
(230,223,239)
#EAE5F2
(234,229,242)
#EEEBF5
(238,235,245)
#F2F1F8
(242,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAB5DA color. Also use rgb(202,181,218) instead hex code.

Text Font Color

.myTextColor { color: #CAB5DA; }

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

This text font color is #CAB5DA.


Background Color

.myBgColor { background-color: #CAB5DA; }

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

This div background color is #CAB5DA.


Border color

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

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

This div border color is #CAB5DA.


Opacity

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

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

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

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

This text has shadow with #CAB5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB5DA on black background.


Color preview on white background

This text has color #CAB5DA on white background.



Black color preview on #CAB5DA background

This text has black color on #CAB5DA background.


White color preview on #CAB5DA background

This text has white color on #CAB5DA background.