COLOR #CAB5BB

HEX: #CAB5BB
RGB: (202,181,187)

Color info

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

RGB color model

#CAB5BB color RGB value is (202,181,187).

  • red value is 202;
  • green value is 181;
  • blue value is 187.
RGB:
(202,181,187)
(79%,71%,73%)

RGB channels and saturation

R 202 of 255 = 79%
G 181 of 255 = 71%
B 187 of 255 = 73%

202
181
187

R + G + B ~ 74%. #CAB5BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 181 + 187 = 570 (100%)
R 202 of 570 ~ 35.44%
G 181 of 570 ~ 31.75%
B 187 of 570 ~ 32.81%

%35.44
%31.75
%32.81

CMYK color model

#CAB5BB color CMYK value is (0,10,7,21).

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 7.43%
  • key color value is 20.78%
CMYK:
(0,10,7,21)
C0M10Y7K21 
(0%,10%,7%,21%)
(0.00/0.10/0.07/0.21)	

CMYK percentages

%0
%10.4
%7.43
%20.78

Codes

Color #CAB5BB in popluar color models

CAB5BB
RGB202181187
HSL343°16.54%75.10%
HSB/HSV343°10.40%79.22%
CMYK0.00%10.40%7.43%
20.78%

Color #CAB5BB in popluar number systems.

HEXCAB5BB
Decimal202181187
Binary110010101011010110111011
Octal312265273

Shades and tints

Shades of #CAB5BB

#CAB5BB
(202,181,187)
#B8A5AA
(184,165,170)
#A69599
(166,149,153)
#948588
(148,133,136)
#827577
(130,117,119)
#706566
(112,101,102)
#5E5555
(94,85,85)
#4C4544
(76,69,68)
#3A3533
(58,53,51)
#282522
(40,37,34)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #CAB5BB

#CAB5BB
(202,181,187)
#CEBBC1
(206,187,193)
#D2C1C7
(210,193,199)
#D6C7CD
(214,199,205)
#DACDD3
(218,205,211)
#DED3D9
(222,211,217)
#E2D9DF
(226,217,223)
#E6DFE5
(230,223,229)
#EAE5EB
(234,229,235)
#EEEBF1
(238,235,241)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAB5BB; }

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

This text font color is #CAB5BB.


Background Color

.myBgColor { background-color: #CAB5BB; }

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

This div background color is #CAB5BB.


Border color

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

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

This div border color is #CAB5BB.


Opacity

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

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

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

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

This text has shadow with #CAB5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAB5BB on black background.


Color preview on white background

This text has color #CAB5BB on white background.



Black color preview on #CAB5BB background

This text has black color on #CAB5BB background.


White color preview on #CAB5BB background

This text has white color on #CAB5BB background.