COLOR #B0B5AD

HEX: #B0B5AD
RGB: (176,181,173)

Color info

#B0B5AD contains red, green and blue colors in about the same proportion. Web safe color of #B0B5AD is #99CC99 (or #9C9).

RGB color model

#B0B5AD color RGB value is (176,181,173).

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

RGB channels and saturation

R 176 of 255 = 69%
G 181 of 255 = 71%
B 173 of 255 = 68%

176
181
173

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

Portions of RGB colors in percentages

R + G + B =
176 + 181 + 173 = 530 (100%)
R 176 of 530 ~ 33.21%
G 181 of 530 ~ 34.15%
B 173 of 530 ~ 32.64%

%33.21
%34.15
%32.64

CMYK color model

#B0B5AD color CMYK value is (3,0,4,29).

  • cyan value is 2.76%
  • magenta value is 0.00%
  • yellow value is 4.42%
  • key color value is 29.02%
CMYK:
(3,0,4,29)
C3M0Y4K29 
(3%,0%,4%,29%)
(0.03/0.00/0.04/0.29)	

CMYK percentages

%2.76
%0
%4.42
%29.02

Codes

Color #B0B5AD in popluar color models

B0B5AD
RGB176181173
HSL98°5.13%69.41%
HSB/HSV98°4.42%70.98%
CMYK2.76%0.00%4.42%
29.02%

Color #B0B5AD in popluar number systems.

HEXB0B5AD
Decimal176181173
Binary101100001011010110101101
Octal260265255

Shades and tints

Shades of #B0B5AD

#B0B5AD
(176,181,173)
#A0A59E
(160,165,158)
#90958F
(144,149,143)
#808580
(128,133,128)
#707571
(112,117,113)
#606562
(96,101,98)
#505553
(80,85,83)
#404544
(64,69,68)
#303535
(48,53,53)
#202526
(32,37,38)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #B0B5AD

#B0B5AD
(176,181,173)
#B7BBB4
(183,187,180)
#BEC1BB
(190,193,187)
#C5C7C2
(197,199,194)
#CCCDC9
(204,205,201)
#D3D3D0
(211,211,208)
#DAD9D7
(218,217,215)
#E1DFDE
(225,223,222)
#E8E5E5
(232,229,229)
#EFEBEC
(239,235,236)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B5AD; }

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

This text font color is #B0B5AD.


Background Color

.myBgColor { background-color: #B0B5AD; }

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

This div background color is #B0B5AD.


Border color

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

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

This div border color is #B0B5AD.


Opacity

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

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

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

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

This text has shadow with #B0B5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B5AD on black background.


Color preview on white background

This text has color #B0B5AD on white background.



Black color preview on #B0B5AD background

This text has black color on #B0B5AD background.


White color preview on #B0B5AD background

This text has white color on #B0B5AD background.