COLOR #B7BD6D

HEX: #B7BD6D
RGB: (183,189,109)

Color info

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

RGB color model

#B7BD6D color RGB value is (183,189,109).

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

RGB channels and saturation

R 183 of 255 = 72%
G 189 of 255 = 74%
B 109 of 255 = 43%

183
189
109

R + G + B ~ 63%. #B7BD6D is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 189 + 109 = 481 (100%)
R 183 of 481 ~ 38.05%
G 189 of 481 ~ 39.29%
B 109 of 481 ~ 22.66%

%38.05
%39.29
%22.66

CMYK color model

#B7BD6D color CMYK value is (3,0,42,26).

  • cyan value is 3.17%
  • magenta value is 0.00%
  • yellow value is 42.33%
  • key color value is 25.88%
CMYK:
(3,0,42,26)
C3M0Y42K26 
(3%,0%,42%,26%)
(0.03/0.00/0.42/0.26)	

CMYK percentages

%3.17
%0
%42.33
%25.88

Codes

Color #B7BD6D in popluar color models

B7BD6D
RGB183189109
HSL65°37.74%58.43%
HSB/HSV65°42.33%74.12%
CMYK3.17%0.00%42.33%
25.88%

Color #B7BD6D in popluar number systems.

HEXB7BD6D
Decimal183189109
Binary10110111101111011101101
Octal267275155

Shades and tints

Shades of #B7BD6D

#B7BD6D
(183,189,109)
#A7AC64
(167,172,100)
#979B5B
(151,155,91)
#878A52
(135,138,82)
#777949
(119,121,73)
#676840
(103,104,64)
#575737
(87,87,55)
#47462E
(71,70,46)
#373525
(55,53,37)
#27241C
(39,36,28)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #B7BD6D

#B7BD6D
(183,189,109)
#BDC37A
(189,195,122)
#C3C987
(195,201,135)
#C9CF94
(201,207,148)
#CFD5A1
(207,213,161)
#D5DBAE
(213,219,174)
#DBE1BB
(219,225,187)
#E1E7C8
(225,231,200)
#E7EDD5
(231,237,213)
#EDF3E2
(237,243,226)
#F3F9EF
(243,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BD6D; }

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

This text font color is #B7BD6D.


Background Color

.myBgColor { background-color: #B7BD6D; }

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

This div background color is #B7BD6D.


Border color

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

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

This div border color is #B7BD6D.


Opacity

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

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

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

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

This text has shadow with #B7BD6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BD6D on black background.


Color preview on white background

This text has color #B7BD6D on white background.



Black color preview on #B7BD6D background

This text has black color on #B7BD6D background.


White color preview on #B7BD6D background

This text has white color on #B7BD6D background.