COLOR #B7BE8B

HEX: #B7BE8B RGB: (183,190,139)

Color info

#B7BE8B contains red, green and blue colors in about the same proportion. Web safe color of #B7BE8B is #CCCC99 (or #CC9).

RGB color model

#B7BE8B color RGB value is (183,190,139).

RGB: (183,190,139) (72%, 75%, 55%)

RGB channels and saturation

R 183 of 255 = 72%
G 190 of 255 = 75%
B 139 of 255 = 55%

183
190
139

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

Portions of RGB colors in percentages

R + G + B = 183 + 190 + 139 = 512 (100%)
R 183 of 512 ~ 35.74%
G 190 of 512 ~ 37.11%
B 139 of 512 ~ 27.15'%

%35.74
%37.11
%27.15

CMYK color model

#B7BE8B color CMYK value is (4,0,27,25).

  • cyan value is 3.68%
  • magenta value is 0.00%
  • yellow value is 26.84%
  • key color value is 25.49%
CMYK: (4,0,27,25) C4M0Y27K25 (4%,0%,27%,25%) (0.04/0.00/0.27/0.25) 

CMYK percentages

%3.68
%0
%26.84
%25.49

Codes

Color #B7BE8B in popluar color models

B7 BE 8B
RGB 183 190 139
HSL 68° 28.18% 64.51%
HSB/HSV 68° 26.84% 74.51%
CMYK 3.68% 0.00% 26.84%
25.49%

Color #B7BE8B in popluar number systems.

HEX B7 BE 8B
Decimal 183 190 139
Binary 10110111 10111110 10001011
Octal 267 276 213

Shades and tints

Shades of #B7BE8B

#B7BE8B
(183,190,139)
#A7AD7F
(167,173,127)
#979C73
(151,156,115)
#878B67
(135,139,103)
#777A5B
(119,122,91)
#67694F
(103,105,79)
#575843
(87,88,67)
#474737
(71,71,55)
#37362B
(55,54,43)
#27251F
(39,37,31)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #B7BE8B

#B7BE8B
(183,190,139)
#BDC395
(189,195,149)
#C3C89F
(195,200,159)
#C9CDA9
(201,205,169)
#CFD2B3
(207,210,179)
#D5D7BD
(213,215,189)
#DBDCC7
(219,220,199)
#E1E1D1
(225,225,209)
#E7E6DB
(231,230,219)
#EDEBE5
(237,235,229)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7BE8B color. Also use rgb(183,190,139) instead hex code.

Text Font Color

.myTextColor { color: #B7BE8B; }

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

This text font color is #B7BE8B.

Background Color

.myBgColor { background-color: #B7BE8B; }

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

This div background color is #B7BE8B.

Border color

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

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

This div border color is #B7BE8B.

Opacity

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

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

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

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

This text has shadow with #B7BE8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7BE8B.

Preview

Color preview on black background

This text has color #B7BE8B on black background.


Color preview on white background

This text has color #B7BE8B on white background.


Black color preview on #B7BE8B background

This text has black color on #B7BE8B background.


White color preview on #B7BE8B background

This text has white color on #B7BE8B background.


Related colors

Complementary color

Complementary color for #hex is #484174.


I love getcolorcode.com

Triadic colors

1 #8BB7BE and #BE8BB7 with #B7BE8B are triadic colors.

2 #8BBEB7 and #BEB78B with #B7BE8B are triadic colors.