COLOR #B5B4AE

HEX: #B5B4AE
RGB: (181,180,174)

Color info

#B5B4AE contains red, green and blue colors in about the same proportion. Web safe color of #B5B4AE is #CCCC99 (or #CC9).

RGB color model

#B5B4AE color RGB value is (181,180,174).

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

RGB channels and saturation

R 181 of 255 = 71%
G 180 of 255 = 71%
B 174 of 255 = 68%

181
180
174

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

Portions of RGB colors in percentages

R + G + B =
181 + 180 + 174 = 535 (100%)
R 181 of 535 ~ 33.83%
G 180 of 535 ~ 33.64%
B 174 of 535 ~ 32.52%

%33.83
%33.64
%32.52

CMYK color model

#B5B4AE color CMYK value is (0,1,4,29).

  • cyan value is 0.00%
  • magenta value is 0.55%
  • yellow value is 3.87%
  • key color value is 29.02%
CMYK:
(0,1,4,29)
C0M1Y4K29 
(0%,1%,4%,29%)
(0.00/0.01/0.04/0.29)	

CMYK percentages

%0
%0.55
%3.87
%29.02

Codes

Color #B5B4AE in popluar color models

B5B4AE
RGB181180174
HSL51°4.52%69.61%
HSB/HSV51°3.87%70.98%
CMYK0.00%0.55%3.87%
29.02%

Color #B5B4AE in popluar number systems.

HEXB5B4AE
Decimal181180174
Binary101101011011010010101110
Octal265264256

Shades and tints

Shades of #B5B4AE

#B5B4AE
(181,180,174)
#A5A49F
(165,164,159)
#959490
(149,148,144)
#858481
(133,132,129)
#757472
(117,116,114)
#656463
(101,100,99)
#555454
(85,84,84)
#454445
(69,68,69)
#353436
(53,52,54)
#252427
(37,36,39)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #B5B4AE

#B5B4AE
(181,180,174)
#BBBAB5
(187,186,181)
#C1C0BC
(193,192,188)
#C7C6C3
(199,198,195)
#CDCCCA
(205,204,202)
#D3D2D1
(211,210,209)
#D9D8D8
(217,216,216)
#DFDEDF
(223,222,223)
#E5E4E6
(229,228,230)
#EBEAED
(235,234,237)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B4AE; }

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

This text font color is #B5B4AE.


Background Color

.myBgColor { background-color: #B5B4AE; }

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

This div background color is #B5B4AE.


Border color

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

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

This div border color is #B5B4AE.


Opacity

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

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

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

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

This text has shadow with #B5B4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B4AE on black background.


Color preview on white background

This text has color #B5B4AE on white background.



Black color preview on #B5B4AE background

This text has black color on #B5B4AE background.


White color preview on #B5B4AE background

This text has white color on #B5B4AE background.