COLOR #B8A69D

HEX: #B8A69D
RGB: (184,166,157)

Color info

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

RGB color model

#B8A69D color RGB value is (184,166,157).

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

RGB channels and saturation

R 184 of 255 = 72%
G 166 of 255 = 65%
B 157 of 255 = 62%

184
166
157

R + G + B ~ 66%. #B8A69D is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 166 + 157 = 507 (100%)
R 184 of 507 ~ 36.29%
G 166 of 507 ~ 32.74%
B 157 of 507 ~ 30.97%

%36.29
%32.74
%30.97

CMYK color model

#B8A69D color CMYK value is (0,10,15,28).

  • cyan value is 0.00%
  • magenta value is 9.78%
  • yellow value is 14.67%
  • key color value is 27.84%
CMYK:
(0,10,15,28)
C0M10Y15K28 
(0%,10%,15%,28%)
(0.00/0.10/0.15/0.28)	

CMYK percentages

%0
%9.78
%14.67
%27.84

Codes

Color #B8A69D in popluar color models

B8A69D
RGB184166157
HSL20°15.98%66.86%
HSB/HSV20°14.67%72.16%
CMYK0.00%9.78%14.67%
27.84%

Color #B8A69D in popluar number systems.

HEXB8A69D
Decimal184166157
Binary101110001010011010011101
Octal270246235

Shades and tints

Shades of #B8A69D

#B8A69D
(184,166,157)
#A8978F
(168,151,143)
#988881
(152,136,129)
#887973
(136,121,115)
#786A65
(120,106,101)
#685B57
(104,91,87)
#584C49
(88,76,73)
#483D3B
(72,61,59)
#382E2D
(56,46,45)
#281F1F
(40,31,31)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #B8A69D

#B8A69D
(184,166,157)
#BEAEA5
(190,174,165)
#C4B6AD
(196,182,173)
#CABEB5
(202,190,181)
#D0C6BD
(208,198,189)
#D6CEC5
(214,206,197)
#DCD6CD
(220,214,205)
#E2DED5
(226,222,213)
#E8E6DD
(232,230,221)
#EEEEE5
(238,238,229)
#F4F6ED
(244,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8A69D; }

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

This text font color is #B8A69D.


Background Color

.myBgColor { background-color: #B8A69D; }

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

This div background color is #B8A69D.


Border color

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

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

This div border color is #B8A69D.


Opacity

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

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

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

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

This text has shadow with #B8A69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A69D on black background.


Color preview on white background

This text has color #B8A69D on white background.



Black color preview on #B8A69D background

This text has black color on #B8A69D background.


White color preview on #B8A69D background

This text has white color on #B8A69D background.