COLOR #CAB2B2

HEX: #CAB2B2
RGB: (202,178,178)

Color info

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

RGB color model

#CAB2B2 color RGB value is (202,178,178).

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

RGB channels and saturation

R 202 of 255 = 79%
G 178 of 255 = 70%
B 178 of 255 = 70%

202
178
178

R + G + B ~ 73%. #CAB2B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 178 + 178 = 558 (100%)
R 202 of 558 ~ 36.2%
G 178 of 558 ~ 31.9%
B 178 of 558 ~ 31.9%

%36.2
%31.9
%31.9

CMYK color model

#CAB2B2 color CMYK value is (0,12,12,21).

  • cyan value is 0.00%
  • magenta value is 11.88%
  • yellow value is 11.88%
  • key color value is 20.78%
CMYK:
(0,12,12,21)
C0M12Y12K21 
(0%,12%,12%,21%)
(0.00/0.12/0.12/0.21)	

CMYK percentages

%0
%11.88
%11.88
%20.78

Codes

Color #CAB2B2 in popluar color models

CAB2B2
RGB202178178
HSL18.46%74.51%
HSB/HSV11.88%79.22%
CMYK0.00%11.88%11.88%
20.78%

Color #CAB2B2 in popluar number systems.

HEXCAB2B2
Decimal202178178
Binary110010101011001010110010
Octal312262262

Shades and tints

Shades of #CAB2B2

#CAB2B2
(202,178,178)
#B8A2A2
(184,162,162)
#A69292
(166,146,146)
#948282
(148,130,130)
#827272
(130,114,114)
#706262
(112,98,98)
#5E5252
(94,82,82)
#4C4242
(76,66,66)
#3A3232
(58,50,50)
#282222
(40,34,34)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #CAB2B2

#CAB2B2
(202,178,178)
#CEB9B9
(206,185,185)
#D2C0C0
(210,192,192)
#D6C7C7
(214,199,199)
#DACECE
(218,206,206)
#DED5D5
(222,213,213)
#E2DCDC
(226,220,220)
#E6E3E3
(230,227,227)
#EAEAEA
(234,234,234)
#EEF1F1
(238,241,241)
#F2F8F8
(242,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAB2B2; }

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

This text font color is #CAB2B2.


Background Color

.myBgColor { background-color: #CAB2B2; }

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

This div background color is #CAB2B2.


Border color

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

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

This div border color is #CAB2B2.


Opacity

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

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

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

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

This text has shadow with #CAB2B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB2B2 on black background.


Color preview on white background

This text has color #CAB2B2 on white background.



Black color preview on #CAB2B2 background

This text has black color on #CAB2B2 background.


White color preview on #CAB2B2 background

This text has white color on #CAB2B2 background.