COLOR #8A977B

HEX: #8A977B
RGB: (138,151,123)

Color info

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

RGB color model

#8A977B color RGB value is (138,151,123).

  • red value is 138;
  • green value is 151;
  • blue value is 123.
RGB:
(138,151,123)
(54%,59%,48%)

RGB channels and saturation

R 138 of 255 = 54%
G 151 of 255 = 59%
B 123 of 255 = 48%

138
151
123

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

Portions of RGB colors in percentages

R + G + B =
138 + 151 + 123 = 412 (100%)
R 138 of 412 ~ 33.5%
G 151 of 412 ~ 36.65%
B 123 of 412 ~ 29.85%

%33.5
%36.65
%29.85

CMYK color model

#8A977B color CMYK value is (9,0,19,41).

  • cyan value is 8.61%
  • magenta value is 0.00%
  • yellow value is 18.54%
  • key color value is 40.78%
CMYK:
(9,0,19,41)
C9M0Y19K41 
(9%,0%,19%,41%)
(0.09/0.00/0.19/0.41)	

CMYK percentages

%8.61
%0
%18.54
%40.78

Codes

Color #8A977B in popluar color models

8A977B
RGB138151123
HSL88°11.86%53.73%
HSB/HSV88°18.54%59.22%
CMYK8.61%0.00%18.54%
40.78%

Color #8A977B in popluar number systems.

HEX8A977B
Decimal138151123
Binary10001010100101111111011
Octal212227173

Shades and tints

Shades of #8A977B

#8A977B
(138,151,123)
#7E8A70
(126,138,112)
#727D65
(114,125,101)
#66705A
(102,112,90)
#5A634F
(90,99,79)
#4E5644
(78,86,68)
#424939
(66,73,57)
#363C2E
(54,60,46)
#2A2F23
(42,47,35)
#1E2218
(30,34,24)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #8A977B

#8A977B
(138,151,123)
#94A087
(148,160,135)
#9EA993
(158,169,147)
#A8B29F
(168,178,159)
#B2BBAB
(178,187,171)
#BCC4B7
(188,196,183)
#C6CDC3
(198,205,195)
#D0D6CF
(208,214,207)
#DADFDB
(218,223,219)
#E4E8E7
(228,232,231)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A977B color. Also use rgb(138,151,123) instead hex code.

Text Font Color

.myTextColor { color: #8A977B; }

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

This text font color is #8A977B.


Background Color

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

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

This div background color is #8A977B.


Border color

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

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

This div border color is #8A977B.


Opacity

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

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

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

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

This text has shadow with #8A977B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A977B on black background.


Color preview on white background

This text has color #8A977B on white background.



Black color preview on #8A977B background

This text has black color on #8A977B background.


White color preview on #8A977B background

This text has white color on #8A977B background.