COLOR #8A9E8E

HEX: #8A9E8E
RGB: (138,158,142)

Color info

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

RGB color model

#8A9E8E color RGB value is (138,158,142).

  • red value is 138;
  • green value is 158;
  • blue value is 142.
RGB:
(138,158,142)
(54%,62%,56%)

RGB channels and saturation

R 138 of 255 = 54%
G 158 of 255 = 62%
B 142 of 255 = 56%

138
158
142

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

Portions of RGB colors in percentages

R + G + B =
138 + 158 + 142 = 438 (100%)
R 138 of 438 ~ 31.51%
G 158 of 438 ~ 36.07%
B 142 of 438 ~ 32.42%

%31.51
%36.07
%32.42

CMYK color model

#8A9E8E color CMYK value is (13,0,10,38).

  • cyan value is 12.66%
  • magenta value is 0.00%
  • yellow value is 10.13%
  • key color value is 38.04%
CMYK:
(13,0,10,38)
C13M0Y10K38 
(13%,0%,10%,38%)
(0.13/0.00/0.10/0.38)	

CMYK percentages

%12.66
%0
%10.13
%38.04

Codes

Color #8A9E8E in popluar color models

8A9E8E
RGB138158142
HSL132°9.35%58.04%
HSB/HSV132°12.66%61.96%
CMYK12.66%0.00%10.13%
38.04%

Color #8A9E8E in popluar number systems.

HEX8A9E8E
Decimal138158142
Binary100010101001111010001110
Octal212236216

Shades and tints

Shades of #8A9E8E

#8A9E8E
(138,158,142)
#7E9082
(126,144,130)
#728276
(114,130,118)
#66746A
(102,116,106)
#5A665E
(90,102,94)
#4E5852
(78,88,82)
#424A46
(66,74,70)
#363C3A
(54,60,58)
#2A2E2E
(42,46,46)
#1E2022
(30,32,34)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #8A9E8E

#8A9E8E
(138,158,142)
#94A698
(148,166,152)
#9EAEA2
(158,174,162)
#A8B6AC
(168,182,172)
#B2BEB6
(178,190,182)
#BCC6C0
(188,198,192)
#C6CECA
(198,206,202)
#D0D6D4
(208,214,212)
#DADEDE
(218,222,222)
#E4E6E8
(228,230,232)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9E8E color. Also use rgb(138,158,142) instead hex code.

Text Font Color

.myTextColor { color: #8A9E8E; }

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

This text font color is #8A9E8E.


Background Color

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

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

This div background color is #8A9E8E.


Border color

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

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

This div border color is #8A9E8E.


Opacity

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

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

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

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

This text has shadow with #8A9E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9E8E on black background.


Color preview on white background

This text has color #8A9E8E on white background.



Black color preview on #8A9E8E background

This text has black color on #8A9E8E background.


White color preview on #8A9E8E background

This text has white color on #8A9E8E background.