COLOR #B8B1A6

HEX: #B8B1A6
RGB: (184,177,166)

Color info

#B8B1A6 contains red, green and blue colors in about the same proportion. Web safe color of #B8B1A6 is #CC9999 (or #C99).

RGB color model

#B8B1A6 color RGB value is (184,177,166).

  • red value is 184;
  • green value is 177;
  • blue value is 166.
RGB:
(184,177,166)
(72%,69%,65%)

RGB channels and saturation

R 184 of 255 = 72%
G 177 of 255 = 69%
B 166 of 255 = 65%

184
177
166

R + G + B ~ 69%. #B8B1A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 177 + 166 = 527 (100%)
R 184 of 527 ~ 34.91%
G 177 of 527 ~ 33.59%
B 166 of 527 ~ 31.5%

%34.91
%33.59
%31.5

CMYK color model

#B8B1A6 color CMYK value is (0,4,10,28).

  • cyan value is 0.00%
  • magenta value is 3.80%
  • yellow value is 9.78%
  • key color value is 27.84%
CMYK:
(0,4,10,28)
C0M4Y10K28 
(0%,4%,10%,28%)
(0.00/0.04/0.10/0.28)	

CMYK percentages

%0
%3.8
%9.78
%27.84

Codes

Color #B8B1A6 in popluar color models

B8B1A6
RGB184177166
HSL37°11.25%68.63%
HSB/HSV37°9.78%72.16%
CMYK0.00%3.80%9.78%
27.84%

Color #B8B1A6 in popluar number systems.

HEXB8B1A6
Decimal184177166
Binary101110001011000110100110
Octal270261246

Shades and tints

Shades of #B8B1A6

#B8B1A6
(184,177,166)
#A8A197
(168,161,151)
#989188
(152,145,136)
#888179
(136,129,121)
#78716A
(120,113,106)
#68615B
(104,97,91)
#58514C
(88,81,76)
#48413D
(72,65,61)
#38312E
(56,49,46)
#28211F
(40,33,31)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #B8B1A6

#B8B1A6
(184,177,166)
#BEB8AE
(190,184,174)
#C4BFB6
(196,191,182)
#CAC6BE
(202,198,190)
#D0CDC6
(208,205,198)
#D6D4CE
(214,212,206)
#DCDBD6
(220,219,214)
#E2E2DE
(226,226,222)
#E8E9E6
(232,233,230)
#EEF0EE
(238,240,238)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8B1A6 color. Also use rgb(184,177,166) instead hex code.

Text Font Color

.myTextColor { color: #B8B1A6; }

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

This text font color is #B8B1A6.


Background Color

.myBgColor { background-color: #B8B1A6; }

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

This div background color is #B8B1A6.


Border color

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

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

This div border color is #B8B1A6.


Opacity

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

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

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

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

This text has shadow with #B8B1A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B1A6 on black background.


Color preview on white background

This text has color #B8B1A6 on white background.



Black color preview on #B8B1A6 background

This text has black color on #B8B1A6 background.


White color preview on #B8B1A6 background

This text has white color on #B8B1A6 background.