COLOR #B5BD94

HEX: #B5BD94
RGB: (181,189,148)

Color info

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

RGB color model

#B5BD94 color RGB value is (181,189,148).

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

RGB channels and saturation

R 181 of 255 = 71%
G 189 of 255 = 74%
B 148 of 255 = 58%

181
189
148

R + G + B ~ 68%. #B5BD94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 189 + 148 = 518 (100%)
R 181 of 518 ~ 34.94%
G 189 of 518 ~ 36.49%
B 148 of 518 ~ 28.57%

%34.94
%36.49
%28.57

CMYK color model

#B5BD94 color CMYK value is (4,0,22,26).

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 21.69%
  • key color value is 25.88%
CMYK:
(4,0,22,26)
C4M0Y22K26 
(4%,0%,22%,26%)
(0.04/0.00/0.22/0.26)	

CMYK percentages

%4.23
%0
%21.69
%25.88

Codes

Color #B5BD94 in popluar color models

B5BD94
RGB181189148
HSL72°23.70%66.08%
HSB/HSV72°21.69%74.12%
CMYK4.23%0.00%21.69%
25.88%

Color #B5BD94 in popluar number systems.

HEXB5BD94
Decimal181189148
Binary101101011011110110010100
Octal265275224

Shades and tints

Shades of #B5BD94

#B5BD94
(181,189,148)
#A5AC87
(165,172,135)
#959B7A
(149,155,122)
#858A6D
(133,138,109)
#757960
(117,121,96)
#656853
(101,104,83)
#555746
(85,87,70)
#454639
(69,70,57)
#35352C
(53,53,44)
#25241F
(37,36,31)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #B5BD94

#B5BD94
(181,189,148)
#BBC39D
(187,195,157)
#C1C9A6
(193,201,166)
#C7CFAF
(199,207,175)
#CDD5B8
(205,213,184)
#D3DBC1
(211,219,193)
#D9E1CA
(217,225,202)
#DFE7D3
(223,231,211)
#E5EDDC
(229,237,220)
#EBF3E5
(235,243,229)
#F1F9EE
(241,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BD94; }

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

This text font color is #B5BD94.


Background Color

.myBgColor { background-color: #B5BD94; }

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

This div background color is #B5BD94.


Border color

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

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

This div border color is #B5BD94.


Opacity

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

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

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

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

This text has shadow with #B5BD94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BD94 on black background.


Color preview on white background

This text has color #B5BD94 on white background.



Black color preview on #B5BD94 background

This text has black color on #B5BD94 background.


White color preview on #B5BD94 background

This text has white color on #B5BD94 background.