COLOR #B2B4AE

HEX: #B2B4AE
RGB: (178,180,174)

Color info

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

RGB color model

#B2B4AE color RGB value is (178,180,174).

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

RGB channels and saturation

R 178 of 255 = 70%
G 180 of 255 = 71%
B 174 of 255 = 68%

178
180
174

R + G + B ~ 70%. #B2B4AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 180 + 174 = 532 (100%)
R 178 of 532 ~ 33.46%
G 180 of 532 ~ 33.83%
B 174 of 532 ~ 32.71%

%33.46
%33.83
%32.71

CMYK color model

#B2B4AE color CMYK value is (1,0,3,29).

  • cyan value is 1.11%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 29.41%
CMYK:
(1,0,3,29)
C1M0Y3K29 
(1%,0%,3%,29%)
(0.01/0.00/0.03/0.29)	

CMYK percentages

%1.11
%0
%3.33
%29.41

Codes

Color #B2B4AE in popluar color models

B2B4AE
RGB178180174
HSL80°3.85%69.41%
HSB/HSV80°3.33%70.59%
CMYK1.11%0.00%3.33%
29.41%

Color #B2B4AE in popluar number systems.

HEXB2B4AE
Decimal178180174
Binary101100101011010010101110
Octal262264256

Shades and tints

Shades of #B2B4AE

#B2B4AE
(178,180,174)
#A2A49F
(162,164,159)
#929490
(146,148,144)
#828481
(130,132,129)
#727472
(114,116,114)
#626463
(98,100,99)
#525454
(82,84,84)
#424445
(66,68,69)
#323436
(50,52,54)
#222427
(34,36,39)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #B2B4AE

#B2B4AE
(178,180,174)
#B9BAB5
(185,186,181)
#C0C0BC
(192,192,188)
#C7C6C3
(199,198,195)
#CECCCA
(206,204,202)
#D5D2D1
(213,210,209)
#DCD8D8
(220,216,216)
#E3DEDF
(227,222,223)
#EAE4E6
(234,228,230)
#F1EAED
(241,234,237)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B4AE; }

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

This text font color is #B2B4AE.


Background Color

.myBgColor { background-color: #B2B4AE; }

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

This div background color is #B2B4AE.


Border color

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

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

This div border color is #B2B4AE.


Opacity

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

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

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

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

This text has shadow with #B2B4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B4AE on black background.


Color preview on white background

This text has color #B2B4AE on white background.



Black color preview on #B2B4AE background

This text has black color on #B2B4AE background.


White color preview on #B2B4AE background

This text has white color on #B2B4AE background.