COLOR #B5BBAC

HEX: #B5BBAC
RGB: (181,187,172)

Color info

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

RGB color model

#B5BBAC color RGB value is (181,187,172).

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

RGB channels and saturation

R 181 of 255 = 71%
G 187 of 255 = 73%
B 172 of 255 = 67%

181
187
172

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

Portions of RGB colors in percentages

R + G + B =
181 + 187 + 172 = 540 (100%)
R 181 of 540 ~ 33.52%
G 187 of 540 ~ 34.63%
B 172 of 540 ~ 31.85%

%33.52
%34.63
%31.85

CMYK color model

#B5BBAC color CMYK value is (3,0,8,27).

  • cyan value is 3.21%
  • magenta value is 0.00%
  • yellow value is 8.02%
  • key color value is 26.67%
CMYK:
(3,0,8,27)
C3M0Y8K27 
(3%,0%,8%,27%)
(0.03/0.00/0.08/0.27)	

CMYK percentages

%3.21
%0
%8.02
%26.67

Codes

Color #B5BBAC in popluar color models

B5BBAC
RGB181187172
HSL84°9.93%70.39%
HSB/HSV84°8.02%73.33%
CMYK3.21%0.00%8.02%
26.67%

Color #B5BBAC in popluar number systems.

HEXB5BBAC
Decimal181187172
Binary101101011011101110101100
Octal265273254

Shades and tints

Shades of #B5BBAC

#B5BBAC
(181,187,172)
#A5AA9D
(165,170,157)
#95998E
(149,153,142)
#85887F
(133,136,127)
#757770
(117,119,112)
#656661
(101,102,97)
#555552
(85,85,82)
#454443
(69,68,67)
#353334
(53,51,52)
#252225
(37,34,37)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #B5BBAC

#B5BBAC
(181,187,172)
#BBC1B3
(187,193,179)
#C1C7BA
(193,199,186)
#C7CDC1
(199,205,193)
#CDD3C8
(205,211,200)
#D3D9CF
(211,217,207)
#D9DFD6
(217,223,214)
#DFE5DD
(223,229,221)
#E5EBE4
(229,235,228)
#EBF1EB
(235,241,235)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BBAC; }

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

This text font color is #B5BBAC.


Background Color

.myBgColor { background-color: #B5BBAC; }

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

This div background color is #B5BBAC.


Border color

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

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

This div border color is #B5BBAC.


Opacity

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

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

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

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

This text has shadow with #B5BBAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BBAC on black background.


Color preview on white background

This text has color #B5BBAC on white background.



Black color preview on #B5BBAC background

This text has black color on #B5BBAC background.


White color preview on #B5BBAC background

This text has white color on #B5BBAC background.