COLOR #CAB7D6

HEX: #CAB7D6
RGB: (202,183,214)

Color info

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

RGB color model

#CAB7D6 color RGB value is (202,183,214).

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

RGB channels and saturation

R 202 of 255 = 79%
G 183 of 255 = 72%
B 214 of 255 = 84%

202
183
214

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

Portions of RGB colors in percentages

R + G + B =
202 + 183 + 214 = 599 (100%)
R 202 of 599 ~ 33.72%
G 183 of 599 ~ 30.55%
B 214 of 599 ~ 35.73%

%33.72
%30.55
%35.73

CMYK color model

#CAB7D6 color CMYK value is (6,14,0,16).

  • cyan value is 5.61%
  • magenta value is 14.49%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(6,14,0,16)
C6M14Y0K16 
(6%,14%,0%,16%)
(0.06/0.14/0.00/0.16)	

CMYK percentages

%5.61
%14.49
%0
%16.08

Codes

Color #CAB7D6 in popluar color models

CAB7D6
RGB202183214
HSL277°27.43%77.84%
HSB/HSV277°14.49%83.92%
CMYK5.61%14.49%0.00%
16.08%

Color #CAB7D6 in popluar number systems.

HEXCAB7D6
Decimal202183214
Binary110010101011011111010110
Octal312267326

Shades and tints

Shades of #CAB7D6

#CAB7D6
(202,183,214)
#B8A7C3
(184,167,195)
#A697B0
(166,151,176)
#94879D
(148,135,157)
#82778A
(130,119,138)
#706777
(112,103,119)
#5E5764
(94,87,100)
#4C4751
(76,71,81)
#3A373E
(58,55,62)
#28272B
(40,39,43)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #CAB7D6

#CAB7D6
(202,183,214)
#CEBDD9
(206,189,217)
#D2C3DC
(210,195,220)
#D6C9DF
(214,201,223)
#DACFE2
(218,207,226)
#DED5E5
(222,213,229)
#E2DBE8
(226,219,232)
#E6E1EB
(230,225,235)
#EAE7EE
(234,231,238)
#EEEDF1
(238,237,241)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAB7D6; }

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

This text font color is #CAB7D6.


Background Color

.myBgColor { background-color: #CAB7D6; }

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

This div background color is #CAB7D6.


Border color

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

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

This div border color is #CAB7D6.


Opacity

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

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

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

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

This text has shadow with #CAB7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB7D6 on black background.


Color preview on white background

This text has color #CAB7D6 on white background.



Black color preview on #CAB7D6 background

This text has black color on #CAB7D6 background.


White color preview on #CAB7D6 background

This text has white color on #CAB7D6 background.