COLOR #B6BE88

HEX: #B6BE88
RGB: (182,190,136)

Color info

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

RGB color model

#B6BE88 color RGB value is (182,190,136).

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

RGB channels and saturation

R 182 of 255 = 71%
G 190 of 255 = 75%
B 136 of 255 = 53%

182
190
136

R + G + B ~ 66%. #B6BE88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 190 + 136 = 508 (100%)
R 182 of 508 ~ 35.83%
G 190 of 508 ~ 37.4%
B 136 of 508 ~ 26.77%

%35.83
%37.4
%26.77

CMYK color model

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

  • cyan value is 4.21%
  • magenta value is 0.00%
  • yellow value is 28.42%
  • key color value is 25.49%
CMYK:
(4,0,28,25)
C4M0Y28K25 
(4%,0%,28%,25%)
(0.04/0.00/0.28/0.25)	

CMYK percentages

%4.21
%0
%28.42
%25.49

Codes

Color #B6BE88 in popluar color models

B6BE88
RGB182190136
HSL69°29.35%63.92%
HSB/HSV69°28.42%74.51%
CMYK4.21%0.00%28.42%
25.49%

Color #B6BE88 in popluar number systems.

HEXB6BE88
Decimal182190136
Binary101101101011111010001000
Octal266276210

Shades and tints

Shades of #B6BE88

#B6BE88
(182,190,136)
#A6AD7C
(166,173,124)
#969C70
(150,156,112)
#868B64
(134,139,100)
#767A58
(118,122,88)
#66694C
(102,105,76)
#565840
(86,88,64)
#464734
(70,71,52)
#363628
(54,54,40)
#26251C
(38,37,28)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #B6BE88

#B6BE88
(182,190,136)
#BCC392
(188,195,146)
#C2C89C
(194,200,156)
#C8CDA6
(200,205,166)
#CED2B0
(206,210,176)
#D4D7BA
(212,215,186)
#DADCC4
(218,220,196)
#E0E1CE
(224,225,206)
#E6E6D8
(230,230,216)
#ECEBE2
(236,235,226)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BE88; }

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

This text font color is #B6BE88.


Background Color

.myBgColor { background-color: #B6BE88; }

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

This div background color is #B6BE88.


Border color

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

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

This div border color is #B6BE88.


Opacity

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

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

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

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

This text has shadow with #B6BE88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BE88 on black background.


Color preview on white background

This text has color #B6BE88 on white background.



Black color preview on #B6BE88 background

This text has black color on #B6BE88 background.


White color preview on #B6BE88 background

This text has white color on #B6BE88 background.