COLOR #B1AD93

HEX: #B1AD93 RGB: (177,173,147)

Color info

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

RGB color model

#B1AD93 color RGB value is (177,173,147).

RGB: (177,173,147) (69%, 68%, 58%)

RGB channels and saturation

R 177 of 255 = 69%
G 173 of 255 = 68%
B 147 of 255 = 58%

177
173
147

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

Portions of RGB colors in percentages

R + G + B = 177 + 173 + 147 = 497 (100%)
R 177 of 497 ~ 35.61%
G 173 of 497 ~ 34.81%
B 147 of 497 ~ 29.58'%

%35.61
%34.81
%29.58

CMYK color model

#B1AD93 color CMYK value is (0,2,17,31).

  • cyan value is 0.00%
  • magenta value is 2.26%
  • yellow value is 16.95%
  • key color value is 30.59%
CMYK: (0,2,17,31) C0M2Y17K31 (0%,2%,17%,31%) (0.00/0.02/0.17/0.31) 

CMYK percentages

%0
%2.26
%16.95
%30.59

Codes

Color #B1AD93 in popluar color models

B1 AD 93
RGB 177 173 147
HSL 52° 16.13% 63.53%
HSB/HSV 52° 16.95% 69.41%
CMYK 0.00% 2.26% 16.95%
30.59%

Color #B1AD93 in popluar number systems.

HEX B1 AD 93
Decimal 177 173 147
Binary 10110001 10101101 10010011
Octal 261 255 223

Shades and tints

Shades of #B1AD93

#B1AD93
(177,173,147)
#A19E86
(161,158,134)
#918F79
(145,143,121)
#81806C
(129,128,108)
#71715F
(113,113,95)
#616252
(97,98,82)
#515345
(81,83,69)
#414438
(65,68,56)
#31352B
(49,53,43)
#21261E
(33,38,30)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #B1AD93

#B1AD93
(177,173,147)
#B8B49C
(184,180,156)
#BFBBA5
(191,187,165)
#C6C2AE
(198,194,174)
#CDC9B7
(205,201,183)
#D4D0C0
(212,208,192)
#DBD7C9
(219,215,201)
#E2DED2
(226,222,210)
#E9E5DB
(233,229,219)
#F0ECE4
(240,236,228)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AD93; }

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

This text font color is #B1AD93.

Background Color

.myBgColor { background-color: #B1AD93; }

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

This div background color is #B1AD93.

Border color

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

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

This div border color is #B1AD93.

Opacity

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

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

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

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

This text has shadow with #B1AD93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1AD93.

Preview

Color preview on black background

This text has color #B1AD93 on black background.


Color preview on white background

This text has color #B1AD93 on white background.


Black color preview on #B1AD93 background

This text has black color on #B1AD93 background.


White color preview on #B1AD93 background

This text has white color on #B1AD93 background.


Related colors

Complementary color

Complementary color for #hex is #4E526C.


I love getcolorcode.com

Triadic colors

1 #93B1AD and #AD93B1 with #B1AD93 are triadic colors.

2 #93ADB1 and #ADB193 with #B1AD93 are triadic colors.