COLOR #8D997A

HEX: #8D997A RGB: (141,153,122)

Color info

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

RGB color model

#8D997A color RGB value is (141,153,122).

RGB: (141,153,122) (55%, 60%, 48%)

RGB channels and saturation

R 141 of 255 = 55%
G 153 of 255 = 60%
B 122 of 255 = 48%

141
153
122

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

Portions of RGB colors in percentages

R + G + B = 141 + 153 + 122 = 416 (100%)
R 141 of 416 ~ 33.89%
G 153 of 416 ~ 36.78%
B 122 of 416 ~ 29.33'%

%33.89
%36.78
%29.33

CMYK color model

#8D997A color CMYK value is (8,0,20,40).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 20.26%
  • key color value is 40.00%

CMYK: (8,0,20,40)
C8M0Y20K40 (8%, 0%, 20%, 40%)
(0.08 / 0.00 / 0.20 / 0.40)

CMYK percentages

%7.84
%0
%20.26
%40

Codes

Color #8D997A in popluar color models

8D 99 7A
RGB 141 153 122
HSL 83° 13.19% 53.92%
HSB/HSV 83° 20.26% 60.00%
CMYK 7.84% 0.00% 20.26%
40.00%

Color #8D997A in popluar number systems.

HEX 8D 99 7A
Decimal 141 153 122
Binary 10001101 10011001 1111010
Octal 215 231 172

Shades and tints

Shades of #8D997A

#8D997A
(141,153,122)
#818C6F
(129,140,111)
#757F64
(117,127,100)
#697259
(105,114,89)
#5D654E
(93,101,78)
#515843
(81,88,67)
#454B38
(69,75,56)
#393E2D
(57,62,45)
#2D3122
(45,49,34)
#212417
(33,36,23)
#15170C
(21,23,12)
#000000
(0,0,0)

Tints of #8D997A

#8D997A
(141,153,122)
#97A286
(151,162,134)
#A1AB92
(161,171,146)
#ABB49E
(171,180,158)
#B5BDAA
(181,189,170)
#BFC6B6
(191,198,182)
#C9CFC2
(201,207,194)
#D3D8CE
(211,216,206)
#DDE1DA
(221,225,218)
#E7EAE6
(231,234,230)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D997A color. Also use rgb(141,153,122) instead hex code.

Text Font Color

.myTextColor { color: #8D997A; }

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

This text font color is #8D997A.

Background Color

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

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

This div background color is #8D997A.

Border color

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

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

This div border color is #8D997A.

Opacity

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

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

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

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

This text has shadow with #8D997A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D997A.

Preview

Color preview on black background

This text has color #8D997A on black background.


Color preview on white background

This text has color #8D997A on white background.


Black color preview on #8D997A background

This text has black color on #8D997A background.


White color preview on #8D997A background

This text has white color on #8D997A background.


Related colors

Complementary color

Complementary color for #hex is #726685.


I love getcolorcode.com

Triadic colors

1 #7A8D99 and #997A8D with #8D997A are triadic colors.

2 #7A998D and #998D7A with #8D997A are triadic colors.