COLOR #B2B0AE

HEX: #B2B0AE
RGB: (178,176,174)

Color info

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

RGB color model

#B2B0AE color RGB value is (178,176,174).

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

RGB channels and saturation

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

178
176
174

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

Portions of RGB colors in percentages

R + G + B =
178 + 176 + 174 = 528 (100%)
R 178 of 528 ~ 33.71%
G 176 of 528 ~ 33.33%
B 174 of 528 ~ 32.95%

%33.71
%33.33
%32.95

CMYK color model

#B2B0AE color CMYK value is (0,1,2,30).

  • cyan value is 0.00%
  • magenta value is 1.12%
  • yellow value is 2.25%
  • key color value is 30.20%
CMYK:
(0,1,2,30)
C0M1Y2K30 
(0%,1%,2%,30%)
(0.00/0.01/0.02/0.30)	

CMYK percentages

%0
%1.12
%2.25
%30.2

Codes

Color #B2B0AE in popluar color models

B2B0AE
RGB178176174
HSL30°2.53%69.02%
HSB/HSV30°2.25%69.80%
CMYK0.00%1.12%2.25%
30.20%

Color #B2B0AE in popluar number systems.

HEXB2B0AE
Decimal178176174
Binary101100101011000010101110
Octal262260256

Shades and tints

Shades of #B2B0AE

#B2B0AE
(178,176,174)
#A2A09F
(162,160,159)
#929090
(146,144,144)
#828081
(130,128,129)
#727072
(114,112,114)
#626063
(98,96,99)
#525054
(82,80,84)
#424045
(66,64,69)
#323036
(50,48,54)
#222027
(34,32,39)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #B2B0AE

#B2B0AE
(178,176,174)
#B9B7B5
(185,183,181)
#C0BEBC
(192,190,188)
#C7C5C3
(199,197,195)
#CECCCA
(206,204,202)
#D5D3D1
(213,211,209)
#DCDAD8
(220,218,216)
#E3E1DF
(227,225,223)
#EAE8E6
(234,232,230)
#F1EFED
(241,239,237)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B0AE; }

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

This text font color is #B2B0AE.


Background Color

.myBgColor { background-color: #B2B0AE; }

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

This div background color is #B2B0AE.


Border color

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

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

This div border color is #B2B0AE.


Opacity

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

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

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

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

This text has shadow with #B2B0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B0AE on black background.


Color preview on white background

This text has color #B2B0AE on white background.



Black color preview on #B2B0AE background

This text has black color on #B2B0AE background.


White color preview on #B2B0AE background

This text has white color on #B2B0AE background.