COLOR #B4AE9B

HEX: #B4AE9B
RGB: (180,174,155)

Color info

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

RGB color model

#B4AE9B color RGB value is (180,174,155).

  • red value is 180;
  • green value is 174;
  • blue value is 155.
RGB:
(180,174,155)
(71%,68%,61%)

RGB channels and saturation

R 180 of 255 = 71%
G 174 of 255 = 68%
B 155 of 255 = 61%

180
174
155

R + G + B ~ 67%. #B4AE9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 174 + 155 = 509 (100%)
R 180 of 509 ~ 35.36%
G 174 of 509 ~ 34.18%
B 155 of 509 ~ 30.45%

%35.36
%34.18
%30.45

CMYK color model

#B4AE9B color CMYK value is (0,3,14,29).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 13.89%
  • key color value is 29.41%
CMYK:
(0,3,14,29)
C0M3Y14K29 
(0%,3%,14%,29%)
(0.00/0.03/0.14/0.29)	

CMYK percentages

%0
%3.33
%13.89
%29.41

Codes

Color #B4AE9B in popluar color models

B4AE9B
RGB180174155
HSL46°14.29%65.69%
HSB/HSV46°13.89%70.59%
CMYK0.00%3.33%13.89%
29.41%

Color #B4AE9B in popluar number systems.

HEXB4AE9B
Decimal180174155
Binary101101001010111010011011
Octal264256233

Shades and tints

Shades of #B4AE9B

#B4AE9B
(180,174,155)
#A49F8D
(164,159,141)
#94907F
(148,144,127)
#848171
(132,129,113)
#747263
(116,114,99)
#646355
(100,99,85)
#545447
(84,84,71)
#444539
(68,69,57)
#34362B
(52,54,43)
#24271D
(36,39,29)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #B4AE9B

#B4AE9B
(180,174,155)
#BAB5A4
(186,181,164)
#C0BCAD
(192,188,173)
#C6C3B6
(198,195,182)
#CCCABF
(204,202,191)
#D2D1C8
(210,209,200)
#D8D8D1
(216,216,209)
#DEDFDA
(222,223,218)
#E4E6E3
(228,230,227)
#EAEDEC
(234,237,236)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AE9B; }

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

This text font color is #B4AE9B.


Background Color

.myBgColor { background-color: #B4AE9B; }

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

This div background color is #B4AE9B.


Border color

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

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

This div border color is #B4AE9B.


Opacity

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

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

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

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

This text has shadow with #B4AE9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AE9B on black background.


Color preview on white background

This text has color #B4AE9B on white background.



Black color preview on #B4AE9B background

This text has black color on #B4AE9B background.


White color preview on #B4AE9B background

This text has white color on #B4AE9B background.