COLOR #B6BA7F

HEX: #B6BA7F
RGB: (182,186,127)

Color info

#B6BA7F contains red, green and blue colors in about the same proportion. Web safe color of #B6BA7F is #CCCC66 (or #CC6).

RGB color model

#B6BA7F color RGB value is (182,186,127).

  • red value is 182;
  • green value is 186;
  • blue value is 127.
RGB:
(182,186,127)
(71%,73%,50%)

RGB channels and saturation

R 182 of 255 = 71%
G 186 of 255 = 73%
B 127 of 255 = 50%

182
186
127

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

Portions of RGB colors in percentages

R + G + B =
182 + 186 + 127 = 495 (100%)
R 182 of 495 ~ 36.77%
G 186 of 495 ~ 37.58%
B 127 of 495 ~ 25.66%

%36.77
%37.58
%25.66

CMYK color model

#B6BA7F color CMYK value is (2,0,32,27).

  • cyan value is 2.15%
  • magenta value is 0.00%
  • yellow value is 31.72%
  • key color value is 27.06%
CMYK:
(2,0,32,27)
C2M0Y32K27 
(2%,0%,32%,27%)
(0.02/0.00/0.32/0.27)	

CMYK percentages

%2.15
%0
%31.72
%27.06

Codes

Color #B6BA7F in popluar color models

B6BA7F
RGB182186127
HSL64°29.95%61.37%
HSB/HSV64°31.72%72.94%
CMYK2.15%0.00%31.72%
27.06%

Color #B6BA7F in popluar number systems.

HEXB6BA7F
Decimal182186127
Binary10110110101110101111111
Octal266272177

Shades and tints

Shades of #B6BA7F

#B6BA7F
(182,186,127)
#A6AA74
(166,170,116)
#969A69
(150,154,105)
#868A5E
(134,138,94)
#767A53
(118,122,83)
#666A48
(102,106,72)
#565A3D
(86,90,61)
#464A32
(70,74,50)
#363A27
(54,58,39)
#262A1C
(38,42,28)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #B6BA7F

#B6BA7F
(182,186,127)
#BCC08A
(188,192,138)
#C2C695
(194,198,149)
#C8CCA0
(200,204,160)
#CED2AB
(206,210,171)
#D4D8B6
(212,216,182)
#DADEC1
(218,222,193)
#E0E4CC
(224,228,204)
#E6EAD7
(230,234,215)
#ECF0E2
(236,240,226)
#F2F6ED
(242,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6BA7F color. Also use rgb(182,186,127) instead hex code.

Text Font Color

.myTextColor { color: #B6BA7F; }

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

This text font color is #B6BA7F.


Background Color

.myBgColor { background-color: #B6BA7F; }

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

This div background color is #B6BA7F.


Border color

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

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

This div border color is #B6BA7F.


Opacity

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

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

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

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

This text has shadow with #B6BA7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BA7F on black background.


Color preview on white background

This text has color #B6BA7F on white background.



Black color preview on #B6BA7F background

This text has black color on #B6BA7F background.


White color preview on #B6BA7F background

This text has white color on #B6BA7F background.