COLOR #B7AE96

HEX: #B7AE96
RGB: (183,174,150)

Color info

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

RGB color model

#B7AE96 color RGB value is (183,174,150).

  • red value is 183;
  • green value is 174;
  • blue value is 150.
RGB:
(183,174,150)
(72%,68%,59%)

RGB channels and saturation

R 183 of 255 = 72%
G 174 of 255 = 68%
B 150 of 255 = 59%

183
174
150

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

Portions of RGB colors in percentages

R + G + B =
183 + 174 + 150 = 507 (100%)
R 183 of 507 ~ 36.09%
G 174 of 507 ~ 34.32%
B 150 of 507 ~ 29.59%

%36.09
%34.32
%29.59

CMYK color model

#B7AE96 color CMYK value is (0,5,18,28).

  • cyan value is 0.00%
  • magenta value is 4.92%
  • yellow value is 18.03%
  • key color value is 28.24%
CMYK:
(0,5,18,28)
C0M5Y18K28 
(0%,5%,18%,28%)
(0.00/0.05/0.18/0.28)	

CMYK percentages

%0
%4.92
%18.03
%28.24

Codes

Color #B7AE96 in popluar color models

B7AE96
RGB183174150
HSL44°18.64%65.29%
HSB/HSV44°18.03%71.76%
CMYK0.00%4.92%18.03%
28.24%

Color #B7AE96 in popluar number systems.

HEXB7AE96
Decimal183174150
Binary101101111010111010010110
Octal267256226

Shades and tints

Shades of #B7AE96

#B7AE96
(183,174,150)
#A79F89
(167,159,137)
#97907C
(151,144,124)
#87816F
(135,129,111)
#777262
(119,114,98)
#676355
(103,99,85)
#575448
(87,84,72)
#47453B
(71,69,59)
#37362E
(55,54,46)
#272721
(39,39,33)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #B7AE96

#B7AE96
(183,174,150)
#BDB59F
(189,181,159)
#C3BCA8
(195,188,168)
#C9C3B1
(201,195,177)
#CFCABA
(207,202,186)
#D5D1C3
(213,209,195)
#DBD8CC
(219,216,204)
#E1DFD5
(225,223,213)
#E7E6DE
(231,230,222)
#EDEDE7
(237,237,231)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7AE96 color. Also use rgb(183,174,150) instead hex code.

Text Font Color

.myTextColor { color: #B7AE96; }

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

This text font color is #B7AE96.


Background Color

.myBgColor { background-color: #B7AE96; }

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

This div background color is #B7AE96.


Border color

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

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

This div border color is #B7AE96.


Opacity

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

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

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

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

This text has shadow with #B7AE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AE96 on black background.


Color preview on white background

This text has color #B7AE96 on white background.



Black color preview on #B7AE96 background

This text has black color on #B7AE96 background.


White color preview on #B7AE96 background

This text has white color on #B7AE96 background.