COLOR #8A917E

HEX: #8A917E
RGB: (138,145,126)

Color info

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

RGB color model

#8A917E color RGB value is (138,145,126).

  • red value is 138;
  • green value is 145;
  • blue value is 126.
RGB:
(138,145,126)
(54%,57%,49%)

RGB channels and saturation

R 138 of 255 = 54%
G 145 of 255 = 57%
B 126 of 255 = 49%

138
145
126

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

Portions of RGB colors in percentages

R + G + B =
138 + 145 + 126 = 409 (100%)
R 138 of 409 ~ 33.74%
G 145 of 409 ~ 35.45%
B 126 of 409 ~ 30.81%

%33.74
%35.45
%30.81

CMYK color model

#8A917E color CMYK value is (5,0,13,43).

  • cyan value is 4.83%
  • magenta value is 0.00%
  • yellow value is 13.10%
  • key color value is 43.14%
CMYK:
(5,0,13,43)
C5M0Y13K43 
(5%,0%,13%,43%)
(0.05/0.00/0.13/0.43)	

CMYK percentages

%4.83
%0
%13.1
%43.14

Codes

Color #8A917E in popluar color models

8A917E
RGB138145126
HSL82°7.95%53.14%
HSB/HSV82°13.10%56.86%
CMYK4.83%0.00%13.10%
43.14%

Color #8A917E in popluar number systems.

HEX8A917E
Decimal138145126
Binary10001010100100011111110
Octal212221176

Shades and tints

Shades of #8A917E

#8A917E
(138,145,126)
#7E8473
(126,132,115)
#727768
(114,119,104)
#666A5D
(102,106,93)
#5A5D52
(90,93,82)
#4E5047
(78,80,71)
#42433C
(66,67,60)
#363631
(54,54,49)
#2A2926
(42,41,38)
#1E1C1B
(30,28,27)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #8A917E

#8A917E
(138,145,126)
#949B89
(148,155,137)
#9EA594
(158,165,148)
#A8AF9F
(168,175,159)
#B2B9AA
(178,185,170)
#BCC3B5
(188,195,181)
#C6CDC0
(198,205,192)
#D0D7CB
(208,215,203)
#DAE1D6
(218,225,214)
#E4EBE1
(228,235,225)
#EEF5EC
(238,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A917E color. Also use rgb(138,145,126) instead hex code.

Text Font Color

.myTextColor { color: #8A917E; }

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

This text font color is #8A917E.


Background Color

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

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

This div background color is #8A917E.


Border color

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

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

This div border color is #8A917E.


Opacity

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

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

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

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

This text has shadow with #8A917E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A917E on black background.


Color preview on white background

This text has color #8A917E on white background.



Black color preview on #8A917E background

This text has black color on #8A917E background.


White color preview on #8A917E background

This text has white color on #8A917E background.