COLOR #B5BBA9

HEX: #B5BBA9
RGB: (181,187,169)

Color info

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

RGB color model

#B5BBA9 color RGB value is (181,187,169).

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

RGB channels and saturation

R 181 of 255 = 71%
G 187 of 255 = 73%
B 169 of 255 = 66%

181
187
169

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

Portions of RGB colors in percentages

R + G + B =
181 + 187 + 169 = 537 (100%)
R 181 of 537 ~ 33.71%
G 187 of 537 ~ 34.82%
B 169 of 537 ~ 31.47%

%33.71
%34.82
%31.47

CMYK color model

#B5BBA9 color CMYK value is (3,0,10,27).

  • cyan value is 3.21%
  • magenta value is 0.00%
  • yellow value is 9.63%
  • key color value is 26.67%
CMYK:
(3,0,10,27)
C3M0Y10K27 
(3%,0%,10%,27%)
(0.03/0.00/0.10/0.27)	

CMYK percentages

%3.21
%0
%9.63
%26.67

Codes

Color #B5BBA9 in popluar color models

B5BBA9
RGB181187169
HSL80°11.69%69.80%
HSB/HSV80°9.63%73.33%
CMYK3.21%0.00%9.63%
26.67%

Color #B5BBA9 in popluar number systems.

HEXB5BBA9
Decimal181187169
Binary101101011011101110101001
Octal265273251

Shades and tints

Shades of #B5BBA9

#B5BBA9
(181,187,169)
#A5AA9A
(165,170,154)
#95998B
(149,153,139)
#85887C
(133,136,124)
#75776D
(117,119,109)
#65665E
(101,102,94)
#55554F
(85,85,79)
#454440
(69,68,64)
#353331
(53,51,49)
#252222
(37,34,34)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #B5BBA9

#B5BBA9
(181,187,169)
#BBC1B0
(187,193,176)
#C1C7B7
(193,199,183)
#C7CDBE
(199,205,190)
#CDD3C5
(205,211,197)
#D3D9CC
(211,217,204)
#D9DFD3
(217,223,211)
#DFE5DA
(223,229,218)
#E5EBE1
(229,235,225)
#EBF1E8
(235,241,232)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BBA9; }

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

This text font color is #B5BBA9.


Background Color

.myBgColor { background-color: #B5BBA9; }

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

This div background color is #B5BBA9.


Border color

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

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

This div border color is #B5BBA9.


Opacity

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

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

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

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

This text has shadow with #B5BBA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BBA9 on black background.


Color preview on white background

This text has color #B5BBA9 on white background.



Black color preview on #B5BBA9 background

This text has black color on #B5BBA9 background.


White color preview on #B5BBA9 background

This text has white color on #B5BBA9 background.