COLOR #B0B5AE

HEX: #B0B5AE
RGB: (176,181,174)

Color info

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

RGB color model

#B0B5AE color RGB value is (176,181,174).

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

RGB channels and saturation

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

176
181
174

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

Portions of RGB colors in percentages

R + G + B =
176 + 181 + 174 = 531 (100%)
R 176 of 531 ~ 33.15%
G 181 of 531 ~ 34.09%
B 174 of 531 ~ 32.77%

%33.15
%34.09
%32.77

CMYK color model

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

  • cyan value is 2.76%
  • magenta value is 0.00%
  • yellow value is 3.87%
  • 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
%3.87
%29.02

Codes

Color #B0B5AE in popluar color models

B0B5AE
RGB176181174
HSL103°4.52%69.61%
HSB/HSV103°3.87%70.98%
CMYK2.76%0.00%3.87%
29.02%

Color #B0B5AE in popluar number systems.

HEXB0B5AE
Decimal176181174
Binary101100001011010110101110
Octal260265256

Shades and tints

Shades of #B0B5AE

#B0B5AE
(176,181,174)
#A0A59F
(160,165,159)
#909590
(144,149,144)
#808581
(128,133,129)
#707572
(112,117,114)
#606563
(96,101,99)
#505554
(80,85,84)
#404545
(64,69,69)
#303536
(48,53,54)
#202527
(32,37,39)
#101518
(16,21,24)
#000000
(0,0,0)

Tints of #B0B5AE

#B0B5AE
(176,181,174)
#B7BBB5
(183,187,181)
#BEC1BC
(190,193,188)
#C5C7C3
(197,199,195)
#CCCDCA
(204,205,202)
#D3D3D1
(211,211,209)
#DAD9D8
(218,217,216)
#E1DFDF
(225,223,223)
#E8E5E6
(232,229,230)
#EFEBED
(239,235,237)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B5AE; }

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

This text font color is #B0B5AE.


Background Color

.myBgColor { background-color: #B0B5AE; }

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

This div background color is #B0B5AE.


Border color

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

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

This div border color is #B0B5AE.


Opacity

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

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

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

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

This text has shadow with #B0B5AE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B0B5AE on black background.


Color preview on white background

This text has color #B0B5AE on white background.



Black color preview on #B0B5AE background

This text has black color on #B0B5AE background.


White color preview on #B0B5AE background

This text has white color on #B0B5AE background.