COLOR #B1AE8F

HEX: #B1AE8F
RGB: (177,174,143)

Color info

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

RGB color model

#B1AE8F color RGB value is (177,174,143).

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

RGB channels and saturation

R 177 of 255 = 69%
G 174 of 255 = 68%
B 143 of 255 = 56%

177
174
143

R + G + B ~ 64%. #B1AE8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 174 + 143 = 494 (100%)
R 177 of 494 ~ 35.83%
G 174 of 494 ~ 35.22%
B 143 of 494 ~ 28.95%

%35.83
%35.22
%28.95

CMYK color model

#B1AE8F color CMYK value is (0,2,19,31).

  • cyan value is 0.00%
  • magenta value is 1.69%
  • yellow value is 19.21%
  • key color value is 30.59%
CMYK:
(0,2,19,31)
C0M2Y19K31 
(0%,2%,19%,31%)
(0.00/0.02/0.19/0.31)	

CMYK percentages

%0
%1.69
%19.21
%30.59

Codes

Color #B1AE8F in popluar color models

B1AE8F
RGB177174143
HSL55°17.89%62.75%
HSB/HSV55°19.21%69.41%
CMYK0.00%1.69%19.21%
30.59%

Color #B1AE8F in popluar number systems.

HEXB1AE8F
Decimal177174143
Binary101100011010111010001111
Octal261256217

Shades and tints

Shades of #B1AE8F

#B1AE8F
(177,174,143)
#A19F82
(161,159,130)
#919075
(145,144,117)
#818168
(129,129,104)
#71725B
(113,114,91)
#61634E
(97,99,78)
#515441
(81,84,65)
#414534
(65,69,52)
#313627
(49,54,39)
#21271A
(33,39,26)
#11180D
(17,24,13)
#000000
(0,0,0)

Tints of #B1AE8F

#B1AE8F
(177,174,143)
#B8B599
(184,181,153)
#BFBCA3
(191,188,163)
#C6C3AD
(198,195,173)
#CDCAB7
(205,202,183)
#D4D1C1
(212,209,193)
#DBD8CB
(219,216,203)
#E2DFD5
(226,223,213)
#E9E6DF
(233,230,223)
#F0EDE9
(240,237,233)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AE8F; }

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

This text font color is #B1AE8F.


Background Color

.myBgColor { background-color: #B1AE8F; }

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

This div background color is #B1AE8F.


Border color

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

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

This div border color is #B1AE8F.


Opacity

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

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

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

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

This text has shadow with #B1AE8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AE8F on black background.


Color preview on white background

This text has color #B1AE8F on white background.



Black color preview on #B1AE8F background

This text has black color on #B1AE8F background.


White color preview on #B1AE8F background

This text has white color on #B1AE8F background.