COLOR #8A9189

HEX: #8A9189
RGB: (138,145,137)

Color info

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

RGB color model

#8A9189 color RGB value is (138,145,137).

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

RGB channels and saturation

R 138 of 255 = 54%
G 145 of 255 = 57%
B 137 of 255 = 54%

138
145
137

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

Portions of RGB colors in percentages

R + G + B =
138 + 145 + 137 = 420 (100%)
R 138 of 420 ~ 32.86%
G 145 of 420 ~ 34.52%
B 137 of 420 ~ 32.62%

%32.86
%34.52
%32.62

CMYK color model

#8A9189 color CMYK value is (5,0,6,43).

  • cyan value is 4.83%
  • magenta value is 0.00%
  • yellow value is 5.52%
  • key color value is 43.14%
CMYK:
(5,0,6,43)
C5M0Y6K43 
(5%,0%,6%,43%)
(0.05/0.00/0.06/0.43)	

CMYK percentages

%4.83
%0
%5.52
%43.14

Codes

Color #8A9189 in popluar color models

8A9189
RGB138145137
HSL113°3.51%55.29%
HSB/HSV113°5.52%56.86%
CMYK4.83%0.00%5.52%
43.14%

Color #8A9189 in popluar number systems.

HEX8A9189
Decimal138145137
Binary100010101001000110001001
Octal212221211

Shades and tints

Shades of #8A9189

#8A9189
(138,145,137)
#7E847D
(126,132,125)
#727771
(114,119,113)
#666A65
(102,106,101)
#5A5D59
(90,93,89)
#4E504D
(78,80,77)
#424341
(66,67,65)
#363635
(54,54,53)
#2A2929
(42,41,41)
#1E1C1D
(30,28,29)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #8A9189

#8A9189
(138,145,137)
#949B93
(148,155,147)
#9EA59D
(158,165,157)
#A8AFA7
(168,175,167)
#B2B9B1
(178,185,177)
#BCC3BB
(188,195,187)
#C6CDC5
(198,205,197)
#D0D7CF
(208,215,207)
#DAE1D9
(218,225,217)
#E4EBE3
(228,235,227)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9189; }

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

This text font color is #8A9189.


Background Color

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

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

This div background color is #8A9189.


Border color

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

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

This div border color is #8A9189.


Opacity

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

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

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

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

This text has shadow with #8A9189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9189 on black background.


Color preview on white background

This text has color #8A9189 on white background.



Black color preview on #8A9189 background

This text has black color on #8A9189 background.


White color preview on #8A9189 background

This text has white color on #8A9189 background.