COLOR #B0AD99

HEX: #B0AD99
RGB: (176,173,153)

Color info

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

RGB color model

#B0AD99 color RGB value is (176,173,153).

  • red value is 176;
  • green value is 173;
  • blue value is 153.
RGB:
(176,173,153)
(69%,68%,60%)

RGB channels and saturation

R 176 of 255 = 69%
G 173 of 255 = 68%
B 153 of 255 = 60%

176
173
153

R + G + B ~ 66%. #B0AD99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 173 + 153 = 502 (100%)
R 176 of 502 ~ 35.06%
G 173 of 502 ~ 34.46%
B 153 of 502 ~ 30.48%

%35.06
%34.46
%30.48

CMYK color model

#B0AD99 color CMYK value is (0,2,13,31).

  • cyan value is 0.00%
  • magenta value is 1.70%
  • yellow value is 13.07%
  • key color value is 30.98%
CMYK:
(0,2,13,31)
C0M2Y13K31 
(0%,2%,13%,31%)
(0.00/0.02/0.13/0.31)	

CMYK percentages

%0
%1.7
%13.07
%30.98

Codes

Color #B0AD99 in popluar color models

B0AD99
RGB176173153
HSL52°12.71%64.51%
HSB/HSV52°13.07%69.02%
CMYK0.00%1.70%13.07%
30.98%

Color #B0AD99 in popluar number systems.

HEXB0AD99
Decimal176173153
Binary101100001010110110011001
Octal260255231

Shades and tints

Shades of #B0AD99

#B0AD99
(176,173,153)
#A09E8C
(160,158,140)
#908F7F
(144,143,127)
#808072
(128,128,114)
#707165
(112,113,101)
#606258
(96,98,88)
#50534B
(80,83,75)
#40443E
(64,68,62)
#303531
(48,53,49)
#202624
(32,38,36)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #B0AD99

#B0AD99
(176,173,153)
#B7B4A2
(183,180,162)
#BEBBAB
(190,187,171)
#C5C2B4
(197,194,180)
#CCC9BD
(204,201,189)
#D3D0C6
(211,208,198)
#DAD7CF
(218,215,207)
#E1DED8
(225,222,216)
#E8E5E1
(232,229,225)
#EFECEA
(239,236,234)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0AD99 color. Also use rgb(176,173,153) instead hex code.

Text Font Color

.myTextColor { color: #B0AD99; }

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

This text font color is #B0AD99.


Background Color

.myBgColor { background-color: #B0AD99; }

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

This div background color is #B0AD99.


Border color

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

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

This div border color is #B0AD99.


Opacity

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

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

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

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

This text has shadow with #B0AD99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AD99 on black background.


Color preview on white background

This text has color #B0AD99 on white background.



Black color preview on #B0AD99 background

This text has black color on #B0AD99 background.


White color preview on #B0AD99 background

This text has white color on #B0AD99 background.