COLOR #B7BD7D

HEX: #B7BD7D
RGB: (183,189,125)

Color info

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

RGB color model

#B7BD7D color RGB value is (183,189,125).

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

RGB channels and saturation

R 183 of 255 = 72%
G 189 of 255 = 74%
B 125 of 255 = 49%

183
189
125

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

Portions of RGB colors in percentages

R + G + B =
183 + 189 + 125 = 497 (100%)
R 183 of 497 ~ 36.82%
G 189 of 497 ~ 38.03%
B 125 of 497 ~ 25.15%

%36.82
%38.03
%25.15

CMYK color model

#B7BD7D color CMYK value is (3,0,34,26).

  • cyan value is 3.17%
  • magenta value is 0.00%
  • yellow value is 33.86%
  • key color value is 25.88%
CMYK:
(3,0,34,26)
C3M0Y34K26 
(3%,0%,34%,26%)
(0.03/0.00/0.34/0.26)	

CMYK percentages

%3.17
%0
%33.86
%25.88

Codes

Color #B7BD7D in popluar color models

B7BD7D
RGB183189125
HSL66°32.65%61.57%
HSB/HSV66°33.86%74.12%
CMYK3.17%0.00%33.86%
25.88%

Color #B7BD7D in popluar number systems.

HEXB7BD7D
Decimal183189125
Binary10110111101111011111101
Octal267275175

Shades and tints

Shades of #B7BD7D

#B7BD7D
(183,189,125)
#A7AC72
(167,172,114)
#979B67
(151,155,103)
#878A5C
(135,138,92)
#777951
(119,121,81)
#676846
(103,104,70)
#57573B
(87,87,59)
#474630
(71,70,48)
#373525
(55,53,37)
#27241A
(39,36,26)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #B7BD7D

#B7BD7D
(183,189,125)
#BDC388
(189,195,136)
#C3C993
(195,201,147)
#C9CF9E
(201,207,158)
#CFD5A9
(207,213,169)
#D5DBB4
(213,219,180)
#DBE1BF
(219,225,191)
#E1E7CA
(225,231,202)
#E7EDD5
(231,237,213)
#EDF3E0
(237,243,224)
#F3F9EB
(243,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BD7D; }

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

This text font color is #B7BD7D.


Background Color

.myBgColor { background-color: #B7BD7D; }

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

This div background color is #B7BD7D.


Border color

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

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

This div border color is #B7BD7D.


Opacity

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

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

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

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

This text has shadow with #B7BD7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BD7D on black background.


Color preview on white background

This text has color #B7BD7D on white background.



Black color preview on #B7BD7D background

This text has black color on #B7BD7D background.


White color preview on #B7BD7D background

This text has white color on #B7BD7D background.