COLOR #CAB4D0

HEX: #CAB4D0
RGB: (202,180,208)

Color info

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

RGB color model

#CAB4D0 color RGB value is (202,180,208).

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

RGB channels and saturation

R 202 of 255 = 79%
G 180 of 255 = 71%
B 208 of 255 = 82%

202
180
208

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

Portions of RGB colors in percentages

R + G + B =
202 + 180 + 208 = 590 (100%)
R 202 of 590 ~ 34.24%
G 180 of 590 ~ 30.51%
B 208 of 590 ~ 35.25%

%34.24
%30.51
%35.25

CMYK color model

#CAB4D0 color CMYK value is (3,13,0,18).

  • cyan value is 2.88%
  • magenta value is 13.46%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(3,13,0,18)
C3M13Y0K18 
(3%,13%,0%,18%)
(0.03/0.13/0.00/0.18)	

CMYK percentages

%2.88
%13.46
%0
%18.43

Codes

Color #CAB4D0 in popluar color models

CAB4D0
RGB202180208
HSL287°22.95%76.08%
HSB/HSV287°13.46%81.57%
CMYK2.88%13.46%0.00%
18.43%

Color #CAB4D0 in popluar number systems.

HEXCAB4D0
Decimal202180208
Binary110010101011010011010000
Octal312264320

Shades and tints

Shades of #CAB4D0

#CAB4D0
(202,180,208)
#B8A4BE
(184,164,190)
#A694AC
(166,148,172)
#94849A
(148,132,154)
#827488
(130,116,136)
#706476
(112,100,118)
#5E5464
(94,84,100)
#4C4452
(76,68,82)
#3A3440
(58,52,64)
#28242E
(40,36,46)
#16141C
(22,20,28)
#000000
(0,0,0)

Tints of #CAB4D0

#CAB4D0
(202,180,208)
#CEBAD4
(206,186,212)
#D2C0D8
(210,192,216)
#D6C6DC
(214,198,220)
#DACCE0
(218,204,224)
#DED2E4
(222,210,228)
#E2D8E8
(226,216,232)
#E6DEEC
(230,222,236)
#EAE4F0
(234,228,240)
#EEEAF4
(238,234,244)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAB4D0; }

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

This text font color is #CAB4D0.


Background Color

.myBgColor { background-color: #CAB4D0; }

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

This div background color is #CAB4D0.


Border color

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

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

This div border color is #CAB4D0.


Opacity

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

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

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

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

This text has shadow with #CAB4D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB4D0 on black background.


Color preview on white background

This text has color #CAB4D0 on white background.



Black color preview on #CAB4D0 background

This text has black color on #CAB4D0 background.


White color preview on #CAB4D0 background

This text has white color on #CAB4D0 background.