COLOR #B5BBAD

HEX: #B5BBAD
RGB: (181,187,173)

Color info

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

RGB color model

#B5BBAD color RGB value is (181,187,173).

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

RGB channels and saturation

R 181 of 255 = 71%
G 187 of 255 = 73%
B 173 of 255 = 68%

181
187
173

R + G + B ~ 71%. #B5BBAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 187 + 173 = 541 (100%)
R 181 of 541 ~ 33.46%
G 187 of 541 ~ 34.57%
B 173 of 541 ~ 31.98%

%33.46
%34.57
%31.98

CMYK color model

#B5BBAD color CMYK value is (3,0,7,27).

  • cyan value is 3.21%
  • magenta value is 0.00%
  • yellow value is 7.49%
  • key color value is 26.67%
CMYK:
(3,0,7,27)
C3M0Y7K27 
(3%,0%,7%,27%)
(0.03/0.00/0.07/0.27)	

CMYK percentages

%3.21
%0
%7.49
%26.67

Codes

Color #B5BBAD in popluar color models

B5BBAD
RGB181187173
HSL86°9.33%70.59%
HSB/HSV86°7.49%73.33%
CMYK3.21%0.00%7.49%
26.67%

Color #B5BBAD in popluar number systems.

HEXB5BBAD
Decimal181187173
Binary101101011011101110101101
Octal265273255

Shades and tints

Shades of #B5BBAD

#B5BBAD
(181,187,173)
#A5AA9E
(165,170,158)
#95998F
(149,153,143)
#858880
(133,136,128)
#757771
(117,119,113)
#656662
(101,102,98)
#555553
(85,85,83)
#454444
(69,68,68)
#353335
(53,51,53)
#252226
(37,34,38)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #B5BBAD

#B5BBAD
(181,187,173)
#BBC1B4
(187,193,180)
#C1C7BB
(193,199,187)
#C7CDC2
(199,205,194)
#CDD3C9
(205,211,201)
#D3D9D0
(211,217,208)
#D9DFD7
(217,223,215)
#DFE5DE
(223,229,222)
#E5EBE5
(229,235,229)
#EBF1EC
(235,241,236)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BBAD; }

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

This text font color is #B5BBAD.


Background Color

.myBgColor { background-color: #B5BBAD; }

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

This div background color is #B5BBAD.


Border color

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

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

This div border color is #B5BBAD.


Opacity

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

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

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

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

This text has shadow with #B5BBAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BBAD on black background.


Color preview on white background

This text has color #B5BBAD on white background.



Black color preview on #B5BBAD background

This text has black color on #B5BBAD background.


White color preview on #B5BBAD background

This text has white color on #B5BBAD background.