COLOR #B5BD9A

HEX: #B5BD9A
RGB: (181,189,154)

Color info

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

RGB color model

#B5BD9A color RGB value is (181,189,154).

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

RGB channels and saturation

R 181 of 255 = 71%
G 189 of 255 = 74%
B 154 of 255 = 60%

181
189
154

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

Portions of RGB colors in percentages

R + G + B =
181 + 189 + 154 = 524 (100%)
R 181 of 524 ~ 34.54%
G 189 of 524 ~ 36.07%
B 154 of 524 ~ 29.39%

%34.54
%36.07
%29.39

CMYK color model

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

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 18.52%
  • key color value is 25.88%
CMYK:
(4,0,19,26)
C4M0Y19K26 
(4%,0%,19%,26%)
(0.04/0.00/0.19/0.26)	

CMYK percentages

%4.23
%0
%18.52
%25.88

Codes

Color #B5BD9A in popluar color models

B5BD9A
RGB181189154
HSL74°20.96%67.25%
HSB/HSV74°18.52%74.12%
CMYK4.23%0.00%18.52%
25.88%

Color #B5BD9A in popluar number systems.

HEXB5BD9A
Decimal181189154
Binary101101011011110110011010
Octal265275232

Shades and tints

Shades of #B5BD9A

#B5BD9A
(181,189,154)
#A5AC8C
(165,172,140)
#959B7E
(149,155,126)
#858A70
(133,138,112)
#757962
(117,121,98)
#656854
(101,104,84)
#555746
(85,87,70)
#454638
(69,70,56)
#35352A
(53,53,42)
#25241C
(37,36,28)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #B5BD9A

#B5BD9A
(181,189,154)
#BBC3A3
(187,195,163)
#C1C9AC
(193,201,172)
#C7CFB5
(199,207,181)
#CDD5BE
(205,213,190)
#D3DBC7
(211,219,199)
#D9E1D0
(217,225,208)
#DFE7D9
(223,231,217)
#E5EDE2
(229,237,226)
#EBF3EB
(235,243,235)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BD9A; }

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

This text font color is #B5BD9A.


Background Color

.myBgColor { background-color: #B5BD9A; }

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

This div background color is #B5BD9A.


Border color

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

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

This div border color is #B5BD9A.


Opacity

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

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

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

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

This text has shadow with #B5BD9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BD9A on black background.


Color preview on white background

This text has color #B5BD9A on white background.



Black color preview on #B5BD9A background

This text has black color on #B5BD9A background.


White color preview on #B5BD9A background

This text has white color on #B5BD9A background.