COLOR #B8AD97

HEX: #B8AD97 RGB: (184,173,151)

Color info

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

RGB color model

#B8AD97 color RGB value is (184,173,151).

RGB: (184,173,151) (72%, 68%, 59%)

RGB channels and saturation

R 184 of 255 = 72%
G 173 of 255 = 68%
B 151 of 255 = 59%

184
173
151

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

Portions of RGB colors in percentages

R + G + B = 184 + 173 + 151 = 508 (100%)
R 184 of 508 ~ 36.22%
G 173 of 508 ~ 34.06%
B 151 of 508 ~ 29.72'%

%36.22
%34.06
%29.72

CMYK color model

#B8AD97 color CMYK value is (0,6,18,28).

  • cyan value is 0.00%
  • magenta value is 5.98%
  • yellow value is 17.93%
  • key color value is 27.84%

CMYK: (0,6,18,28)
C0M6Y18K28 (0%, 6%, 18%, 28%)
(0.00 / 0.06 / 0.18 / 0.28)

CMYK percentages

%0
%5.98
%17.93
%27.84

Codes

Color #B8AD97 in popluar color models

B8 AD 97
RGB 184 173 151
HSL 40° 18.86% 65.69%
HSB/HSV 40° 17.93% 72.16%
CMYK 0.00% 5.98% 17.93%
27.84%

Color #B8AD97 in popluar number systems.

HEX B8 AD 97
Decimal 184 173 151
Binary 10111000 10101101 10010111
Octal 270 255 227

Shades and tints

Shades of #B8AD97

#B8AD97
(184,173,151)
#A89E8A
(168,158,138)
#988F7D
(152,143,125)
#888070
(136,128,112)
#787163
(120,113,99)
#686256
(104,98,86)
#585349
(88,83,73)
#48443C
(72,68,60)
#38352F
(56,53,47)
#282622
(40,38,34)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #B8AD97

#B8AD97
(184,173,151)
#BEB4A0
(190,180,160)
#C4BBA9
(196,187,169)
#CAC2B2
(202,194,178)
#D0C9BB
(208,201,187)
#D6D0C4
(214,208,196)
#DCD7CD
(220,215,205)
#E2DED6
(226,222,214)
#E8E5DF
(232,229,223)
#EEECE8
(238,236,232)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AD97; }

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

This text font color is #B8AD97.

Background Color

.myBgColor { background-color: #B8AD97; }

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

This div background color is #B8AD97.

Border color

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

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

This div border color is #B8AD97.

Opacity

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

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

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

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

This text has shadow with #B8AD97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8AD97.

Preview

Color preview on black background

This text has color #B8AD97 on black background.


Color preview on white background

This text has color #B8AD97 on white background.


Black color preview on #B8AD97 background

This text has black color on #B8AD97 background.


White color preview on #B8AD97 background

This text has white color on #B8AD97 background.


Related colors

Complementary color

Complementary color for #hex is #475268.


I love getcolorcode.com

Triadic colors

1 #97B8AD and #AD97B8 with #B8AD97 are triadic colors.

2 #97ADB8 and #ADB897 with #B8AD97 are triadic colors.