COLOR #B7BF9D

HEX: #B7BF9D
RGB: (183,191,157)

Color info

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

RGB color model

#B7BF9D color RGB value is (183,191,157).

  • red value is 183;
  • green value is 191;
  • blue value is 157.
RGB:
(183,191,157)
(72%,75%,62%)

RGB channels and saturation

R 183 of 255 = 72%
G 191 of 255 = 75%
B 157 of 255 = 62%

183
191
157

R + G + B ~ 70%. #B7BF9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 191 + 157 = 531 (100%)
R 183 of 531 ~ 34.46%
G 191 of 531 ~ 35.97%
B 157 of 531 ~ 29.57%

%34.46
%35.97
%29.57

CMYK color model

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

  • cyan value is 4.19%
  • magenta value is 0.00%
  • yellow value is 17.80%
  • key color value is 25.10%
CMYK:
(4,0,18,25)
C4M0Y18K25 
(4%,0%,18%,25%)
(0.04/0.00/0.18/0.25)	

CMYK percentages

%4.19
%0
%17.8
%25.1

Codes

Color #B7BF9D in popluar color models

B7BF9D
RGB183191157
HSL74°20.99%68.24%
HSB/HSV74°17.80%74.90%
CMYK4.19%0.00%17.80%
25.10%

Color #B7BF9D in popluar number systems.

HEXB7BF9D
Decimal183191157
Binary101101111011111110011101
Octal267277235

Shades and tints

Shades of #B7BF9D

#B7BF9D
(183,191,157)
#A7AE8F
(167,174,143)
#979D81
(151,157,129)
#878C73
(135,140,115)
#777B65
(119,123,101)
#676A57
(103,106,87)
#575949
(87,89,73)
#47483B
(71,72,59)
#37372D
(55,55,45)
#27261F
(39,38,31)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #B7BF9D

#B7BF9D
(183,191,157)
#BDC4A5
(189,196,165)
#C3C9AD
(195,201,173)
#C9CEB5
(201,206,181)
#CFD3BD
(207,211,189)
#D5D8C5
(213,216,197)
#DBDDCD
(219,221,205)
#E1E2D5
(225,226,213)
#E7E7DD
(231,231,221)
#EDECE5
(237,236,229)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7BF9D color. Also use rgb(183,191,157) instead hex code.

Text Font Color

.myTextColor { color: #B7BF9D; }

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

This text font color is #B7BF9D.


Background Color

.myBgColor { background-color: #B7BF9D; }

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

This div background color is #B7BF9D.


Border color

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

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

This div border color is #B7BF9D.


Opacity

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

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

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

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

This text has shadow with #B7BF9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BF9D on black background.


Color preview on white background

This text has color #B7BF9D on white background.



Black color preview on #B7BF9D background

This text has black color on #B7BF9D background.


White color preview on #B7BF9D background

This text has white color on #B7BF9D background.