COLOR #B4AE8F

HEX: #B4AE8F RGB: (180,174,143)

Color info

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

RGB color model

#B4AE8F color RGB value is (180,174,143).

RGB: (180,174,143) (71%, 68%, 56%)

RGB channels and saturation

R 180 of 255 = 71%
G 174 of 255 = 68%
B 143 of 255 = 56%

180
174
143

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

Portions of RGB colors in percentages

R + G + B = 180 + 174 + 143 = 497 (100%)
R 180 of 497 ~ 36.22%
G 174 of 497 ~ 35.01%
B 143 of 497 ~ 28.77'%

%36.22
%35.01
%28.77

CMYK color model

#B4AE8F color CMYK value is (0,3,21,29).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 20.56%
  • key color value is 29.41%
CMYK: (0,3,21,29) C0M3Y21K29 (0%,3%,21%,29%) (0.00/0.03/0.21/0.29) 

CMYK percentages

%0
%3.33
%20.56
%29.41

Codes

Color #B4AE8F in popluar color models

B4 AE 8F
RGB 180 174 143
HSL 50° 19.79% 63.33%
HSB/HSV 50° 20.56% 70.59%
CMYK 0.00% 3.33% 20.56%
29.41%

Color #B4AE8F in popluar number systems.

HEX B4 AE 8F
Decimal 180 174 143
Binary 10110100 10101110 10001111
Octal 264 256 217

Shades and tints

Shades of #B4AE8F

#B4AE8F
(180,174,143)
#A49F82
(164,159,130)
#949075
(148,144,117)
#848168
(132,129,104)
#74725B
(116,114,91)
#64634E
(100,99,78)
#545441
(84,84,65)
#444534
(68,69,52)
#343627
(52,54,39)
#24271A
(36,39,26)
#14180D
(20,24,13)
#000000
(0,0,0)

Tints of #B4AE8F

#B4AE8F
(180,174,143)
#BAB599
(186,181,153)
#C0BCA3
(192,188,163)
#C6C3AD
(198,195,173)
#CCCAB7
(204,202,183)
#D2D1C1
(210,209,193)
#D8D8CB
(216,216,203)
#DEDFD5
(222,223,213)
#E4E6DF
(228,230,223)
#EAEDE9
(234,237,233)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AE8F; }

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

This text font color is #B4AE8F.

Background Color

.myBgColor { background-color: #B4AE8F; }

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

This div background color is #B4AE8F.

Border color

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

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

This div border color is #B4AE8F.

Opacity

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

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

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

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

This text has shadow with #B4AE8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4AE8F.

Preview

Color preview on black background

This text has color #B4AE8F on black background.


Color preview on white background

This text has color #B4AE8F on white background.


Black color preview on #B4AE8F background

This text has black color on #B4AE8F background.


White color preview on #B4AE8F background

This text has white color on #B4AE8F background.


Related colors

Complementary color

Complementary color for #hex is #4B5170.


I love getcolorcode.com

Triadic colors

1 #8FB4AE and #AE8FB4 with #B4AE8F are triadic colors.

2 #8FAEB4 and #AEB48F with #B4AE8F are triadic colors.