COLOR #B8AB7E

HEX: #B8AB7E
RGB: (184,171,126)

Color info

#B8AB7E contains red, green and blue colors in about the same proportion. Web safe color of #B8AB7E is #CC9966 (or #C96).

RGB color model

#B8AB7E color RGB value is (184,171,126).

  • red value is 184;
  • green value is 171;
  • blue value is 126.
RGB:
(184,171,126)
(72%,67%,49%)

RGB channels and saturation

R 184 of 255 = 72%
G 171 of 255 = 67%
B 126 of 255 = 49%

184
171
126

R + G + B ~ 63%. #B8AB7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 171 + 126 = 481 (100%)
R 184 of 481 ~ 38.25%
G 171 of 481 ~ 35.55%
B 126 of 481 ~ 26.2%

%38.25
%35.55
%26.2

CMYK color model

#B8AB7E color CMYK value is (0,7,32,28).

  • cyan value is 0.00%
  • magenta value is 7.07%
  • yellow value is 31.52%
  • key color value is 27.84%
CMYK:
(0,7,32,28)
C0M7Y32K28 
(0%,7%,32%,28%)
(0.00/0.07/0.32/0.28)	

CMYK percentages

%0
%7.07
%31.52
%27.84

Codes

Color #B8AB7E in popluar color models

B8AB7E
RGB184171126
HSL47°29.00%60.78%
HSB/HSV47°31.52%72.16%
CMYK0.00%7.07%31.52%
27.84%

Color #B8AB7E in popluar number systems.

HEXB8AB7E
Decimal184171126
Binary10111000101010111111110
Octal270253176

Shades and tints

Shades of #B8AB7E

#B8AB7E
(184,171,126)
#A89C73
(168,156,115)
#988D68
(152,141,104)
#887E5D
(136,126,93)
#786F52
(120,111,82)
#686047
(104,96,71)
#58513C
(88,81,60)
#484231
(72,66,49)
#383326
(56,51,38)
#28241B
(40,36,27)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #B8AB7E

#B8AB7E
(184,171,126)
#BEB289
(190,178,137)
#C4B994
(196,185,148)
#CAC09F
(202,192,159)
#D0C7AA
(208,199,170)
#D6CEB5
(214,206,181)
#DCD5C0
(220,213,192)
#E2DCCB
(226,220,203)
#E8E3D6
(232,227,214)
#EEEAE1
(238,234,225)
#F4F1EC
(244,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8AB7E color. Also use rgb(184,171,126) instead hex code.

Text Font Color

.myTextColor { color: #B8AB7E; }

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

This text font color is #B8AB7E.


Background Color

.myBgColor { background-color: #B8AB7E; }

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

This div background color is #B8AB7E.


Border color

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

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

This div border color is #B8AB7E.


Opacity

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

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

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

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

This text has shadow with #B8AB7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AB7E on black background.


Color preview on white background

This text has color #B8AB7E on white background.



Black color preview on #B8AB7E background

This text has black color on #B8AB7E background.


White color preview on #B8AB7E background

This text has white color on #B8AB7E background.