COLOR #B8AE9F

HEX: #B8AE9F
RGB: (184,174,159)

Color info

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

RGB color model

#B8AE9F color RGB value is (184,174,159).

  • red value is 184;
  • green value is 174;
  • blue value is 159.
RGB:
(184,174,159)
(72%,68%,62%)

RGB channels and saturation

R 184 of 255 = 72%
G 174 of 255 = 68%
B 159 of 255 = 62%

184
174
159

R + G + B ~ 67%. #B8AE9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 174 + 159 = 517 (100%)
R 184 of 517 ~ 35.59%
G 174 of 517 ~ 33.66%
B 159 of 517 ~ 30.75%

%35.59
%33.66
%30.75

CMYK color model

#B8AE9F color CMYK value is (0,5,14,28).

  • cyan value is 0.00%
  • magenta value is 5.43%
  • yellow value is 13.59%
  • key color value is 27.84%
CMYK:
(0,5,14,28)
C0M5Y14K28 
(0%,5%,14%,28%)
(0.00/0.05/0.14/0.28)	

CMYK percentages

%0
%5.43
%13.59
%27.84

Codes

Color #B8AE9F in popluar color models

B8AE9F
RGB184174159
HSL36°14.97%67.25%
HSB/HSV36°13.59%72.16%
CMYK0.00%5.43%13.59%
27.84%

Color #B8AE9F in popluar number systems.

HEXB8AE9F
Decimal184174159
Binary101110001010111010011111
Octal270256237

Shades and tints

Shades of #B8AE9F

#B8AE9F
(184,174,159)
#A89F91
(168,159,145)
#989083
(152,144,131)
#888175
(136,129,117)
#787267
(120,114,103)
#686359
(104,99,89)
#58544B
(88,84,75)
#48453D
(72,69,61)
#38362F
(56,54,47)
#282721
(40,39,33)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #B8AE9F

#B8AE9F
(184,174,159)
#BEB5A7
(190,181,167)
#C4BCAF
(196,188,175)
#CAC3B7
(202,195,183)
#D0CABF
(208,202,191)
#D6D1C7
(214,209,199)
#DCD8CF
(220,216,207)
#E2DFD7
(226,223,215)
#E8E6DF
(232,230,223)
#EEEDE7
(238,237,231)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8AE9F color. Also use rgb(184,174,159) instead hex code.

Text Font Color

.myTextColor { color: #B8AE9F; }

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

This text font color is #B8AE9F.


Background Color

.myBgColor { background-color: #B8AE9F; }

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

This div background color is #B8AE9F.


Border color

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

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

This div border color is #B8AE9F.


Opacity

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

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

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

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

This text has shadow with #B8AE9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AE9F on black background.


Color preview on white background

This text has color #B8AE9F on white background.



Black color preview on #B8AE9F background

This text has black color on #B8AE9F background.


White color preview on #B8AE9F background

This text has white color on #B8AE9F background.