COLOR #8B927D

HEX: #8B927D
RGB: (139,146,125)

Color info

#8B927D contains red, green and blue colors in about the same proportion. Web safe color of #8B927D is #999966 (or #996).

RGB color model

#8B927D color RGB value is (139,146,125).

  • red value is 139;
  • green value is 146;
  • blue value is 125.
RGB:
(139,146,125)
(55%,57%,49%)

RGB channels and saturation

R 139 of 255 = 55%
G 146 of 255 = 57%
B 125 of 255 = 49%

139
146
125

R + G + B ~ 54%. #8B927D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 146 + 125 = 410 (100%)
R 139 of 410 ~ 33.9%
G 146 of 410 ~ 35.61%
B 125 of 410 ~ 30.49%

%33.9
%35.61
%30.49

CMYK color model

#8B927D color CMYK value is (5,0,14,43).

  • cyan value is 4.79%
  • magenta value is 0.00%
  • yellow value is 14.38%
  • key color value is 42.75%
CMYK:
(5,0,14,43)
C5M0Y14K43 
(5%,0%,14%,43%)
(0.05/0.00/0.14/0.43)	

CMYK percentages

%4.79
%0
%14.38
%42.75

Codes

Color #8B927D in popluar color models

8B927D
RGB139146125
HSL80°8.79%53.14%
HSB/HSV80°14.38%57.25%
CMYK4.79%0.00%14.38%
42.75%

Color #8B927D in popluar number systems.

HEX8B927D
Decimal139146125
Binary10001011100100101111101
Octal213222175

Shades and tints

Shades of #8B927D

#8B927D
(139,146,125)
#7F8572
(127,133,114)
#737867
(115,120,103)
#676B5C
(103,107,92)
#5B5E51
(91,94,81)
#4F5146
(79,81,70)
#43443B
(67,68,59)
#373730
(55,55,48)
#2B2A25
(43,42,37)
#1F1D1A
(31,29,26)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #8B927D

#8B927D
(139,146,125)
#959B88
(149,155,136)
#9FA493
(159,164,147)
#A9AD9E
(169,173,158)
#B3B6A9
(179,182,169)
#BDBFB4
(189,191,180)
#C7C8BF
(199,200,191)
#D1D1CA
(209,209,202)
#DBDAD5
(219,218,213)
#E5E3E0
(229,227,224)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B927D color. Also use rgb(139,146,125) instead hex code.

Text Font Color

.myTextColor { color: #8B927D; }

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

This text font color is #8B927D.


Background Color

.myBgColor { background-color: #8B927D; }

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

This div background color is #8B927D.


Border color

.myBorderColor { border: 1px solid #8B927D; }

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

This div border color is #8B927D.


Opacity

.myOpacity80 { color: #8B927D; opacity: 0.8; }

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

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

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

This text has shadow with #8B927D color.

.textShadow {text-shadow: 3px 3px 1px #8B927D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8B927D;
-webkit-box-shadow: 1px 1px 3px 2px #8B927D;
box-shadow:1px 1px 3px 2px #8B927D;">
Div content here</div>
This div box has shadow with color #8B927D.

Preview

Color preview on black background

This text has color #8B927D on black background.


Color preview on white background

This text has color #8B927D on white background.



Black color preview on #8B927D background

This text has black color on #8B927D background.


White color preview on #8B927D background

This text has white color on #8B927D background.