COLOR #CAB6EF

HEX: #CAB6EF
RGB: (202,182,239)

Color info

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

RGB color model

#CAB6EF color RGB value is (202,182,239).

  • red value is 202;
  • green value is 182;
  • blue value is 239.
RGB:
(202,182,239)
(79%,71%,94%)

RGB channels and saturation

R 202 of 255 = 79%
G 182 of 255 = 71%
B 239 of 255 = 94%

202
182
239

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

Portions of RGB colors in percentages

R + G + B =
202 + 182 + 239 = 623 (100%)
R 202 of 623 ~ 32.42%
G 182 of 623 ~ 29.21%
B 239 of 623 ~ 38.36%

%32.42
%29.21
%38.36

CMYK color model

#CAB6EF color CMYK value is (15,24,0,6).

  • cyan value is 15.48%
  • magenta value is 23.85%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(15,24,0,6)
C15M24Y0K6 
(15%,24%,0%,6%)
(0.15/0.24/0.00/0.06)	

CMYK percentages

%15.48
%23.85
%0
%6.27

Codes

Color #CAB6EF in popluar color models

CAB6EF
RGB202182239
HSL261°64.04%82.55%
HSB/HSV261°23.85%93.73%
CMYK15.48%23.85%0.00%
6.27%

Color #CAB6EF in popluar number systems.

HEXCAB6EF
Decimal202182239
Binary110010101011011011101111
Octal312266357

Shades and tints

Shades of #CAB6EF

#CAB6EF
(202,182,239)
#B8A6DA
(184,166,218)
#A696C5
(166,150,197)
#9486B0
(148,134,176)
#82769B
(130,118,155)
#706686
(112,102,134)
#5E5671
(94,86,113)
#4C465C
(76,70,92)
#3A3647
(58,54,71)
#282632
(40,38,50)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #CAB6EF

#CAB6EF
(202,182,239)
#CEBCF0
(206,188,240)
#D2C2F1
(210,194,241)
#D6C8F2
(214,200,242)
#DACEF3
(218,206,243)
#DED4F4
(222,212,244)
#E2DAF5
(226,218,245)
#E6E0F6
(230,224,246)
#EAE6F7
(234,230,247)
#EEECF8
(238,236,248)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAB6EF color. Also use rgb(202,182,239) instead hex code.

Text Font Color

.myTextColor { color: #CAB6EF; }

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

This text font color is #CAB6EF.


Background Color

.myBgColor { background-color: #CAB6EF; }

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

This div background color is #CAB6EF.


Border color

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

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

This div border color is #CAB6EF.


Opacity

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

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

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

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

This text has shadow with #CAB6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB6EF on black background.


Color preview on white background

This text has color #CAB6EF on white background.



Black color preview on #CAB6EF background

This text has black color on #CAB6EF background.


White color preview on #CAB6EF background

This text has white color on #CAB6EF background.