COLOR #B8B3AA

HEX: #B8B3AA
RGB: (184,179,170)

Color info

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

RGB color model

#B8B3AA color RGB value is (184,179,170).

  • red value is 184;
  • green value is 179;
  • blue value is 170.
RGB:
(184,179,170)
(72%,70%,67%)

RGB channels and saturation

R 184 of 255 = 72%
G 179 of 255 = 70%
B 170 of 255 = 67%

184
179
170

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

Portions of RGB colors in percentages

R + G + B =
184 + 179 + 170 = 533 (100%)
R 184 of 533 ~ 34.52%
G 179 of 533 ~ 33.58%
B 170 of 533 ~ 31.89%

%34.52
%33.58
%31.89

CMYK color model

#B8B3AA color CMYK value is (0,3,8,28).

  • cyan value is 0.00%
  • magenta value is 2.72%
  • yellow value is 7.61%
  • key color value is 27.84%
CMYK:
(0,3,8,28)
C0M3Y8K28 
(0%,3%,8%,28%)
(0.00/0.03/0.08/0.28)	

CMYK percentages

%0
%2.72
%7.61
%27.84

Codes

Color #B8B3AA in popluar color models

B8B3AA
RGB184179170
HSL39°8.97%69.41%
HSB/HSV39°7.61%72.16%
CMYK0.00%2.72%7.61%
27.84%

Color #B8B3AA in popluar number systems.

HEXB8B3AA
Decimal184179170
Binary101110001011001110101010
Octal270263252

Shades and tints

Shades of #B8B3AA

#B8B3AA
(184,179,170)
#A8A39B
(168,163,155)
#98938C
(152,147,140)
#88837D
(136,131,125)
#78736E
(120,115,110)
#68635F
(104,99,95)
#585350
(88,83,80)
#484341
(72,67,65)
#383332
(56,51,50)
#282323
(40,35,35)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #B8B3AA

#B8B3AA
(184,179,170)
#BEB9B1
(190,185,177)
#C4BFB8
(196,191,184)
#CAC5BF
(202,197,191)
#D0CBC6
(208,203,198)
#D6D1CD
(214,209,205)
#DCD7D4
(220,215,212)
#E2DDDB
(226,221,219)
#E8E3E2
(232,227,226)
#EEE9E9
(238,233,233)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8B3AA color. Also use rgb(184,179,170) instead hex code.

Text Font Color

.myTextColor { color: #B8B3AA; }

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

This text font color is #B8B3AA.


Background Color

.myBgColor { background-color: #B8B3AA; }

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

This div background color is #B8B3AA.


Border color

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

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

This div border color is #B8B3AA.


Opacity

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

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

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

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

This text has shadow with #B8B3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B3AA on black background.


Color preview on white background

This text has color #B8B3AA on white background.



Black color preview on #B8B3AA background

This text has black color on #B8B3AA background.


White color preview on #B8B3AA background

This text has white color on #B8B3AA background.