COLOR #B5BAA9

HEX: #B5BAA9
RGB: (181,186,169)

Color info

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

RGB color model

#B5BAA9 color RGB value is (181,186,169).

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

RGB channels and saturation

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

181
186
169

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

Portions of RGB colors in percentages

R + G + B =
181 + 186 + 169 = 536 (100%)
R 181 of 536 ~ 33.77%
G 186 of 536 ~ 34.7%
B 169 of 536 ~ 31.53%

%33.77
%34.7
%31.53

CMYK color model

#B5BAA9 color CMYK value is (3,0,9,27).

  • cyan value is 2.69%
  • magenta value is 0.00%
  • yellow value is 9.14%
  • key color value is 27.06%
CMYK:
(3,0,9,27)
C3M0Y9K27 
(3%,0%,9%,27%)
(0.03/0.00/0.09/0.27)	

CMYK percentages

%2.69
%0
%9.14
%27.06

Codes

Color #B5BAA9 in popluar color models

B5BAA9
RGB181186169
HSL78°10.97%69.61%
HSB/HSV78°9.14%72.94%
CMYK2.69%0.00%9.14%
27.06%

Color #B5BAA9 in popluar number systems.

HEXB5BAA9
Decimal181186169
Binary101101011011101010101001
Octal265272251

Shades and tints

Shades of #B5BAA9

#B5BAA9
(181,186,169)
#A5AA9A
(165,170,154)
#959A8B
(149,154,139)
#858A7C
(133,138,124)
#757A6D
(117,122,109)
#656A5E
(101,106,94)
#555A4F
(85,90,79)
#454A40
(69,74,64)
#353A31
(53,58,49)
#252A22
(37,42,34)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #B5BAA9

#B5BAA9
(181,186,169)
#BBC0B0
(187,192,176)
#C1C6B7
(193,198,183)
#C7CCBE
(199,204,190)
#CDD2C5
(205,210,197)
#D3D8CC
(211,216,204)
#D9DED3
(217,222,211)
#DFE4DA
(223,228,218)
#E5EAE1
(229,234,225)
#EBF0E8
(235,240,232)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BAA9; }

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

This text font color is #B5BAA9.


Background Color

.myBgColor { background-color: #B5BAA9; }

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

This div background color is #B5BAA9.


Border color

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

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

This div border color is #B5BAA9.


Opacity

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

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

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

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

This text has shadow with #B5BAA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BAA9 on black background.


Color preview on white background

This text has color #B5BAA9 on white background.



Black color preview on #B5BAA9 background

This text has black color on #B5BAA9 background.


White color preview on #B5BAA9 background

This text has white color on #B5BAA9 background.