COLOR #B5BE9B

HEX: #B5BE9B
RGB: (181,190,155)

Color info

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

RGB color model

#B5BE9B color RGB value is (181,190,155).

  • red value is 181;
  • green value is 190;
  • blue value is 155.
RGB:
(181,190,155)
(71%,75%,61%)

RGB channels and saturation

R 181 of 255 = 71%
G 190 of 255 = 75%
B 155 of 255 = 61%

181
190
155

R + G + B ~ 69%. #B5BE9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 190 + 155 = 526 (100%)
R 181 of 526 ~ 34.41%
G 190 of 526 ~ 36.12%
B 155 of 526 ~ 29.47%

%34.41
%36.12
%29.47

CMYK color model

#B5BE9B color CMYK value is (5,0,18,25).

  • cyan value is 4.74%
  • magenta value is 0.00%
  • yellow value is 18.42%
  • key color value is 25.49%
CMYK:
(5,0,18,25)
C5M0Y18K25 
(5%,0%,18%,25%)
(0.05/0.00/0.18/0.25)	

CMYK percentages

%4.74
%0
%18.42
%25.49

Codes

Color #B5BE9B in popluar color models

B5BE9B
RGB181190155
HSL75°21.21%67.65%
HSB/HSV75°18.42%74.51%
CMYK4.74%0.00%18.42%
25.49%

Color #B5BE9B in popluar number systems.

HEXB5BE9B
Decimal181190155
Binary101101011011111010011011
Octal265276233

Shades and tints

Shades of #B5BE9B

#B5BE9B
(181,190,155)
#A5AD8D
(165,173,141)
#959C7F
(149,156,127)
#858B71
(133,139,113)
#757A63
(117,122,99)
#656955
(101,105,85)
#555847
(85,88,71)
#454739
(69,71,57)
#35362B
(53,54,43)
#25251D
(37,37,29)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #B5BE9B

#B5BE9B
(181,190,155)
#BBC3A4
(187,195,164)
#C1C8AD
(193,200,173)
#C7CDB6
(199,205,182)
#CDD2BF
(205,210,191)
#D3D7C8
(211,215,200)
#D9DCD1
(217,220,209)
#DFE1DA
(223,225,218)
#E5E6E3
(229,230,227)
#EBEBEC
(235,235,236)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BE9B color. Also use rgb(181,190,155) instead hex code.

Text Font Color

.myTextColor { color: #B5BE9B; }

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

This text font color is #B5BE9B.


Background Color

.myBgColor { background-color: #B5BE9B; }

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

This div background color is #B5BE9B.


Border color

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

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

This div border color is #B5BE9B.


Opacity

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

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

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

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

This text has shadow with #B5BE9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BE9B on black background.


Color preview on white background

This text has color #B5BE9B on white background.



Black color preview on #B5BE9B background

This text has black color on #B5BE9B background.


White color preview on #B5BE9B background

This text has white color on #B5BE9B background.