COLOR #B5B0AB

HEX: #B5B0AB
RGB: (181,176,171)

Color info

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

RGB color model

#B5B0AB color RGB value is (181,176,171).

  • red value is 181;
  • green value is 176;
  • blue value is 171.
RGB:
(181,176,171)
(71%,69%,67%)

RGB channels and saturation

R 181 of 255 = 71%
G 176 of 255 = 69%
B 171 of 255 = 67%

181
176
171

R + G + B ~ 69%. #B5B0AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 176 + 171 = 528 (100%)
R 181 of 528 ~ 34.28%
G 176 of 528 ~ 33.33%
B 171 of 528 ~ 32.39%

%34.28
%33.33
%32.39

CMYK color model

#B5B0AB color CMYK value is (0,3,6,29).

  • cyan value is 0.00%
  • magenta value is 2.76%
  • yellow value is 5.52%
  • key color value is 29.02%
CMYK:
(0,3,6,29)
C0M3Y6K29 
(0%,3%,6%,29%)
(0.00/0.03/0.06/0.29)	

CMYK percentages

%0
%2.76
%5.52
%29.02

Codes

Color #B5B0AB in popluar color models

B5B0AB
RGB181176171
HSL30°6.33%69.02%
HSB/HSV30°5.52%70.98%
CMYK0.00%2.76%5.52%
29.02%

Color #B5B0AB in popluar number systems.

HEXB5B0AB
Decimal181176171
Binary101101011011000010101011
Octal265260253

Shades and tints

Shades of #B5B0AB

#B5B0AB
(181,176,171)
#A5A09C
(165,160,156)
#95908D
(149,144,141)
#85807E
(133,128,126)
#75706F
(117,112,111)
#656060
(101,96,96)
#555051
(85,80,81)
#454042
(69,64,66)
#353033
(53,48,51)
#252024
(37,32,36)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #B5B0AB

#B5B0AB
(181,176,171)
#BBB7B2
(187,183,178)
#C1BEB9
(193,190,185)
#C7C5C0
(199,197,192)
#CDCCC7
(205,204,199)
#D3D3CE
(211,211,206)
#D9DAD5
(217,218,213)
#DFE1DC
(223,225,220)
#E5E8E3
(229,232,227)
#EBEFEA
(235,239,234)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B0AB; }

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

This text font color is #B5B0AB.


Background Color

.myBgColor { background-color: #B5B0AB; }

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

This div background color is #B5B0AB.


Border color

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

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

This div border color is #B5B0AB.


Opacity

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

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

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

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

This text has shadow with #B5B0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B0AB on black background.


Color preview on white background

This text has color #B5B0AB on white background.



Black color preview on #B5B0AB background

This text has black color on #B5B0AB background.


White color preview on #B5B0AB background

This text has white color on #B5B0AB background.