COLOR #CAB0D0

HEX: #CAB0D0
RGB: (202,176,208)

Color info

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

RGB color model

#CAB0D0 color RGB value is (202,176,208).

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

RGB channels and saturation

R 202 of 255 = 79%
G 176 of 255 = 69%
B 208 of 255 = 82%

202
176
208

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

Portions of RGB colors in percentages

R + G + B =
202 + 176 + 208 = 586 (100%)
R 202 of 586 ~ 34.47%
G 176 of 586 ~ 30.03%
B 208 of 586 ~ 35.49%

%34.47
%30.03
%35.49

CMYK color model

#CAB0D0 color CMYK value is (3,15,0,18).

  • cyan value is 2.88%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(3,15,0,18)
C3M15Y0K18 
(3%,15%,0%,18%)
(0.03/0.15/0.00/0.18)	

CMYK percentages

%2.88
%15.38
%0
%18.43

Codes

Color #CAB0D0 in popluar color models

CAB0D0
RGB202176208
HSL289°25.40%75.29%
HSB/HSV289°15.38%81.57%
CMYK2.88%15.38%0.00%
18.43%

Color #CAB0D0 in popluar number systems.

HEXCAB0D0
Decimal202176208
Binary110010101011000011010000
Octal312260320

Shades and tints

Shades of #CAB0D0

#CAB0D0
(202,176,208)
#B8A0BE
(184,160,190)
#A690AC
(166,144,172)
#94809A
(148,128,154)
#827088
(130,112,136)
#706076
(112,96,118)
#5E5064
(94,80,100)
#4C4052
(76,64,82)
#3A3040
(58,48,64)
#28202E
(40,32,46)
#16101C
(22,16,28)
#000000
(0,0,0)

Tints of #CAB0D0

#CAB0D0
(202,176,208)
#CEB7D4
(206,183,212)
#D2BED8
(210,190,216)
#D6C5DC
(214,197,220)
#DACCE0
(218,204,224)
#DED3E4
(222,211,228)
#E2DAE8
(226,218,232)
#E6E1EC
(230,225,236)
#EAE8F0
(234,232,240)
#EEEFF4
(238,239,244)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAB0D0; }

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

This text font color is #CAB0D0.


Background Color

.myBgColor { background-color: #CAB0D0; }

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

This div background color is #CAB0D0.


Border color

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

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

This div border color is #CAB0D0.


Opacity

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

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

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

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

This text has shadow with #CAB0D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB0D0 on black background.


Color preview on white background

This text has color #CAB0D0 on white background.



Black color preview on #CAB0D0 background

This text has black color on #CAB0D0 background.


White color preview on #CAB0D0 background

This text has white color on #CAB0D0 background.