COLOR #B1AE8A

HEX: #B1AE8A RGB: (177,174,138)

Color info

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

RGB color model

#B1AE8A color RGB value is (177,174,138).

RGB: (177,174,138) (69%, 68%, 54%)

RGB channels and saturation

R 177 of 255 = 69%
G 174 of 255 = 68%
B 138 of 255 = 54%

177
174
138

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

Portions of RGB colors in percentages

R + G + B = 177 + 174 + 138 = 489 (100%)
R 177 of 489 ~ 36.2%
G 174 of 489 ~ 35.58%
B 138 of 489 ~ 28.22'%

%36.2
%35.58
%28.22

CMYK color model

#B1AE8A color CMYK value is (0,2,22,31).

  • cyan value is 0.00%
  • magenta value is 1.69%
  • yellow value is 22.03%
  • key color value is 30.59%

CMYK: (0,2,22,31)
C0M2Y22K31 (0%, 2%, 22%, 31%)
(0.00 / 0.02 / 0.22 / 0.31)

CMYK percentages

%0
%1.69
%22.03
%30.59

Codes

Color #B1AE8A in popluar color models

B1 AE 8A
RGB 177 174 138
HSL 55° 20.00% 61.76%
HSB/HSV 55° 22.03% 69.41%
CMYK 0.00% 1.69% 22.03%
30.59%

Color #B1AE8A in popluar number systems.

HEX B1 AE 8A
Decimal 177 174 138
Binary 10110001 10101110 10001010
Octal 261 256 212

Shades and tints

Shades of #B1AE8A

#B1AE8A
(177,174,138)
#A19F7E
(161,159,126)
#919072
(145,144,114)
#818166
(129,129,102)
#71725A
(113,114,90)
#61634E
(97,99,78)
#515442
(81,84,66)
#414536
(65,69,54)
#31362A
(49,54,42)
#21271E
(33,39,30)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #B1AE8A

#B1AE8A
(177,174,138)
#B8B594
(184,181,148)
#BFBC9E
(191,188,158)
#C6C3A8
(198,195,168)
#CDCAB2
(205,202,178)
#D4D1BC
(212,209,188)
#DBD8C6
(219,216,198)
#E2DFD0
(226,223,208)
#E9E6DA
(233,230,218)
#F0EDE4
(240,237,228)
#F7F4EE
(247,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AE8A; }

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

This text font color is #B1AE8A.

Background Color

.myBgColor { background-color: #B1AE8A; }

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

This div background color is #B1AE8A.

Border color

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

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

This div border color is #B1AE8A.

Opacity

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

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

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

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

This text has shadow with #B1AE8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1AE8A.

Preview

Color preview on black background

This text has color #B1AE8A on black background.


Color preview on white background

This text has color #B1AE8A on white background.


Black color preview on #B1AE8A background

This text has black color on #B1AE8A background.


White color preview on #B1AE8A background

This text has white color on #B1AE8A background.


Related colors

Complementary color

Complementary color for #hex is #4E5175.


I love getcolorcode.com

Triadic colors

1 #8AB1AE and #AE8AB1 with #B1AE8A are triadic colors.

2 #8AAEB1 and #AEB18A with #B1AE8A are triadic colors.