COLOR #B4AD9E

HEX: #B4AD9E
RGB: (180,173,158)

Color info

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

RGB color model

#B4AD9E color RGB value is (180,173,158).

  • red value is 180;
  • green value is 173;
  • blue value is 158.
RGB:
(180,173,158)
(71%,68%,62%)

RGB channels and saturation

R 180 of 255 = 71%
G 173 of 255 = 68%
B 158 of 255 = 62%

180
173
158

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

Portions of RGB colors in percentages

R + G + B =
180 + 173 + 158 = 511 (100%)
R 180 of 511 ~ 35.23%
G 173 of 511 ~ 33.86%
B 158 of 511 ~ 30.92%

%35.23
%33.86
%30.92

CMYK color model

#B4AD9E color CMYK value is (0,4,12,29).

  • cyan value is 0.00%
  • magenta value is 3.89%
  • yellow value is 12.22%
  • key color value is 29.41%
CMYK:
(0,4,12,29)
C0M4Y12K29 
(0%,4%,12%,29%)
(0.00/0.04/0.12/0.29)	

CMYK percentages

%0
%3.89
%12.22
%29.41

Codes

Color #B4AD9E in popluar color models

B4AD9E
RGB180173158
HSL41°12.79%66.27%
HSB/HSV41°12.22%70.59%
CMYK0.00%3.89%12.22%
29.41%

Color #B4AD9E in popluar number systems.

HEXB4AD9E
Decimal180173158
Binary101101001010110110011110
Octal264255236

Shades and tints

Shades of #B4AD9E

#B4AD9E
(180,173,158)
#A49E90
(164,158,144)
#948F82
(148,143,130)
#848074
(132,128,116)
#747166
(116,113,102)
#646258
(100,98,88)
#54534A
(84,83,74)
#44443C
(68,68,60)
#34352E
(52,53,46)
#242620
(36,38,32)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #B4AD9E

#B4AD9E
(180,173,158)
#BAB4A6
(186,180,166)
#C0BBAE
(192,187,174)
#C6C2B6
(198,194,182)
#CCC9BE
(204,201,190)
#D2D0C6
(210,208,198)
#D8D7CE
(216,215,206)
#DEDED6
(222,222,214)
#E4E5DE
(228,229,222)
#EAECE6
(234,236,230)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4AD9E color. Also use rgb(180,173,158) instead hex code.

Text Font Color

.myTextColor { color: #B4AD9E; }

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

This text font color is #B4AD9E.


Background Color

.myBgColor { background-color: #B4AD9E; }

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

This div background color is #B4AD9E.


Border color

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

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

This div border color is #B4AD9E.


Opacity

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

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

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

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

This text has shadow with #B4AD9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AD9E on black background.


Color preview on white background

This text has color #B4AD9E on white background.



Black color preview on #B4AD9E background

This text has black color on #B4AD9E background.


White color preview on #B4AD9E background

This text has white color on #B4AD9E background.