COLOR #B8B3AD

HEX: #B8B3AD
RGB: (184,179,173)

Color info

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

RGB color model

#B8B3AD color RGB value is (184,179,173).

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

RGB channels and saturation

R 184 of 255 = 72%
G 179 of 255 = 70%
B 173 of 255 = 68%

184
179
173

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

Portions of RGB colors in percentages

R + G + B =
184 + 179 + 173 = 536 (100%)
R 184 of 536 ~ 34.33%
G 179 of 536 ~ 33.4%
B 173 of 536 ~ 32.28%

%34.33
%33.4
%32.28

CMYK color model

#B8B3AD color CMYK value is (0,3,6,28).

  • cyan value is 0.00%
  • magenta value is 2.72%
  • yellow value is 5.98%
  • key color value is 27.84%
CMYK:
(0,3,6,28)
C0M3Y6K28 
(0%,3%,6%,28%)
(0.00/0.03/0.06/0.28)	

CMYK percentages

%0
%2.72
%5.98
%27.84

Codes

Color #B8B3AD in popluar color models

B8B3AD
RGB184179173
HSL33°7.19%70.00%
HSB/HSV33°5.98%72.16%
CMYK0.00%2.72%5.98%
27.84%

Color #B8B3AD in popluar number systems.

HEXB8B3AD
Decimal184179173
Binary101110001011001110101101
Octal270263255

Shades and tints

Shades of #B8B3AD

#B8B3AD
(184,179,173)
#A8A39E
(168,163,158)
#98938F
(152,147,143)
#888380
(136,131,128)
#787371
(120,115,113)
#686362
(104,99,98)
#585353
(88,83,83)
#484344
(72,67,68)
#383335
(56,51,53)
#282326
(40,35,38)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #B8B3AD

#B8B3AD
(184,179,173)
#BEB9B4
(190,185,180)
#C4BFBB
(196,191,187)
#CAC5C2
(202,197,194)
#D0CBC9
(208,203,201)
#D6D1D0
(214,209,208)
#DCD7D7
(220,215,215)
#E2DDDE
(226,221,222)
#E8E3E5
(232,227,229)
#EEE9EC
(238,233,236)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B3AD; }

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

This text font color is #B8B3AD.


Background Color

.myBgColor { background-color: #B8B3AD; }

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

This div background color is #B8B3AD.


Border color

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

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

This div border color is #B8B3AD.


Opacity

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

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

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

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

This text has shadow with #B8B3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B3AD on black background.


Color preview on white background

This text has color #B8B3AD on white background.



Black color preview on #B8B3AD background

This text has black color on #B8B3AD background.


White color preview on #B8B3AD background

This text has white color on #B8B3AD background.