COLOR #8A9E90

HEX: #8A9E90
RGB: (138,158,144)

Color info

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

RGB color model

#8A9E90 color RGB value is (138,158,144).

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

RGB channels and saturation

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

138
158
144

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

Portions of RGB colors in percentages

R + G + B =
138 + 158 + 144 = 440 (100%)
R 138 of 440 ~ 31.36%
G 158 of 440 ~ 35.91%
B 144 of 440 ~ 32.73%

%31.36
%35.91
%32.73

CMYK color model

#8A9E90 color CMYK value is (13,0,9,38).

  • cyan value is 12.66%
  • magenta value is 0.00%
  • yellow value is 8.86%
  • key color value is 38.04%
CMYK:
(13,0,9,38)
C13M0Y9K38 
(13%,0%,9%,38%)
(0.13/0.00/0.09/0.38)	

CMYK percentages

%12.66
%0
%8.86
%38.04

Codes

Color #8A9E90 in popluar color models

8A9E90
RGB138158144
HSL138°9.35%58.04%
HSB/HSV138°12.66%61.96%
CMYK12.66%0.00%8.86%
38.04%

Color #8A9E90 in popluar number systems.

HEX8A9E90
Decimal138158144
Binary100010101001111010010000
Octal212236220

Shades and tints

Shades of #8A9E90

#8A9E90
(138,158,144)
#7E9083
(126,144,131)
#728276
(114,130,118)
#667469
(102,116,105)
#5A665C
(90,102,92)
#4E584F
(78,88,79)
#424A42
(66,74,66)
#363C35
(54,60,53)
#2A2E28
(42,46,40)
#1E201B
(30,32,27)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #8A9E90

#8A9E90
(138,158,144)
#94A69A
(148,166,154)
#9EAEA4
(158,174,164)
#A8B6AE
(168,182,174)
#B2BEB8
(178,190,184)
#BCC6C2
(188,198,194)
#C6CECC
(198,206,204)
#D0D6D6
(208,214,214)
#DADEE0
(218,222,224)
#E4E6EA
(228,230,234)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9E90; }

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

This text font color is #8A9E90.


Background Color

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

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

This div background color is #8A9E90.


Border color

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

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

This div border color is #8A9E90.


Opacity

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

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

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

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

This text has shadow with #8A9E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9E90 on black background.


Color preview on white background

This text has color #8A9E90 on white background.



Black color preview on #8A9E90 background

This text has black color on #8A9E90 background.


White color preview on #8A9E90 background

This text has white color on #8A9E90 background.