COLOR #B7BD6B

HEX: #B7BD6B
RGB: (183,189,107)

Color info

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

RGB color model

#B7BD6B color RGB value is (183,189,107).

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

RGB channels and saturation

R 183 of 255 = 72%
G 189 of 255 = 74%
B 107 of 255 = 42%

183
189
107

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

Portions of RGB colors in percentages

R + G + B =
183 + 189 + 107 = 479 (100%)
R 183 of 479 ~ 38.2%
G 189 of 479 ~ 39.46%
B 107 of 479 ~ 22.34%

%38.2
%39.46
%22.34

CMYK color model

#B7BD6B color CMYK value is (3,0,43,26).

  • cyan value is 3.17%
  • magenta value is 0.00%
  • yellow value is 43.39%
  • key color value is 25.88%
CMYK:
(3,0,43,26)
C3M0Y43K26 
(3%,0%,43%,26%)
(0.03/0.00/0.43/0.26)	

CMYK percentages

%3.17
%0
%43.39
%25.88

Codes

Color #B7BD6B in popluar color models

B7BD6B
RGB183189107
HSL64°38.32%58.04%
HSB/HSV64°43.39%74.12%
CMYK3.17%0.00%43.39%
25.88%

Color #B7BD6B in popluar number systems.

HEXB7BD6B
Decimal183189107
Binary10110111101111011101011
Octal267275153

Shades and tints

Shades of #B7BD6B

#B7BD6B
(183,189,107)
#A7AC62
(167,172,98)
#979B59
(151,155,89)
#878A50
(135,138,80)
#777947
(119,121,71)
#67683E
(103,104,62)
#575735
(87,87,53)
#47462C
(71,70,44)
#373523
(55,53,35)
#27241A
(39,36,26)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #B7BD6B

#B7BD6B
(183,189,107)
#BDC378
(189,195,120)
#C3C985
(195,201,133)
#C9CF92
(201,207,146)
#CFD59F
(207,213,159)
#D5DBAC
(213,219,172)
#DBE1B9
(219,225,185)
#E1E7C6
(225,231,198)
#E7EDD3
(231,237,211)
#EDF3E0
(237,243,224)
#F3F9ED
(243,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BD6B; }

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

This text font color is #B7BD6B.


Background Color

.myBgColor { background-color: #B7BD6B; }

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

This div background color is #B7BD6B.


Border color

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

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

This div border color is #B7BD6B.


Opacity

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

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

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

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

This text has shadow with #B7BD6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BD6B on black background.


Color preview on white background

This text has color #B7BD6B on white background.



Black color preview on #B7BD6B background

This text has black color on #B7BD6B background.


White color preview on #B7BD6B background

This text has white color on #B7BD6B background.