COLOR #B3AD97

HEX: #B3AD97 RGB: (179,173,151)

Color info

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

RGB color model

#B3AD97 color RGB value is (179,173,151).

RGB: (179,173,151) (70%, 68%, 59%)

RGB channels and saturation

R 179 of 255 = 70%
G 173 of 255 = 68%
B 151 of 255 = 59%

179
173
151

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

Portions of RGB colors in percentages

R + G + B = 179 + 173 + 151 = 503 (100%)
R 179 of 503 ~ 35.59%
G 173 of 503 ~ 34.39%
B 151 of 503 ~ 30.02'%

%35.59
%34.39
%30.02

CMYK color model

#B3AD97 color CMYK value is (0,3,16,30).

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

CMYK: (0,3,16,30)
C0M3Y16K30 (0%, 3%, 16%, 30%)
(0.00 / 0.03 / 0.16 / 0.30)

CMYK percentages

%0
%3.35
%15.64
%29.8

Codes

Color #B3AD97 in popluar color models

B3 AD 97
RGB 179 173 151
HSL 47° 15.56% 64.71%
HSB/HSV 47° 15.64% 70.20%
CMYK 0.00% 3.35% 15.64%
29.80%

Color #B3AD97 in popluar number systems.

HEX B3 AD 97
Decimal 179 173 151
Binary 10110011 10101101 10010111
Octal 263 255 227

Shades and tints

Shades of #B3AD97

#B3AD97
(179,173,151)
#A39E8A
(163,158,138)
#938F7D
(147,143,125)
#838070
(131,128,112)
#737163
(115,113,99)
#636256
(99,98,86)
#535349
(83,83,73)
#43443C
(67,68,60)
#33352F
(51,53,47)
#232622
(35,38,34)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #B3AD97

#B3AD97
(179,173,151)
#B9B4A0
(185,180,160)
#BFBBA9
(191,187,169)
#C5C2B2
(197,194,178)
#CBC9BB
(203,201,187)
#D1D0C4
(209,208,196)
#D7D7CD
(215,215,205)
#DDDED6
(221,222,214)
#E3E5DF
(227,229,223)
#E9ECE8
(233,236,232)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3AD97; }

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

This text font color is #B3AD97.

Background Color

.myBgColor { background-color: #B3AD97; }

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

This div background color is #B3AD97.

Border color

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

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

This div border color is #B3AD97.

Opacity

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

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

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

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

This text has shadow with #B3AD97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3AD97.

Preview

Color preview on black background

This text has color #B3AD97 on black background.


Color preview on white background

This text has color #B3AD97 on white background.


Black color preview on #B3AD97 background

This text has black color on #B3AD97 background.


White color preview on #B3AD97 background

This text has white color on #B3AD97 background.


Related colors

Complementary color

Complementary color for #hex is #4C5268.


I love getcolorcode.com

Triadic colors

1 #97B3AD and #AD97B3 with #B3AD97 are triadic colors.

2 #97ADB3 and #ADB397 with #B3AD97 are triadic colors.