COLOR #B5BD8C

HEX: #B5BD8C
RGB: (181,189,140)

Color info

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

RGB color model

#B5BD8C color RGB value is (181,189,140).

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

RGB channels and saturation

R 181 of 255 = 71%
G 189 of 255 = 74%
B 140 of 255 = 55%

181
189
140

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

Portions of RGB colors in percentages

R + G + B =
181 + 189 + 140 = 510 (100%)
R 181 of 510 ~ 35.49%
G 189 of 510 ~ 37.06%
B 140 of 510 ~ 27.45%

%35.49
%37.06
%27.45

CMYK color model

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

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 25.88%
CMYK:
(4,0,26,26)
C4M0Y26K26 
(4%,0%,26%,26%)
(0.04/0.00/0.26/0.26)	

CMYK percentages

%4.23
%0
%25.93
%25.88

Codes

Color #B5BD8C in popluar color models

B5BD8C
RGB181189140
HSL70°27.07%64.51%
HSB/HSV70°25.93%74.12%
CMYK4.23%0.00%25.93%
25.88%

Color #B5BD8C in popluar number systems.

HEXB5BD8C
Decimal181189140
Binary101101011011110110001100
Octal265275214

Shades and tints

Shades of #B5BD8C

#B5BD8C
(181,189,140)
#A5AC80
(165,172,128)
#959B74
(149,155,116)
#858A68
(133,138,104)
#75795C
(117,121,92)
#656850
(101,104,80)
#555744
(85,87,68)
#454638
(69,70,56)
#35352C
(53,53,44)
#252420
(37,36,32)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #B5BD8C

#B5BD8C
(181,189,140)
#BBC396
(187,195,150)
#C1C9A0
(193,201,160)
#C7CFAA
(199,207,170)
#CDD5B4
(205,213,180)
#D3DBBE
(211,219,190)
#D9E1C8
(217,225,200)
#DFE7D2
(223,231,210)
#E5EDDC
(229,237,220)
#EBF3E6
(235,243,230)
#F1F9F0
(241,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BD8C; }

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

This text font color is #B5BD8C.


Background Color

.myBgColor { background-color: #B5BD8C; }

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

This div background color is #B5BD8C.


Border color

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

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

This div border color is #B5BD8C.


Opacity

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

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

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

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

This text has shadow with #B5BD8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BD8C on black background.


Color preview on white background

This text has color #B5BD8C on white background.



Black color preview on #B5BD8C background

This text has black color on #B5BD8C background.


White color preview on #B5BD8C background

This text has white color on #B5BD8C background.