COLOR #B3BE99

HEX: #B3BE99
RGB: (179,190,153)

Color info

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

RGB color model

#B3BE99 color RGB value is (179,190,153).

  • red value is 179;
  • green value is 190;
  • blue value is 153.
RGB:
(179,190,153)
(70%,75%,60%)

RGB channels and saturation

R 179 of 255 = 70%
G 190 of 255 = 75%
B 153 of 255 = 60%

179
190
153

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

Portions of RGB colors in percentages

R + G + B =
179 + 190 + 153 = 522 (100%)
R 179 of 522 ~ 34.29%
G 190 of 522 ~ 36.4%
B 153 of 522 ~ 29.31%

%34.29
%36.4
%29.31

CMYK color model

#B3BE99 color CMYK value is (6,0,19,25).

  • cyan value is 5.79%
  • magenta value is 0.00%
  • yellow value is 19.47%
  • key color value is 25.49%
CMYK:
(6,0,19,25)
C6M0Y19K25 
(6%,0%,19%,25%)
(0.06/0.00/0.19/0.25)	

CMYK percentages

%5.79
%0
%19.47
%25.49

Codes

Color #B3BE99 in popluar color models

B3BE99
RGB179190153
HSL78°22.16%67.25%
HSB/HSV78°19.47%74.51%
CMYK5.79%0.00%19.47%
25.49%

Color #B3BE99 in popluar number systems.

HEXB3BE99
Decimal179190153
Binary101100111011111010011001
Octal263276231

Shades and tints

Shades of #B3BE99

#B3BE99
(179,190,153)
#A3AD8C
(163,173,140)
#939C7F
(147,156,127)
#838B72
(131,139,114)
#737A65
(115,122,101)
#636958
(99,105,88)
#53584B
(83,88,75)
#43473E
(67,71,62)
#333631
(51,54,49)
#232524
(35,37,36)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #B3BE99

#B3BE99
(179,190,153)
#B9C3A2
(185,195,162)
#BFC8AB
(191,200,171)
#C5CDB4
(197,205,180)
#CBD2BD
(203,210,189)
#D1D7C6
(209,215,198)
#D7DCCF
(215,220,207)
#DDE1D8
(221,225,216)
#E3E6E1
(227,230,225)
#E9EBEA
(233,235,234)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3BE99 color. Also use rgb(179,190,153) instead hex code.

Text Font Color

.myTextColor { color: #B3BE99; }

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

This text font color is #B3BE99.


Background Color

.myBgColor { background-color: #B3BE99; }

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

This div background color is #B3BE99.


Border color

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

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

This div border color is #B3BE99.


Opacity

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

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

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

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

This text has shadow with #B3BE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BE99 on black background.


Color preview on white background

This text has color #B3BE99 on white background.



Black color preview on #B3BE99 background

This text has black color on #B3BE99 background.


White color preview on #B3BE99 background

This text has white color on #B3BE99 background.