COLOR #B7BD7F

HEX: #B7BD7F
RGB: (183,189,127)

Color info

#B7BD7F contains mainly red and green colors. Web safe color of #B7BD7F is #CCCC66 (or #CC6).

RGB color model

#B7BD7F color RGB value is (183,189,127).

  • red value is 183;
  • green value is 189;
  • blue value is 127.
RGB:
(183,189,127)
(72%,74%,50%)

RGB channels and saturation

R 183 of 255 = 72%
G 189 of 255 = 74%
B 127 of 255 = 50%

183
189
127

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

Portions of RGB colors in percentages

R + G + B =
183 + 189 + 127 = 499 (100%)
R 183 of 499 ~ 36.67%
G 189 of 499 ~ 37.88%
B 127 of 499 ~ 25.45%

%36.67
%37.88
%25.45

CMYK color model

#B7BD7F color CMYK value is (3,0,33,26).

  • cyan value is 3.17%
  • magenta value is 0.00%
  • yellow value is 32.80%
  • key color value is 25.88%
CMYK:
(3,0,33,26)
C3M0Y33K26 
(3%,0%,33%,26%)
(0.03/0.00/0.33/0.26)	

CMYK percentages

%3.17
%0
%32.8
%25.88

Codes

Color #B7BD7F in popluar color models

B7BD7F
RGB183189127
HSL66°31.96%61.96%
HSB/HSV66°32.80%74.12%
CMYK3.17%0.00%32.80%
25.88%

Color #B7BD7F in popluar number systems.

HEXB7BD7F
Decimal183189127
Binary10110111101111011111111
Octal267275177

Shades and tints

Shades of #B7BD7F

#B7BD7F
(183,189,127)
#A7AC74
(167,172,116)
#979B69
(151,155,105)
#878A5E
(135,138,94)
#777953
(119,121,83)
#676848
(103,104,72)
#57573D
(87,87,61)
#474632
(71,70,50)
#373527
(55,53,39)
#27241C
(39,36,28)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #B7BD7F

#B7BD7F
(183,189,127)
#BDC38A
(189,195,138)
#C3C995
(195,201,149)
#C9CFA0
(201,207,160)
#CFD5AB
(207,213,171)
#D5DBB6
(213,219,182)
#DBE1C1
(219,225,193)
#E1E7CC
(225,231,204)
#E7EDD7
(231,237,215)
#EDF3E2
(237,243,226)
#F3F9ED
(243,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7BD7F color. Also use rgb(183,189,127) instead hex code.

Text Font Color

.myTextColor { color: #B7BD7F; }

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

This text font color is #B7BD7F.


Background Color

.myBgColor { background-color: #B7BD7F; }

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

This div background color is #B7BD7F.


Border color

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

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

This div border color is #B7BD7F.


Opacity

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

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

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

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

This text has shadow with #B7BD7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BD7F on black background.


Color preview on white background

This text has color #B7BD7F on white background.



Black color preview on #B7BD7F background

This text has black color on #B7BD7F background.


White color preview on #B7BD7F background

This text has white color on #B7BD7F background.