COLOR #CAB0B0

HEX: #CAB0B0
RGB: (202,176,176)

Color info

#CAB0B0 contains red, green and blue colors in about the same proportion. Web safe color of #CAB0B0 is #CC9999 (or #C99).

RGB color model

#CAB0B0 color RGB value is (202,176,176).

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

RGB channels and saturation

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

202
176
176

R + G + B ~ 72%. #CAB0B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 176 + 176 = 554 (100%)
R 202 of 554 ~ 36.46%
G 176 of 554 ~ 31.77%
B 176 of 554 ~ 31.77%

%36.46
%31.77
%31.77

CMYK color model

#CAB0B0 color CMYK value is (0,13,13,21).

  • cyan value is 0.00%
  • magenta value is 12.87%
  • yellow value is 12.87%
  • key color value is 20.78%
CMYK:
(0,13,13,21)
C0M13Y13K21 
(0%,13%,13%,21%)
(0.00/0.13/0.13/0.21)	

CMYK percentages

%0
%12.87
%12.87
%20.78

Codes

Color #CAB0B0 in popluar color models

CAB0B0
RGB202176176
HSL19.70%74.12%
HSB/HSV12.87%79.22%
CMYK0.00%12.87%12.87%
20.78%

Color #CAB0B0 in popluar number systems.

HEXCAB0B0
Decimal202176176
Binary110010101011000010110000
Octal312260260

Shades and tints

Shades of #CAB0B0

#CAB0B0
(202,176,176)
#B8A0A0
(184,160,160)
#A69090
(166,144,144)
#948080
(148,128,128)
#827070
(130,112,112)
#706060
(112,96,96)
#5E5050
(94,80,80)
#4C4040
(76,64,64)
#3A3030
(58,48,48)
#282020
(40,32,32)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #CAB0B0

#CAB0B0
(202,176,176)
#CEB7B7
(206,183,183)
#D2BEBE
(210,190,190)
#D6C5C5
(214,197,197)
#DACCCC
(218,204,204)
#DED3D3
(222,211,211)
#E2DADA
(226,218,218)
#E6E1E1
(230,225,225)
#EAE8E8
(234,232,232)
#EEEFEF
(238,239,239)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAB0B0; }

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

This text font color is #CAB0B0.


Background Color

.myBgColor { background-color: #CAB0B0; }

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

This div background color is #CAB0B0.


Border color

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

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

This div border color is #CAB0B0.


Opacity

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

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

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

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

This text has shadow with #CAB0B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB0B0 on black background.


Color preview on white background

This text has color #CAB0B0 on white background.



Black color preview on #CAB0B0 background

This text has black color on #CAB0B0 background.


White color preview on #CAB0B0 background

This text has white color on #CAB0B0 background.