COLOR #CAB0D6

HEX: #CAB0D6
RGB: (202,176,214)

Color info

#CAB0D6 contains red, green and blue colors in about the same proportion. Web safe color of #CAB0D6 is #CC99CC (or #C9C).

RGB color model

#CAB0D6 color RGB value is (202,176,214).

  • red value is 202;
  • green value is 176;
  • blue value is 214.
RGB:
(202,176,214)
(79%,69%,84%)

RGB channels and saturation

R 202 of 255 = 79%
G 176 of 255 = 69%
B 214 of 255 = 84%

202
176
214

R + G + B ~ 77%. #CAB0D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 176 + 214 = 592 (100%)
R 202 of 592 ~ 34.12%
G 176 of 592 ~ 29.73%
B 214 of 592 ~ 36.15%

%34.12
%29.73
%36.15

CMYK color model

#CAB0D6 color CMYK value is (6,18,0,16).

  • cyan value is 5.61%
  • magenta value is 17.76%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(6,18,0,16)
C6M18Y0K16 
(6%,18%,0%,16%)
(0.06/0.18/0.00/0.16)	

CMYK percentages

%5.61
%17.76
%0
%16.08

Codes

Color #CAB0D6 in popluar color models

CAB0D6
RGB202176214
HSL281°31.67%76.47%
HSB/HSV281°17.76%83.92%
CMYK5.61%17.76%0.00%
16.08%

Color #CAB0D6 in popluar number systems.

HEXCAB0D6
Decimal202176214
Binary110010101011000011010110
Octal312260326

Shades and tints

Shades of #CAB0D6

#CAB0D6
(202,176,214)
#B8A0C3
(184,160,195)
#A690B0
(166,144,176)
#94809D
(148,128,157)
#82708A
(130,112,138)
#706077
(112,96,119)
#5E5064
(94,80,100)
#4C4051
(76,64,81)
#3A303E
(58,48,62)
#28202B
(40,32,43)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #CAB0D6

#CAB0D6
(202,176,214)
#CEB7D9
(206,183,217)
#D2BEDC
(210,190,220)
#D6C5DF
(214,197,223)
#DACCE2
(218,204,226)
#DED3E5
(222,211,229)
#E2DAE8
(226,218,232)
#E6E1EB
(230,225,235)
#EAE8EE
(234,232,238)
#EEEFF1
(238,239,241)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAB0D6 color. Also use rgb(202,176,214) instead hex code.

Text Font Color

.myTextColor { color: #CAB0D6; }

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

This text font color is #CAB0D6.


Background Color

.myBgColor { background-color: #CAB0D6; }

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

This div background color is #CAB0D6.


Border color

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

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

This div border color is #CAB0D6.


Opacity

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

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

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

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

This text has shadow with #CAB0D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB0D6 on black background.


Color preview on white background

This text has color #CAB0D6 on white background.



Black color preview on #CAB0D6 background

This text has black color on #CAB0D6 background.


White color preview on #CAB0D6 background

This text has white color on #CAB0D6 background.