COLOR #B1AD8D

HEX: #B1AD8D RGB: (177,173,141)

Color info

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

RGB color model

#B1AD8D color RGB value is (177,173,141).

RGB: (177,173,141) (69%, 68%, 55%)

RGB channels and saturation

R 177 of 255 = 69%
G 173 of 255 = 68%
B 141 of 255 = 55%

177
173
141

R + G + B ~ 64%. #B1AD8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 173 + 141 = 491 (100%)
R 177 of 491 ~ 36.05%
G 173 of 491 ~ 35.23%
B 141 of 491 ~ 28.72'%

%36.05
%35.23
%28.72

CMYK color model

#B1AD8D color CMYK value is (0,2,20,31).

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

CMYK: (0,2,20,31)
C0M2Y20K31 (0%, 2%, 20%, 31%)
(0.00 / 0.02 / 0.20 / 0.31)

CMYK percentages

%0
%2.26
%20.34
%30.59

Codes

Color #B1AD8D in popluar color models

B1 AD 8D
RGB 177 173 141
HSL 53° 18.75% 62.35%
HSB/HSV 53° 20.34% 69.41%
CMYK 0.00% 2.26% 20.34%
30.59%

Color #B1AD8D in popluar number systems.

HEX B1 AD 8D
Decimal 177 173 141
Binary 10110001 10101101 10001101
Octal 261 255 215

Shades and tints

Shades of #B1AD8D

#B1AD8D
(177,173,141)
#A19E81
(161,158,129)
#918F75
(145,143,117)
#818069
(129,128,105)
#71715D
(113,113,93)
#616251
(97,98,81)
#515345
(81,83,69)
#414439
(65,68,57)
#31352D
(49,53,45)
#212621
(33,38,33)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #B1AD8D

#B1AD8D
(177,173,141)
#B8B497
(184,180,151)
#BFBBA1
(191,187,161)
#C6C2AB
(198,194,171)
#CDC9B5
(205,201,181)
#D4D0BF
(212,208,191)
#DBD7C9
(219,215,201)
#E2DED3
(226,222,211)
#E9E5DD
(233,229,221)
#F0ECE7
(240,236,231)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AD8D; }

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

This text font color is #B1AD8D.

Background Color

.myBgColor { background-color: #B1AD8D; }

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

This div background color is #B1AD8D.

Border color

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

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

This div border color is #B1AD8D.

Opacity

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

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

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

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

This text has shadow with #B1AD8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1AD8D.

Preview

Color preview on black background

This text has color #B1AD8D on black background.


Color preview on white background

This text has color #B1AD8D on white background.


Black color preview on #B1AD8D background

This text has black color on #B1AD8D background.


White color preview on #B1AD8D background

This text has white color on #B1AD8D background.


Related colors

Complementary color

Complementary color for #hex is #4E5272.


I love getcolorcode.com

Triadic colors

1 #8DB1AD and #AD8DB1 with #B1AD8D are triadic colors.

2 #8DADB1 and #ADB18D with #B1AD8D are triadic colors.