COLOR #B6BEA6

HEX: #B6BEA6
RGB: (182,190,166)

Color info

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

RGB color model

#B6BEA6 color RGB value is (182,190,166).

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

RGB channels and saturation

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

182
190
166

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

Portions of RGB colors in percentages

R + G + B =
182 + 190 + 166 = 538 (100%)
R 182 of 538 ~ 33.83%
G 190 of 538 ~ 35.32%
B 166 of 538 ~ 30.86%

%33.83
%35.32
%30.86

CMYK color model

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

  • cyan value is 4.21%
  • magenta value is 0.00%
  • yellow value is 12.63%
  • key color value is 25.49%
CMYK:
(4,0,13,25)
C4M0Y13K25 
(4%,0%,13%,25%)
(0.04/0.00/0.13/0.25)	

CMYK percentages

%4.21
%0
%12.63
%25.49

Codes

Color #B6BEA6 in popluar color models

B6BEA6
RGB182190166
HSL80°15.58%69.80%
HSB/HSV80°12.63%74.51%
CMYK4.21%0.00%12.63%
25.49%

Color #B6BEA6 in popluar number systems.

HEXB6BEA6
Decimal182190166
Binary101101101011111010100110
Octal266276246

Shades and tints

Shades of #B6BEA6

#B6BEA6
(182,190,166)
#A6AD97
(166,173,151)
#969C88
(150,156,136)
#868B79
(134,139,121)
#767A6A
(118,122,106)
#66695B
(102,105,91)
#56584C
(86,88,76)
#46473D
(70,71,61)
#36362E
(54,54,46)
#26251F
(38,37,31)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #B6BEA6

#B6BEA6
(182,190,166)
#BCC3AE
(188,195,174)
#C2C8B6
(194,200,182)
#C8CDBE
(200,205,190)
#CED2C6
(206,210,198)
#D4D7CE
(212,215,206)
#DADCD6
(218,220,214)
#E0E1DE
(224,225,222)
#E6E6E6
(230,230,230)
#ECEBEE
(236,235,238)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BEA6; }

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

This text font color is #B6BEA6.


Background Color

.myBgColor { background-color: #B6BEA6; }

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

This div background color is #B6BEA6.


Border color

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

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

This div border color is #B6BEA6.


Opacity

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

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

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

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

This text has shadow with #B6BEA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BEA6 on black background.


Color preview on white background

This text has color #B6BEA6 on white background.



Black color preview on #B6BEA6 background

This text has black color on #B6BEA6 background.


White color preview on #B6BEA6 background

This text has white color on #B6BEA6 background.