COLOR #B6BEA7

HEX: #B6BEA7
RGB: (182,190,167)

Color info

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

RGB color model

#B6BEA7 color RGB value is (182,190,167).

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

RGB channels and saturation

R 182 of 255 = 71%
G 190 of 255 = 75%
B 167 of 255 = 65%

182
190
167

R + G + B ~ 70%. #B6BEA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 190 + 167 = 539 (100%)
R 182 of 539 ~ 33.77%
G 190 of 539 ~ 35.25%
B 167 of 539 ~ 30.98%

%33.77
%35.25
%30.98

CMYK color model

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

  • cyan value is 4.21%
  • magenta value is 0.00%
  • yellow value is 12.11%
  • key color value is 25.49%
CMYK:
(4,0,12,25)
C4M0Y12K25 
(4%,0%,12%,25%)
(0.04/0.00/0.12/0.25)	

CMYK percentages

%4.21
%0
%12.11
%25.49

Codes

Color #B6BEA7 in popluar color models

B6BEA7
RGB182190167
HSL81°15.03%70.00%
HSB/HSV81°12.11%74.51%
CMYK4.21%0.00%12.11%
25.49%

Color #B6BEA7 in popluar number systems.

HEXB6BEA7
Decimal182190167
Binary101101101011111010100111
Octal266276247

Shades and tints

Shades of #B6BEA7

#B6BEA7
(182,190,167)
#A6AD98
(166,173,152)
#969C89
(150,156,137)
#868B7A
(134,139,122)
#767A6B
(118,122,107)
#66695C
(102,105,92)
#56584D
(86,88,77)
#46473E
(70,71,62)
#36362F
(54,54,47)
#262520
(38,37,32)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #B6BEA7

#B6BEA7
(182,190,167)
#BCC3AF
(188,195,175)
#C2C8B7
(194,200,183)
#C8CDBF
(200,205,191)
#CED2C7
(206,210,199)
#D4D7CF
(212,215,207)
#DADCD7
(218,220,215)
#E0E1DF
(224,225,223)
#E6E6E7
(230,230,231)
#ECEBEF
(236,235,239)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BEA7; }

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

This text font color is #B6BEA7.


Background Color

.myBgColor { background-color: #B6BEA7; }

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

This div background color is #B6BEA7.


Border color

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

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

This div border color is #B6BEA7.


Opacity

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

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

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

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

This text has shadow with #B6BEA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BEA7 on black background.


Color preview on white background

This text has color #B6BEA7 on white background.



Black color preview on #B6BEA7 background

This text has black color on #B6BEA7 background.


White color preview on #B6BEA7 background

This text has white color on #B6BEA7 background.