COLOR #B3BE80

HEX: #B3BE80 RGB: (179,190,128)

Color info

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

RGB color model

#B3BE80 color RGB value is (179,190,128).

RGB: (179,190,128) (70%, 75%, 50%)

RGB channels and saturation

R 179 of 255 = 70%
G 190 of 255 = 75%
B 128 of 255 = 50%

179
190
128

R + G + B ~ 65%. #B3BE80 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 190 + 128 = 497 (100%)
R 179 of 497 ~ 36.02%
G 190 of 497 ~ 38.23%
B 128 of 497 ~ 25.75'%

%36.02
%38.23
%25.75

CMYK color model

#B3BE80 color CMYK value is (6,0,33,25).

  • cyan value is 5.79%
  • magenta value is 0.00%
  • yellow value is 32.63%
  • key color value is 25.49%

CMYK: (6,0,33,25)
C6M0Y33K25 (6%, 0%, 33%, 25%)
(0.06 / 0.00 / 0.33 / 0.25)

CMYK percentages

%5.79
%0
%32.63
%25.49

Codes

Color #B3BE80 in popluar color models

B3 BE 80
RGB 179 190 128
HSL 71° 32.29% 62.35%
HSB/HSV 71° 32.63% 74.51%
CMYK 5.79% 0.00% 32.63%
25.49%

Color #B3BE80 in popluar number systems.

HEX B3 BE 80
Decimal 179 190 128
Binary 10110011 10111110 10000000
Octal 263 276 200

Shades and tints

Shades of #B3BE80

#B3BE80
(179,190,128)
#A3AD75
(163,173,117)
#939C6A
(147,156,106)
#838B5F
(131,139,95)
#737A54
(115,122,84)
#636949
(99,105,73)
#53583E
(83,88,62)
#434733
(67,71,51)
#333628
(51,54,40)
#23251D
(35,37,29)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #B3BE80

#B3BE80
(179,190,128)
#B9C38B
(185,195,139)
#BFC896
(191,200,150)
#C5CDA1
(197,205,161)
#CBD2AC
(203,210,172)
#D1D7B7
(209,215,183)
#D7DCC2
(215,220,194)
#DDE1CD
(221,225,205)
#E3E6D8
(227,230,216)
#E9EBE3
(233,235,227)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BE80; }

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

This text font color is #B3BE80.

Background Color

.myBgColor { background-color: #B3BE80; }

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

This div background color is #B3BE80.

Border color

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

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

This div border color is #B3BE80.

Opacity

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

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

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

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

This text has shadow with #B3BE80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3BE80.

Preview

Color preview on black background

This text has color #B3BE80 on black background.


Color preview on white background

This text has color #B3BE80 on white background.


Black color preview on #B3BE80 background

This text has black color on #B3BE80 background.


White color preview on #B3BE80 background

This text has white color on #B3BE80 background.


Related colors

Complementary color

Complementary color for #hex is #4C417F.


I love getcolorcode.com

Triadic colors

1 #80B3BE and #BE80B3 with #B3BE80 are triadic colors.

2 #80BEB3 and #BEB380 with #B3BE80 are triadic colors.