COLOR #8A9789

HEX: #8A9789
RGB: (138,151,137)

Color info

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

RGB color model

#8A9789 color RGB value is (138,151,137).

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

RGB channels and saturation

R 138 of 255 = 54%
G 151 of 255 = 59%
B 137 of 255 = 54%

138
151
137

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

Portions of RGB colors in percentages

R + G + B =
138 + 151 + 137 = 426 (100%)
R 138 of 426 ~ 32.39%
G 151 of 426 ~ 35.45%
B 137 of 426 ~ 32.16%

%32.39
%35.45
%32.16

CMYK color model

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

  • cyan value is 8.61%
  • magenta value is 0.00%
  • yellow value is 9.27%
  • key color value is 40.78%
CMYK:
(9,0,9,41)
C9M0Y9K41 
(9%,0%,9%,41%)
(0.09/0.00/0.09/0.41)	

CMYK percentages

%8.61
%0
%9.27
%40.78

Codes

Color #8A9789 in popluar color models

8A9789
RGB138151137
HSL116°6.31%56.47%
HSB/HSV116°9.27%59.22%
CMYK8.61%0.00%9.27%
40.78%

Color #8A9789 in popluar number systems.

HEX8A9789
Decimal138151137
Binary100010101001011110001001
Octal212227211

Shades and tints

Shades of #8A9789

#8A9789
(138,151,137)
#7E8A7D
(126,138,125)
#727D71
(114,125,113)
#667065
(102,112,101)
#5A6359
(90,99,89)
#4E564D
(78,86,77)
#424941
(66,73,65)
#363C35
(54,60,53)
#2A2F29
(42,47,41)
#1E221D
(30,34,29)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #8A9789

#8A9789
(138,151,137)
#94A093
(148,160,147)
#9EA99D
(158,169,157)
#A8B2A7
(168,178,167)
#B2BBB1
(178,187,177)
#BCC4BB
(188,196,187)
#C6CDC5
(198,205,197)
#D0D6CF
(208,214,207)
#DADFD9
(218,223,217)
#E4E8E3
(228,232,227)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9789; }

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

This text font color is #8A9789.


Background Color

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

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

This div background color is #8A9789.


Border color

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

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

This div border color is #8A9789.


Opacity

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

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

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

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

This text has shadow with #8A9789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9789 on black background.


Color preview on white background

This text has color #8A9789 on white background.



Black color preview on #8A9789 background

This text has black color on #8A9789 background.


White color preview on #8A9789 background

This text has white color on #8A9789 background.