COLOR #B1AD96

HEX: #B1AD96 RGB: (177,173,150)

Color info

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

RGB color model

#B1AD96 color RGB value is (177,173,150).

RGB: (177,173,150) (69%, 68%, 59%)

RGB channels and saturation

R 177 of 255 = 69%
G 173 of 255 = 68%
B 150 of 255 = 59%

177
173
150

R + G + B ~ 65%. #B1AD96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 173 + 150 = 500 (100%)
R 177 of 500 ~ 35.4%
G 173 of 500 ~ 34.6%
B 150 of 500 ~ 30'%

%35.4
%34.6
%30

CMYK color model

#B1AD96 color CMYK value is (0,2,15,31).

  • cyan value is 0.00%
  • magenta value is 2.26%
  • yellow value is 15.25%
  • key color value is 30.59%

CMYK: (0,2,15,31)
C0M2Y15K31 (0%, 2%, 15%, 31%)
(0.00 / 0.02 / 0.15 / 0.31)

CMYK percentages

%0
%2.26
%15.25
%30.59

Codes

Color #B1AD96 in popluar color models

B1 AD 96
RGB 177 173 150
HSL 51° 14.75% 64.12%
HSB/HSV 51° 15.25% 69.41%
CMYK 0.00% 2.26% 15.25%
30.59%

Color #B1AD96 in popluar number systems.

HEX B1 AD 96
Decimal 177 173 150
Binary 10110001 10101101 10010110
Octal 261 255 226

Shades and tints

Shades of #B1AD96

#B1AD96
(177,173,150)
#A19E89
(161,158,137)
#918F7C
(145,143,124)
#81806F
(129,128,111)
#717162
(113,113,98)
#616255
(97,98,85)
#515348
(81,83,72)
#41443B
(65,68,59)
#31352E
(49,53,46)
#212621
(33,38,33)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #B1AD96

#B1AD96
(177,173,150)
#B8B49F
(184,180,159)
#BFBBA8
(191,187,168)
#C6C2B1
(198,194,177)
#CDC9BA
(205,201,186)
#D4D0C3
(212,208,195)
#DBD7CC
(219,215,204)
#E2DED5
(226,222,213)
#E9E5DE
(233,229,222)
#F0ECE7
(240,236,231)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1AD96 color. Also use rgb(177,173,150) instead hex code.

Text Font Color

.myTextColor { color: #B1AD96; }

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

This text font color is #B1AD96.

Background Color

.myBgColor { background-color: #B1AD96; }

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

This div background color is #B1AD96.

Border color

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

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

This div border color is #B1AD96.

Opacity

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

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

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

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

This text has shadow with #B1AD96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1AD96.

Preview

Color preview on black background

This text has color #B1AD96 on black background.


Color preview on white background

This text has color #B1AD96 on white background.


Black color preview on #B1AD96 background

This text has black color on #B1AD96 background.


White color preview on #B1AD96 background

This text has white color on #B1AD96 background.


Related colors

Complementary color

Complementary color for #hex is #4E5269.


I love getcolorcode.com

Triadic colors

1 #96B1AD and #AD96B1 with #B1AD96 are triadic colors.

2 #96ADB1 and #ADB196 with #B1AD96 are triadic colors.