COLOR #B0AEB3

HEX: #B0AEB3
RGB: (176,174,179)

Color info

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

RGB color model

#B0AEB3 color RGB value is (176,174,179).

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

RGB channels and saturation

R 176 of 255 = 69%
G 174 of 255 = 68%
B 179 of 255 = 70%

176
174
179

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

Portions of RGB colors in percentages

R + G + B =
176 + 174 + 179 = 529 (100%)
R 176 of 529 ~ 33.27%
G 174 of 529 ~ 32.89%
B 179 of 529 ~ 33.84%

%33.27
%32.89
%33.84

CMYK color model

#B0AEB3 color CMYK value is (2,3,0,30).

  • cyan value is 1.68%
  • magenta value is 2.79%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(2,3,0,30)
C2M3Y0K30 
(2%,3%,0%,30%)
(0.02/0.03/0.00/0.30)	

CMYK percentages

%1.68
%2.79
%0
%29.8

Codes

Color #B0AEB3 in popluar color models

B0AEB3
RGB176174179
HSL264°3.18%69.22%
HSB/HSV264°2.79%70.20%
CMYK1.68%2.79%0.00%
29.80%

Color #B0AEB3 in popluar number systems.

HEXB0AEB3
Decimal176174179
Binary101100001010111010110011
Octal260256263

Shades and tints

Shades of #B0AEB3

#B0AEB3
(176,174,179)
#A09FA3
(160,159,163)
#909093
(144,144,147)
#808183
(128,129,131)
#707273
(112,114,115)
#606363
(96,99,99)
#505453
(80,84,83)
#404543
(64,69,67)
#303633
(48,54,51)
#202723
(32,39,35)
#101813
(16,24,19)
#000000
(0,0,0)

Tints of #B0AEB3

#B0AEB3
(176,174,179)
#B7B5B9
(183,181,185)
#BEBCBF
(190,188,191)
#C5C3C5
(197,195,197)
#CCCACB
(204,202,203)
#D3D1D1
(211,209,209)
#DAD8D7
(218,216,215)
#E1DFDD
(225,223,221)
#E8E6E3
(232,230,227)
#EFEDE9
(239,237,233)
#F6F4EF
(246,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AEB3; }

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

This text font color is #B0AEB3.


Background Color

.myBgColor { background-color: #B0AEB3; }

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

This div background color is #B0AEB3.


Border color

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

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

This div border color is #B0AEB3.


Opacity

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

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

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

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

This text has shadow with #B0AEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AEB3 on black background.


Color preview on white background

This text has color #B0AEB3 on white background.



Black color preview on #B0AEB3 background

This text has black color on #B0AEB3 background.


White color preview on #B0AEB3 background

This text has white color on #B0AEB3 background.