COLOR #B0AEA6

HEX: #B0AEA6
RGB: (176,174,166)

Color info

#B0AEA6 contains red, green and blue colors in about the same proportion. Web safe color of #B0AEA6 is #999999 (or #999).

RGB color model

#B0AEA6 color RGB value is (176,174,166).

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

RGB channels and saturation

R 176 of 255 = 69%
G 174 of 255 = 68%
B 166 of 255 = 65%

176
174
166

R + G + B ~ 67%. #B0AEA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 174 + 166 = 516 (100%)
R 176 of 516 ~ 34.11%
G 174 of 516 ~ 33.72%
B 166 of 516 ~ 32.17%

%34.11
%33.72
%32.17

CMYK color model

#B0AEA6 color CMYK value is (0,1,6,31).

  • cyan value is 0.00%
  • magenta value is 1.14%
  • yellow value is 5.68%
  • key color value is 30.98%
CMYK:
(0,1,6,31)
C0M1Y6K31 
(0%,1%,6%,31%)
(0.00/0.01/0.06/0.31)	

CMYK percentages

%0
%1.14
%5.68
%30.98

Codes

Color #B0AEA6 in popluar color models

B0AEA6
RGB176174166
HSL48°5.95%67.06%
HSB/HSV48°5.68%69.02%
CMYK0.00%1.14%5.68%
30.98%

Color #B0AEA6 in popluar number systems.

HEXB0AEA6
Decimal176174166
Binary101100001010111010100110
Octal260256246

Shades and tints

Shades of #B0AEA6

#B0AEA6
(176,174,166)
#A09F97
(160,159,151)
#909088
(144,144,136)
#808179
(128,129,121)
#70726A
(112,114,106)
#60635B
(96,99,91)
#50544C
(80,84,76)
#40453D
(64,69,61)
#30362E
(48,54,46)
#20271F
(32,39,31)
#101810
(16,24,16)
#000000
(0,0,0)

Tints of #B0AEA6

#B0AEA6
(176,174,166)
#B7B5AE
(183,181,174)
#BEBCB6
(190,188,182)
#C5C3BE
(197,195,190)
#CCCAC6
(204,202,198)
#D3D1CE
(211,209,206)
#DAD8D6
(218,216,214)
#E1DFDE
(225,223,222)
#E8E6E6
(232,230,230)
#EFEDEE
(239,237,238)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AEA6; }

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

This text font color is #B0AEA6.


Background Color

.myBgColor { background-color: #B0AEA6; }

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

This div background color is #B0AEA6.


Border color

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

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

This div border color is #B0AEA6.


Opacity

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

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

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

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

This text has shadow with #B0AEA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AEA6 on black background.


Color preview on white background

This text has color #B0AEA6 on white background.



Black color preview on #B0AEA6 background

This text has black color on #B0AEA6 background.


White color preview on #B0AEA6 background

This text has white color on #B0AEA6 background.