COLOR #B5BD88

HEX: #B5BD88
RGB: (181,189,136)

Color info

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

RGB color model

#B5BD88 color RGB value is (181,189,136).

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

RGB channels and saturation

R 181 of 255 = 71%
G 189 of 255 = 74%
B 136 of 255 = 53%

181
189
136

R + G + B ~ 66%. #B5BD88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 189 + 136 = 506 (100%)
R 181 of 506 ~ 35.77%
G 189 of 506 ~ 37.35%
B 136 of 506 ~ 26.88%

%35.77
%37.35
%26.88

CMYK color model

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

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 28.04%
  • key color value is 25.88%
CMYK:
(4,0,28,26)
C4M0Y28K26 
(4%,0%,28%,26%)
(0.04/0.00/0.28/0.26)	

CMYK percentages

%4.23
%0
%28.04
%25.88

Codes

Color #B5BD88 in popluar color models

B5BD88
RGB181189136
HSL69°28.65%63.73%
HSB/HSV69°28.04%74.12%
CMYK4.23%0.00%28.04%
25.88%

Color #B5BD88 in popluar number systems.

HEXB5BD88
Decimal181189136
Binary101101011011110110001000
Octal265275210

Shades and tints

Shades of #B5BD88

#B5BD88
(181,189,136)
#A5AC7C
(165,172,124)
#959B70
(149,155,112)
#858A64
(133,138,100)
#757958
(117,121,88)
#65684C
(101,104,76)
#555740
(85,87,64)
#454634
(69,70,52)
#353528
(53,53,40)
#25241C
(37,36,28)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #B5BD88

#B5BD88
(181,189,136)
#BBC392
(187,195,146)
#C1C99C
(193,201,156)
#C7CFA6
(199,207,166)
#CDD5B0
(205,213,176)
#D3DBBA
(211,219,186)
#D9E1C4
(217,225,196)
#DFE7CE
(223,231,206)
#E5EDD8
(229,237,216)
#EBF3E2
(235,243,226)
#F1F9EC
(241,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BD88; }

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

This text font color is #B5BD88.


Background Color

.myBgColor { background-color: #B5BD88; }

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

This div background color is #B5BD88.


Border color

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

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

This div border color is #B5BD88.


Opacity

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

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

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

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

This text has shadow with #B5BD88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BD88 on black background.


Color preview on white background

This text has color #B5BD88 on white background.



Black color preview on #B5BD88 background

This text has black color on #B5BD88 background.


White color preview on #B5BD88 background

This text has white color on #B5BD88 background.