COLOR #B6BE8F

HEX: #B6BE8F
RGB: (182,190,143)

Color info

#B6BE8F contains red, green and blue colors in about the same proportion. Web safe color of #B6BE8F is #CCCC99 (or #CC9).

RGB color model

#B6BE8F color RGB value is (182,190,143).

  • red value is 182;
  • green value is 190;
  • blue value is 143.
RGB:
(182,190,143)
(71%,75%,56%)

RGB channels and saturation

R 182 of 255 = 71%
G 190 of 255 = 75%
B 143 of 255 = 56%

182
190
143

R + G + B ~ 67%. #B6BE8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 190 + 143 = 515 (100%)
R 182 of 515 ~ 35.34%
G 190 of 515 ~ 36.89%
B 143 of 515 ~ 27.77%

%35.34
%36.89
%27.77

CMYK color model

#B6BE8F color CMYK value is (4,0,25,25).

  • cyan value is 4.21%
  • magenta value is 0.00%
  • yellow value is 24.74%
  • key color value is 25.49%
CMYK:
(4,0,25,25)
C4M0Y25K25 
(4%,0%,25%,25%)
(0.04/0.00/0.25/0.25)	

CMYK percentages

%4.21
%0
%24.74
%25.49

Codes

Color #B6BE8F in popluar color models

B6BE8F
RGB182190143
HSL70°26.55%65.29%
HSB/HSV70°24.74%74.51%
CMYK4.21%0.00%24.74%
25.49%

Color #B6BE8F in popluar number systems.

HEXB6BE8F
Decimal182190143
Binary101101101011111010001111
Octal266276217

Shades and tints

Shades of #B6BE8F

#B6BE8F
(182,190,143)
#A6AD82
(166,173,130)
#969C75
(150,156,117)
#868B68
(134,139,104)
#767A5B
(118,122,91)
#66694E
(102,105,78)
#565841
(86,88,65)
#464734
(70,71,52)
#363627
(54,54,39)
#26251A
(38,37,26)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #B6BE8F

#B6BE8F
(182,190,143)
#BCC399
(188,195,153)
#C2C8A3
(194,200,163)
#C8CDAD
(200,205,173)
#CED2B7
(206,210,183)
#D4D7C1
(212,215,193)
#DADCCB
(218,220,203)
#E0E1D5
(224,225,213)
#E6E6DF
(230,230,223)
#ECEBE9
(236,235,233)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6BE8F color. Also use rgb(182,190,143) instead hex code.

Text Font Color

.myTextColor { color: #B6BE8F; }

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

This text font color is #B6BE8F.


Background Color

.myBgColor { background-color: #B6BE8F; }

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

This div background color is #B6BE8F.


Border color

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

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

This div border color is #B6BE8F.


Opacity

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

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

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

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

This text has shadow with #B6BE8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BE8F on black background.


Color preview on white background

This text has color #B6BE8F on white background.



Black color preview on #B6BE8F background

This text has black color on #B6BE8F background.


White color preview on #B6BE8F background

This text has white color on #B6BE8F background.