COLOR #B1BE93

HEX: #B1BE93
RGB: (177,190,147)

Color info

#B1BE93 contains red, green and blue colors in about the same proportion. Web safe color of #B1BE93 is #99CC99 (or #9C9).

RGB color model

#B1BE93 color RGB value is (177,190,147).

  • red value is 177;
  • green value is 190;
  • blue value is 147.
RGB:
(177,190,147)
(69%,75%,58%)

RGB channels and saturation

R 177 of 255 = 69%
G 190 of 255 = 75%
B 147 of 255 = 58%

177
190
147

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

Portions of RGB colors in percentages

R + G + B =
177 + 190 + 147 = 514 (100%)
R 177 of 514 ~ 34.44%
G 190 of 514 ~ 36.96%
B 147 of 514 ~ 28.6%

%34.44
%36.96
%28.6

CMYK color model

#B1BE93 color CMYK value is (7,0,23,25).

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 22.63%
  • key color value is 25.49%
CMYK:
(7,0,23,25)
C7M0Y23K25 
(7%,0%,23%,25%)
(0.07/0.00/0.23/0.25)	

CMYK percentages

%6.84
%0
%22.63
%25.49

Codes

Color #B1BE93 in popluar color models

B1BE93
RGB177190147
HSL78°24.86%66.08%
HSB/HSV78°22.63%74.51%
CMYK6.84%0.00%22.63%
25.49%

Color #B1BE93 in popluar number systems.

HEXB1BE93
Decimal177190147
Binary101100011011111010010011
Octal261276223

Shades and tints

Shades of #B1BE93

#B1BE93
(177,190,147)
#A1AD86
(161,173,134)
#919C79
(145,156,121)
#818B6C
(129,139,108)
#717A5F
(113,122,95)
#616952
(97,105,82)
#515845
(81,88,69)
#414738
(65,71,56)
#31362B
(49,54,43)
#21251E
(33,37,30)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #B1BE93

#B1BE93
(177,190,147)
#B8C39C
(184,195,156)
#BFC8A5
(191,200,165)
#C6CDAE
(198,205,174)
#CDD2B7
(205,210,183)
#D4D7C0
(212,215,192)
#DBDCC9
(219,220,201)
#E2E1D2
(226,225,210)
#E9E6DB
(233,230,219)
#F0EBE4
(240,235,228)
#F7F0ED
(247,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1BE93 color. Also use rgb(177,190,147) instead hex code.

Text Font Color

.myTextColor { color: #B1BE93; }

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

This text font color is #B1BE93.


Background Color

.myBgColor { background-color: #B1BE93; }

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

This div background color is #B1BE93.


Border color

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

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

This div border color is #B1BE93.


Opacity

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

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

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

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

This text has shadow with #B1BE93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BE93 on black background.


Color preview on white background

This text has color #B1BE93 on white background.



Black color preview on #B1BE93 background

This text has black color on #B1BE93 background.


White color preview on #B1BE93 background

This text has white color on #B1BE93 background.