COLOR #B0B994

HEX: #B0B994
RGB: (176,185,148)

Color info

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

RGB color model

#B0B994 color RGB value is (176,185,148).

  • red value is 176;
  • green value is 185;
  • blue value is 148.
RGB:
(176,185,148)
(69%,73%,58%)

RGB channels and saturation

R 176 of 255 = 69%
G 185 of 255 = 73%
B 148 of 255 = 58%

176
185
148

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

Portions of RGB colors in percentages

R + G + B =
176 + 185 + 148 = 509 (100%)
R 176 of 509 ~ 34.58%
G 185 of 509 ~ 36.35%
B 148 of 509 ~ 29.08%

%34.58
%36.35
%29.08

CMYK color model

#B0B994 color CMYK value is (5,0,20,27).

  • cyan value is 4.86%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 27.45%
CMYK:
(5,0,20,27)
C5M0Y20K27 
(5%,0%,20%,27%)
(0.05/0.00/0.20/0.27)	

CMYK percentages

%4.86
%0
%20
%27.45

Codes

Color #B0B994 in popluar color models

B0B994
RGB176185148
HSL75°20.90%65.29%
HSB/HSV75°20.00%72.55%
CMYK4.86%0.00%20.00%
27.45%

Color #B0B994 in popluar number systems.

HEXB0B994
Decimal176185148
Binary101100001011100110010100
Octal260271224

Shades and tints

Shades of #B0B994

#B0B994
(176,185,148)
#A0A987
(160,169,135)
#90997A
(144,153,122)
#80896D
(128,137,109)
#707960
(112,121,96)
#606953
(96,105,83)
#505946
(80,89,70)
#404939
(64,73,57)
#30392C
(48,57,44)
#20291F
(32,41,31)
#101912
(16,25,18)
#000000
(0,0,0)

Tints of #B0B994

#B0B994
(176,185,148)
#B7BF9D
(183,191,157)
#BEC5A6
(190,197,166)
#C5CBAF
(197,203,175)
#CCD1B8
(204,209,184)
#D3D7C1
(211,215,193)
#DADDCA
(218,221,202)
#E1E3D3
(225,227,211)
#E8E9DC
(232,233,220)
#EFEFE5
(239,239,229)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B994 color. Also use rgb(176,185,148) instead hex code.

Text Font Color

.myTextColor { color: #B0B994; }

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

This text font color is #B0B994.


Background Color

.myBgColor { background-color: #B0B994; }

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

This div background color is #B0B994.


Border color

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

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

This div border color is #B0B994.


Opacity

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

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

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

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

This text has shadow with #B0B994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B994 on black background.


Color preview on white background

This text has color #B0B994 on white background.



Black color preview on #B0B994 background

This text has black color on #B0B994 background.


White color preview on #B0B994 background

This text has white color on #B0B994 background.