COLOR #B3AD9D

HEX: #B3AD9D RGB: (179,173,157)

Color info

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

RGB color model

#B3AD9D color RGB value is (179,173,157).

RGB: (179,173,157) (70%, 68%, 62%)

RGB channels and saturation

R 179 of 255 = 70%
G 173 of 255 = 68%
B 157 of 255 = 62%

179
173
157

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

Portions of RGB colors in percentages

R + G + B = 179 + 173 + 157 = 509 (100%)
R 179 of 509 ~ 35.17%
G 173 of 509 ~ 33.99%
B 157 of 509 ~ 30.84'%

%35.17
%33.99
%30.84

CMYK color model

#B3AD9D color CMYK value is (0,3,12,30).

  • cyan value is 0.00%
  • magenta value is 3.35%
  • yellow value is 12.29%
  • key color value is 29.80%

CMYK: (0,3,12,30)
C0M3Y12K30 (0%, 3%, 12%, 30%)
(0.00 / 0.03 / 0.12 / 0.30)

CMYK percentages

%0
%3.35
%12.29
%29.8

Codes

Color #B3AD9D in popluar color models

B3 AD 9D
RGB 179 173 157
HSL 44° 12.64% 65.88%
HSB/HSV 44° 12.29% 70.20%
CMYK 0.00% 3.35% 12.29%
29.80%

Color #B3AD9D in popluar number systems.

HEX B3 AD 9D
Decimal 179 173 157
Binary 10110011 10101101 10011101
Octal 263 255 235

Shades and tints

Shades of #B3AD9D

#B3AD9D
(179,173,157)
#A39E8F
(163,158,143)
#938F81
(147,143,129)
#838073
(131,128,115)
#737165
(115,113,101)
#636257
(99,98,87)
#535349
(83,83,73)
#43443B
(67,68,59)
#33352D
(51,53,45)
#23261F
(35,38,31)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #B3AD9D

#B3AD9D
(179,173,157)
#B9B4A5
(185,180,165)
#BFBBAD
(191,187,173)
#C5C2B5
(197,194,181)
#CBC9BD
(203,201,189)
#D1D0C5
(209,208,197)
#D7D7CD
(215,215,205)
#DDDED5
(221,222,213)
#E3E5DD
(227,229,221)
#E9ECE5
(233,236,229)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3AD9D color. Also use rgb(179,173,157) instead hex code.

Text Font Color

.myTextColor { color: #B3AD9D; }

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

This text font color is #B3AD9D.

Background Color

.myBgColor { background-color: #B3AD9D; }

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

This div background color is #B3AD9D.

Border color

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

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

This div border color is #B3AD9D.

Opacity

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

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

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

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

This text has shadow with #B3AD9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3AD9D.

Preview

Color preview on black background

This text has color #B3AD9D on black background.


Color preview on white background

This text has color #B3AD9D on white background.


Black color preview on #B3AD9D background

This text has black color on #B3AD9D background.


White color preview on #B3AD9D background

This text has white color on #B3AD9D background.


Related colors

Complementary color

Complementary color for #hex is #4C5262.


I love getcolorcode.com

Triadic colors

1 #9DB3AD and #AD9DB3 with #B3AD9D are triadic colors.

2 #9DADB3 and #ADB39D with #B3AD9D are triadic colors.