COLOR #B0AD8C

HEX: #B0AD8C RGB: (176,173,140)

Color info

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

RGB color model

#B0AD8C color RGB value is (176,173,140).

RGB: (176,173,140) (69%, 68%, 55%)

RGB channels and saturation

R 176 of 255 = 69%
G 173 of 255 = 68%
B 140 of 255 = 55%

176
173
140

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

Portions of RGB colors in percentages

R + G + B = 176 + 173 + 140 = 489 (100%)
R 176 of 489 ~ 35.99%
G 173 of 489 ~ 35.38%
B 140 of 489 ~ 28.63'%

%35.99
%35.38
%28.63

CMYK color model

#B0AD8C color CMYK value is (0,2,20,31).

  • cyan value is 0.00%
  • magenta value is 1.70%
  • yellow value is 20.45%
  • key color value is 30.98%

CMYK: (0,2,20,31)
C0M2Y20K31 (0%, 2%, 20%, 31%)
(0.00 / 0.02 / 0.20 / 0.31)

CMYK percentages

%0
%1.7
%20.45
%30.98

Codes

Color #B0AD8C in popluar color models

B0 AD 8C
RGB 176 173 140
HSL 55° 18.56% 61.96%
HSB/HSV 55° 20.45% 69.02%
CMYK 0.00% 1.70% 20.45%
30.98%

Color #B0AD8C in popluar number systems.

HEX B0 AD 8C
Decimal 176 173 140
Binary 10110000 10101101 10001100
Octal 260 255 214

Shades and tints

Shades of #B0AD8C

#B0AD8C
(176,173,140)
#A09E80
(160,158,128)
#908F74
(144,143,116)
#808068
(128,128,104)
#70715C
(112,113,92)
#606250
(96,98,80)
#505344
(80,83,68)
#404438
(64,68,56)
#30352C
(48,53,44)
#202620
(32,38,32)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #B0AD8C

#B0AD8C
(176,173,140)
#B7B496
(183,180,150)
#BEBBA0
(190,187,160)
#C5C2AA
(197,194,170)
#CCC9B4
(204,201,180)
#D3D0BE
(211,208,190)
#DAD7C8
(218,215,200)
#E1DED2
(225,222,210)
#E8E5DC
(232,229,220)
#EFECE6
(239,236,230)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AD8C; }

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

This text font color is #B0AD8C.

Background Color

.myBgColor { background-color: #B0AD8C; }

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

This div background color is #B0AD8C.

Border color

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

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

This div border color is #B0AD8C.

Opacity

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

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

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

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

This text has shadow with #B0AD8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0AD8C.

Preview

Color preview on black background

This text has color #B0AD8C on black background.


Color preview on white background

This text has color #B0AD8C on white background.


Black color preview on #B0AD8C background

This text has black color on #B0AD8C background.


White color preview on #B0AD8C background

This text has white color on #B0AD8C background.


Related colors

Complementary color

Complementary color for #hex is #4F5273.


I love getcolorcode.com

Triadic colors

1 #8CB0AD and #AD8CB0 with #B0AD8C are triadic colors.

2 #8CADB0 and #ADB08C with #B0AD8C are triadic colors.