COLOR #B7BE9B

HEX: #B7BE9B RGB: (183,190,155)

Color info

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

RGB color model

#B7BE9B color RGB value is (183,190,155).

RGB: (183,190,155) (72%, 75%, 61%)

RGB channels and saturation

R 183 of 255 = 72%
G 190 of 255 = 75%
B 155 of 255 = 61%

183
190
155

R + G + B ~ 69%. #B7BE9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 190 + 155 = 528 (100%)
R 183 of 528 ~ 34.66%
G 190 of 528 ~ 35.98%
B 155 of 528 ~ 29.36'%

%34.66
%35.98
%29.36

CMYK color model

#B7BE9B color CMYK value is (4,0,18,25).

  • cyan value is 3.68%
  • magenta value is 0.00%
  • yellow value is 18.42%
  • key color value is 25.49%

CMYK: (4,0,18,25)
C4M0Y18K25 (4%, 0%, 18%, 25%)
(0.04 / 0.00 / 0.18 / 0.25)

CMYK percentages

%3.68
%0
%18.42
%25.49

Codes

Color #B7BE9B in popluar color models

B7 BE 9B
RGB 183 190 155
HSL 72° 21.21% 67.65%
HSB/HSV 72° 18.42% 74.51%
CMYK 3.68% 0.00% 18.42%
25.49%

Color #B7BE9B in popluar number systems.

HEX B7 BE 9B
Decimal 183 190 155
Binary 10110111 10111110 10011011
Octal 267 276 233

Shades and tints

Shades of #B7BE9B

#B7BE9B
(183,190,155)
#A7AD8D
(167,173,141)
#979C7F
(151,156,127)
#878B71
(135,139,113)
#777A63
(119,122,99)
#676955
(103,105,85)
#575847
(87,88,71)
#474739
(71,71,57)
#37362B
(55,54,43)
#27251D
(39,37,29)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #B7BE9B

#B7BE9B
(183,190,155)
#BDC3A4
(189,195,164)
#C3C8AD
(195,200,173)
#C9CDB6
(201,205,182)
#CFD2BF
(207,210,191)
#D5D7C8
(213,215,200)
#DBDCD1
(219,220,209)
#E1E1DA
(225,225,218)
#E7E6E3
(231,230,227)
#EDEBEC
(237,235,236)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BE9B; }

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

This text font color is #B7BE9B.

Background Color

.myBgColor { background-color: #B7BE9B; }

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

This div background color is #B7BE9B.

Border color

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

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

This div border color is #B7BE9B.

Opacity

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

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

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

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

This text has shadow with #B7BE9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7BE9B.

Preview

Color preview on black background

This text has color #B7BE9B on black background.


Color preview on white background

This text has color #B7BE9B on white background.


Black color preview on #B7BE9B background

This text has black color on #B7BE9B background.


White color preview on #B7BE9B background

This text has white color on #B7BE9B background.


Related colors

Complementary color

Complementary color for #hex is #484164.


I love getcolorcode.com

Triadic colors

1 #9BB7BE and #BE9BB7 with #B7BE9B are triadic colors.

2 #9BBEB7 and #BEB79B with #B7BE9B are triadic colors.