COLOR #B2BE94

HEX: #B2BE94
RGB: (178,190,148)

Color info

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

RGB color model

#B2BE94 color RGB value is (178,190,148).

  • red value is 178;
  • green value is 190;
  • blue value is 148.
RGB:
(178,190,148)
(70%,75%,58%)

RGB channels and saturation

R 178 of 255 = 70%
G 190 of 255 = 75%
B 148 of 255 = 58%

178
190
148

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

Portions of RGB colors in percentages

R + G + B =
178 + 190 + 148 = 516 (100%)
R 178 of 516 ~ 34.5%
G 190 of 516 ~ 36.82%
B 148 of 516 ~ 28.68%

%34.5
%36.82
%28.68

CMYK color model

#B2BE94 color CMYK value is (6,0,22,25).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 22.11%
  • key color value is 25.49%
CMYK:
(6,0,22,25)
C6M0Y22K25 
(6%,0%,22%,25%)
(0.06/0.00/0.22/0.25)	

CMYK percentages

%6.32
%0
%22.11
%25.49

Codes

Color #B2BE94 in popluar color models

B2BE94
RGB178190148
HSL77°24.42%66.27%
HSB/HSV77°22.11%74.51%
CMYK6.32%0.00%22.11%
25.49%

Color #B2BE94 in popluar number systems.

HEXB2BE94
Decimal178190148
Binary101100101011111010010100
Octal262276224

Shades and tints

Shades of #B2BE94

#B2BE94
(178,190,148)
#A2AD87
(162,173,135)
#929C7A
(146,156,122)
#828B6D
(130,139,109)
#727A60
(114,122,96)
#626953
(98,105,83)
#525846
(82,88,70)
#424739
(66,71,57)
#32362C
(50,54,44)
#22251F
(34,37,31)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #B2BE94

#B2BE94
(178,190,148)
#B9C39D
(185,195,157)
#C0C8A6
(192,200,166)
#C7CDAF
(199,205,175)
#CED2B8
(206,210,184)
#D5D7C1
(213,215,193)
#DCDCCA
(220,220,202)
#E3E1D3
(227,225,211)
#EAE6DC
(234,230,220)
#F1EBE5
(241,235,229)
#F8F0EE
(248,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2BE94 color. Also use rgb(178,190,148) instead hex code.

Text Font Color

.myTextColor { color: #B2BE94; }

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

This text font color is #B2BE94.


Background Color

.myBgColor { background-color: #B2BE94; }

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

This div background color is #B2BE94.


Border color

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

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

This div border color is #B2BE94.


Opacity

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

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

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

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

This text has shadow with #B2BE94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BE94 on black background.


Color preview on white background

This text has color #B2BE94 on white background.



Black color preview on #B2BE94 background

This text has black color on #B2BE94 background.


White color preview on #B2BE94 background

This text has white color on #B2BE94 background.