COLOR #CAB0D3

HEX: #CAB0D3
RGB: (202,176,211)

Color info

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

RGB color model

#CAB0D3 color RGB value is (202,176,211).

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

RGB channels and saturation

R 202 of 255 = 79%
G 176 of 255 = 69%
B 211 of 255 = 83%

202
176
211

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

Portions of RGB colors in percentages

R + G + B =
202 + 176 + 211 = 589 (100%)
R 202 of 589 ~ 34.3%
G 176 of 589 ~ 29.88%
B 211 of 589 ~ 35.82%

%34.3
%29.88
%35.82

CMYK color model

#CAB0D3 color CMYK value is (4,17,0,17).

  • cyan value is 4.27%
  • magenta value is 16.59%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(4,17,0,17)
C4M17Y0K17 
(4%,17%,0%,17%)
(0.04/0.17/0.00/0.17)	

CMYK percentages

%4.27
%16.59
%0
%17.25

Codes

Color #CAB0D3 in popluar color models

CAB0D3
RGB202176211
HSL285°28.46%75.88%
HSB/HSV285°16.59%82.75%
CMYK4.27%16.59%0.00%
17.25%

Color #CAB0D3 in popluar number systems.

HEXCAB0D3
Decimal202176211
Binary110010101011000011010011
Octal312260323

Shades and tints

Shades of #CAB0D3

#CAB0D3
(202,176,211)
#B8A0C0
(184,160,192)
#A690AD
(166,144,173)
#94809A
(148,128,154)
#827087
(130,112,135)
#706074
(112,96,116)
#5E5061
(94,80,97)
#4C404E
(76,64,78)
#3A303B
(58,48,59)
#282028
(40,32,40)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #CAB0D3

#CAB0D3
(202,176,211)
#CEB7D7
(206,183,215)
#D2BEDB
(210,190,219)
#D6C5DF
(214,197,223)
#DACCE3
(218,204,227)
#DED3E7
(222,211,231)
#E2DAEB
(226,218,235)
#E6E1EF
(230,225,239)
#EAE8F3
(234,232,243)
#EEEFF7
(238,239,247)
#F2F6FB
(242,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAB0D3; }

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

This text font color is #CAB0D3.


Background Color

.myBgColor { background-color: #CAB0D3; }

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

This div background color is #CAB0D3.


Border color

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

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

This div border color is #CAB0D3.


Opacity

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

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

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

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

This text has shadow with #CAB0D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB0D3 on black background.


Color preview on white background

This text has color #CAB0D3 on white background.



Black color preview on #CAB0D3 background

This text has black color on #CAB0D3 background.


White color preview on #CAB0D3 background

This text has white color on #CAB0D3 background.