COLOR #B5B7AC

HEX: #B5B7AC
RGB: (181,183,172)

Color info

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

RGB color model

#B5B7AC color RGB value is (181,183,172).

  • red value is 181;
  • green value is 183;
  • blue value is 172.
RGB:
(181,183,172)
(71%,72%,67%)

RGB channels and saturation

R 181 of 255 = 71%
G 183 of 255 = 72%
B 172 of 255 = 67%

181
183
172

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

Portions of RGB colors in percentages

R + G + B =
181 + 183 + 172 = 536 (100%)
R 181 of 536 ~ 33.77%
G 183 of 536 ~ 34.14%
B 172 of 536 ~ 32.09%

%33.77
%34.14
%32.09

CMYK color model

#B5B7AC color CMYK value is (1,0,6,28).

  • cyan value is 1.09%
  • magenta value is 0.00%
  • yellow value is 6.01%
  • key color value is 28.24%
CMYK:
(1,0,6,28)
C1M0Y6K28 
(1%,0%,6%,28%)
(0.01/0.00/0.06/0.28)	

CMYK percentages

%1.09
%0
%6.01
%28.24

Codes

Color #B5B7AC in popluar color models

B5B7AC
RGB181183172
HSL71°7.10%69.61%
HSB/HSV71°6.01%71.76%
CMYK1.09%0.00%6.01%
28.24%

Color #B5B7AC in popluar number systems.

HEXB5B7AC
Decimal181183172
Binary101101011011011110101100
Octal265267254

Shades and tints

Shades of #B5B7AC

#B5B7AC
(181,183,172)
#A5A79D
(165,167,157)
#95978E
(149,151,142)
#85877F
(133,135,127)
#757770
(117,119,112)
#656761
(101,103,97)
#555752
(85,87,82)
#454743
(69,71,67)
#353734
(53,55,52)
#252725
(37,39,37)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #B5B7AC

#B5B7AC
(181,183,172)
#BBBDB3
(187,189,179)
#C1C3BA
(193,195,186)
#C7C9C1
(199,201,193)
#CDCFC8
(205,207,200)
#D3D5CF
(211,213,207)
#D9DBD6
(217,219,214)
#DFE1DD
(223,225,221)
#E5E7E4
(229,231,228)
#EBEDEB
(235,237,235)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5B7AC color. Also use rgb(181,183,172) instead hex code.

Text Font Color

.myTextColor { color: #B5B7AC; }

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

This text font color is #B5B7AC.


Background Color

.myBgColor { background-color: #B5B7AC; }

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

This div background color is #B5B7AC.


Border color

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

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

This div border color is #B5B7AC.


Opacity

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

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

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

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

This text has shadow with #B5B7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B7AC on black background.


Color preview on white background

This text has color #B5B7AC on white background.



Black color preview on #B5B7AC background

This text has black color on #B5B7AC background.


White color preview on #B5B7AC background

This text has white color on #B5B7AC background.