COLOR #B1AE96

HEX: #B1AE96
RGB: (177,174,150)

Color info

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

RGB color model

#B1AE96 color RGB value is (177,174,150).

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

RGB channels and saturation

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

177
174
150

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

Portions of RGB colors in percentages

R + G + B =
177 + 174 + 150 = 501 (100%)
R 177 of 501 ~ 35.33%
G 174 of 501 ~ 34.73%
B 150 of 501 ~ 29.94%

%35.33
%34.73
%29.94

CMYK color model

#B1AE96 color CMYK value is (0,2,15,31).

  • cyan value is 0.00%
  • magenta value is 1.69%
  • yellow value is 15.25%
  • key color value is 30.59%
CMYK:
(0,2,15,31)
C0M2Y15K31 
(0%,2%,15%,31%)
(0.00/0.02/0.15/0.31)	

CMYK percentages

%0
%1.69
%15.25
%30.59

Codes

Color #B1AE96 in popluar color models

B1AE96
RGB177174150
HSL53°14.75%64.12%
HSB/HSV53°15.25%69.41%
CMYK0.00%1.69%15.25%
30.59%

Color #B1AE96 in popluar number systems.

HEXB1AE96
Decimal177174150
Binary101100011010111010010110
Octal261256226

Shades and tints

Shades of #B1AE96

#B1AE96
(177,174,150)
#A19F89
(161,159,137)
#91907C
(145,144,124)
#81816F
(129,129,111)
#717262
(113,114,98)
#616355
(97,99,85)
#515448
(81,84,72)
#41453B
(65,69,59)
#31362E
(49,54,46)
#212721
(33,39,33)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #B1AE96

#B1AE96
(177,174,150)
#B8B59F
(184,181,159)
#BFBCA8
(191,188,168)
#C6C3B1
(198,195,177)
#CDCABA
(205,202,186)
#D4D1C3
(212,209,195)
#DBD8CC
(219,216,204)
#E2DFD5
(226,223,213)
#E9E6DE
(233,230,222)
#F0EDE7
(240,237,231)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AE96; }

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

This text font color is #B1AE96.


Background Color

.myBgColor { background-color: #B1AE96; }

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

This div background color is #B1AE96.


Border color

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

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

This div border color is #B1AE96.


Opacity

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

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

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

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

This text has shadow with #B1AE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AE96 on black background.


Color preview on white background

This text has color #B1AE96 on white background.



Black color preview on #B1AE96 background

This text has black color on #B1AE96 background.


White color preview on #B1AE96 background

This text has white color on #B1AE96 background.