COLOR #B5BB94

HEX: #B5BB94
RGB: (181,187,148)

Color info

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

RGB color model

#B5BB94 color RGB value is (181,187,148).

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

RGB channels and saturation

R 181 of 255 = 71%
G 187 of 255 = 73%
B 148 of 255 = 58%

181
187
148

R + G + B ~ 67%. #B5BB94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 187 + 148 = 516 (100%)
R 181 of 516 ~ 35.08%
G 187 of 516 ~ 36.24%
B 148 of 516 ~ 28.68%

%35.08
%36.24
%28.68

CMYK color model

#B5BB94 color CMYK value is (3,0,21,27).

  • cyan value is 3.21%
  • magenta value is 0.00%
  • yellow value is 20.86%
  • key color value is 26.67%
CMYK:
(3,0,21,27)
C3M0Y21K27 
(3%,0%,21%,27%)
(0.03/0.00/0.21/0.27)	

CMYK percentages

%3.21
%0
%20.86
%26.67

Codes

Color #B5BB94 in popluar color models

B5BB94
RGB181187148
HSL69°22.29%65.69%
HSB/HSV69°20.86%73.33%
CMYK3.21%0.00%20.86%
26.67%

Color #B5BB94 in popluar number systems.

HEXB5BB94
Decimal181187148
Binary101101011011101110010100
Octal265273224

Shades and tints

Shades of #B5BB94

#B5BB94
(181,187,148)
#A5AA87
(165,170,135)
#95997A
(149,153,122)
#85886D
(133,136,109)
#757760
(117,119,96)
#656653
(101,102,83)
#555546
(85,85,70)
#454439
(69,68,57)
#35332C
(53,51,44)
#25221F
(37,34,31)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #B5BB94

#B5BB94
(181,187,148)
#BBC19D
(187,193,157)
#C1C7A6
(193,199,166)
#C7CDAF
(199,205,175)
#CDD3B8
(205,211,184)
#D3D9C1
(211,217,193)
#D9DFCA
(217,223,202)
#DFE5D3
(223,229,211)
#E5EBDC
(229,235,220)
#EBF1E5
(235,241,229)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BB94; }

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

This text font color is #B5BB94.


Background Color

.myBgColor { background-color: #B5BB94; }

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

This div background color is #B5BB94.


Border color

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

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

This div border color is #B5BB94.


Opacity

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

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

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

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

This text has shadow with #B5BB94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BB94 on black background.


Color preview on white background

This text has color #B5BB94 on white background.



Black color preview on #B5BB94 background

This text has black color on #B5BB94 background.


White color preview on #B5BB94 background

This text has white color on #B5BB94 background.