COLOR #B1BE7B

HEX: #B1BE7B
RGB: (177,190,123)

Color info

#B1BE7B contains mainly red and green colors. Web safe color of #B1BE7B is #99CC66 (or #9C6).

RGB color model

#B1BE7B color RGB value is (177,190,123).

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

RGB channels and saturation

R 177 of 255 = 69%
G 190 of 255 = 75%
B 123 of 255 = 48%

177
190
123

R + G + B ~ 64%. #B1BE7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 190 + 123 = 490 (100%)
R 177 of 490 ~ 36.12%
G 190 of 490 ~ 38.78%
B 123 of 490 ~ 25.1%

%36.12
%38.78
%25.1

CMYK color model

#B1BE7B color CMYK value is (7,0,35,25).

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 35.26%
  • key color value is 25.49%
CMYK:
(7,0,35,25)
C7M0Y35K25 
(7%,0%,35%,25%)
(0.07/0.00/0.35/0.25)	

CMYK percentages

%6.84
%0
%35.26
%25.49

Codes

Color #B1BE7B in popluar color models

B1BE7B
RGB177190123
HSL72°34.01%61.37%
HSB/HSV72°35.26%74.51%
CMYK6.84%0.00%35.26%
25.49%

Color #B1BE7B in popluar number systems.

HEXB1BE7B
Decimal177190123
Binary10110001101111101111011
Octal261276173

Shades and tints

Shades of #B1BE7B

#B1BE7B
(177,190,123)
#A1AD70
(161,173,112)
#919C65
(145,156,101)
#818B5A
(129,139,90)
#717A4F
(113,122,79)
#616944
(97,105,68)
#515839
(81,88,57)
#41472E
(65,71,46)
#313623
(49,54,35)
#212518
(33,37,24)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #B1BE7B

#B1BE7B
(177,190,123)
#B8C387
(184,195,135)
#BFC893
(191,200,147)
#C6CD9F
(198,205,159)
#CDD2AB
(205,210,171)
#D4D7B7
(212,215,183)
#DBDCC3
(219,220,195)
#E2E1CF
(226,225,207)
#E9E6DB
(233,230,219)
#F0EBE7
(240,235,231)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BE7B; }

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

This text font color is #B1BE7B.


Background Color

.myBgColor { background-color: #B1BE7B; }

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

This div background color is #B1BE7B.


Border color

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

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

This div border color is #B1BE7B.


Opacity

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

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

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

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

This text has shadow with #B1BE7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BE7B on black background.


Color preview on white background

This text has color #B1BE7B on white background.



Black color preview on #B1BE7B background

This text has black color on #B1BE7B background.


White color preview on #B1BE7B background

This text has white color on #B1BE7B background.