COLOR #8A90AE

HEX: #8A90AE
RGB: (138,144,174)

Color info

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

RGB color model

#8A90AE color RGB value is (138,144,174).

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

RGB channels and saturation

R 138 of 255 = 54%
G 144 of 255 = 56%
B 174 of 255 = 68%

138
144
174

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

Portions of RGB colors in percentages

R + G + B =
138 + 144 + 174 = 456 (100%)
R 138 of 456 ~ 30.26%
G 144 of 456 ~ 31.58%
B 174 of 456 ~ 38.16%

%30.26
%31.58
%38.16

CMYK color model

#8A90AE color CMYK value is (21,17,0,32).

  • cyan value is 20.69%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(21,17,0,32)
C21M17Y0K32 
(21%,17%,0%,32%)
(0.21/0.17/0.00/0.32)	

CMYK percentages

%20.69
%17.24
%0
%31.76

Codes

Color #8A90AE in popluar color models

8A90AE
RGB138144174
HSL230°18.18%61.18%
HSB/HSV230°20.69%68.24%
CMYK20.69%17.24%0.00%
31.76%

Color #8A90AE in popluar number systems.

HEX8A90AE
Decimal138144174
Binary100010101001000010101110
Octal212220256

Shades and tints

Shades of #8A90AE

#8A90AE
(138,144,174)
#7E839F
(126,131,159)
#727690
(114,118,144)
#666981
(102,105,129)
#5A5C72
(90,92,114)
#4E4F63
(78,79,99)
#424254
(66,66,84)
#363545
(54,53,69)
#2A2836
(42,40,54)
#1E1B27
(30,27,39)
#120E18
(18,14,24)
#000000
(0,0,0)

Tints of #8A90AE

#8A90AE
(138,144,174)
#949AB5
(148,154,181)
#9EA4BC
(158,164,188)
#A8AEC3
(168,174,195)
#B2B8CA
(178,184,202)
#BCC2D1
(188,194,209)
#C6CCD8
(198,204,216)
#D0D6DF
(208,214,223)
#DAE0E6
(218,224,230)
#E4EAED
(228,234,237)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A90AE; }

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

This text font color is #8A90AE.


Background Color

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

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

This div background color is #8A90AE.


Border color

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

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

This div border color is #8A90AE.


Opacity

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

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

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

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

This text has shadow with #8A90AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A90AE on black background.


Color preview on white background

This text has color #8A90AE on white background.



Black color preview on #8A90AE background

This text has black color on #8A90AE background.


White color preview on #8A90AE background

This text has white color on #8A90AE background.