COLOR #CAB5E6

HEX: #CAB5E6 RGB: (202,181,230)

Color info

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

RGB color model

#CAB5E6 color RGB value is (202,181,230).

RGB: (202,181,230) (79%, 71%, 90%)

RGB channels and saturation

R 202 of 255 = 79%
G 181 of 255 = 71%
B 230 of 255 = 90%

202
181
230

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

Portions of RGB colors in percentages

R + G + B = 202 + 181 + 230 = 613 (100%)
R 202 of 613 ~ 32.95%
G 181 of 613 ~ 29.53%
B 230 of 613 ~ 37.52'%

%32.95
%29.53
%37.52

CMYK color model

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

  • cyan value is 12.17%
  • magenta value is 21.30%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (12,21,0,10) C12M21Y0K10 (12%,21%,0%,10%) (0.12/0.21/0.00/0.10) 

CMYK percentages

%12.17
%21.3
%0
%9.8

Codes

Color #CAB5E6 in popluar color models

CA B5 E6
RGB 202 181 230
HSL 266° 49.49% 80.59%
HSB/HSV 266° 21.30% 90.20%
CMYK 12.17% 21.30% 0.00%
9.80%

Color #CAB5E6 in popluar number systems.

HEX CA B5 E6
Decimal 202 181 230
Binary 11001010 10110101 11100110
Octal 312 265 346

Shades and tints

Shades of #CAB5E6

#CAB5E6
(202,181,230)
#B8A5D2
(184,165,210)
#A695BE
(166,149,190)
#9485AA
(148,133,170)
#827596
(130,117,150)
#706582
(112,101,130)
#5E556E
(94,85,110)
#4C455A
(76,69,90)
#3A3546
(58,53,70)
#282532
(40,37,50)
#16151E
(22,21,30)
#000000
(0,0,0)

Tints of #CAB5E6

#CAB5E6
(202,181,230)
#CEBBE8
(206,187,232)
#D2C1EA
(210,193,234)
#D6C7EC
(214,199,236)
#DACDEE
(218,205,238)
#DED3F0
(222,211,240)
#E2D9F2
(226,217,242)
#E6DFF4
(230,223,244)
#EAE5F6
(234,229,246)
#EEEBF8
(238,235,248)
#F2F1FA
(242,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAB5E6; }

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

This text font color is #CAB5E6.

Background Color

.myBgColor { background-color: #CAB5E6; }

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

This div background color is #CAB5E6.

Border color

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

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

This div border color is #CAB5E6.

Opacity

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

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

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

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

This text has shadow with #CAB5E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAB5E6.

Preview

Color preview on black background

This text has color #CAB5E6 on black background.


Color preview on white background

This text has color #CAB5E6 on white background.


Black color preview on #CAB5E6 background

This text has black color on #CAB5E6 background.


White color preview on #CAB5E6 background

This text has white color on #CAB5E6 background.


Related colors

Complementary color

Complementary color for #hex is #354A19.


I love getcolorcode.com

Triadic colors

1 #E6CAB5 and #B5E6CA with #CAB5E6 are triadic colors.

2 #E6B5CA and #B5CAE6 with #CAB5E6 are triadic colors.