COLOR #B0AE96

HEX: #B0AE96 RGB: (176,174,150)

Color info

#B0AE96 contains red, green and blue colors in about the same proportion. Web safe color of #B0AE96 is #999999 (or #999).

RGB color model

#B0AE96 color RGB value is (176,174,150).

RGB: (176,174,150) (69%, 68%, 59%)

RGB channels and saturation

R 176 of 255 = 69%
G 174 of 255 = 68%
B 150 of 255 = 59%

176
174
150

R + G + B ~ 65%. #B0AE96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 174 + 150 = 500 (100%)
R 176 of 500 ~ 35.2%
G 174 of 500 ~ 34.8%
B 150 of 500 ~ 30'%

%35.2
%34.8
%30

CMYK color model

#B0AE96 color CMYK value is (0,1,15,31).

  • cyan value is 0.00%
  • magenta value is 1.14%
  • yellow value is 14.77%
  • key color value is 30.98%

CMYK: (0,1,15,31)
C0M1Y15K31 (0%, 1%, 15%, 31%)
(0.00 / 0.01 / 0.15 / 0.31)

CMYK percentages

%0
%1.14
%14.77
%30.98

Codes

Color #B0AE96 in popluar color models

B0 AE 96
RGB 176 174 150
HSL 55° 14.13% 63.92%
HSB/HSV 55° 14.77% 69.02%
CMYK 0.00% 1.14% 14.77%
30.98%

Color #B0AE96 in popluar number systems.

HEX B0 AE 96
Decimal 176 174 150
Binary 10110000 10101110 10010110
Octal 260 256 226

Shades and tints

Shades of #B0AE96

#B0AE96
(176,174,150)
#A09F89
(160,159,137)
#90907C
(144,144,124)
#80816F
(128,129,111)
#707262
(112,114,98)
#606355
(96,99,85)
#505448
(80,84,72)
#40453B
(64,69,59)
#30362E
(48,54,46)
#202721
(32,39,33)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #B0AE96

#B0AE96
(176,174,150)
#B7B59F
(183,181,159)
#BEBCA8
(190,188,168)
#C5C3B1
(197,195,177)
#CCCABA
(204,202,186)
#D3D1C3
(211,209,195)
#DAD8CC
(218,216,204)
#E1DFD5
(225,223,213)
#E8E6DE
(232,230,222)
#EFEDE7
(239,237,231)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AE96; }

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

This text font color is #B0AE96.

Background Color

.myBgColor { background-color: #B0AE96; }

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

This div background color is #B0AE96.

Border color

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

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

This div border color is #B0AE96.

Opacity

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

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

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

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

This text has shadow with #B0AE96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0AE96.

Preview

Color preview on black background

This text has color #B0AE96 on black background.


Color preview on white background

This text has color #B0AE96 on white background.


Black color preview on #B0AE96 background

This text has black color on #B0AE96 background.


White color preview on #B0AE96 background

This text has white color on #B0AE96 background.


Related colors

Complementary color

Complementary color for #hex is #4F5169.


I love getcolorcode.com

Triadic colors

1 #96B0AE and #AE96B0 with #B0AE96 are triadic colors.

2 #96AEB0 and #AEB096 with #B0AE96 are triadic colors.