COLOR #8A90AC

HEX: #8A90AC
RGB: (138,144,172)

Color info

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

RGB color model

#8A90AC color RGB value is (138,144,172).

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

RGB channels and saturation

R 138 of 255 = 54%
G 144 of 255 = 56%
B 172 of 255 = 67%

138
144
172

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

Portions of RGB colors in percentages

R + G + B =
138 + 144 + 172 = 454 (100%)
R 138 of 454 ~ 30.4%
G 144 of 454 ~ 31.72%
B 172 of 454 ~ 37.89%

%30.4
%31.72
%37.89

CMYK color model

#8A90AC color CMYK value is (20,16,0,33).

  • cyan value is 19.77%
  • magenta value is 16.28%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(20,16,0,33)
C20M16Y0K33 
(20%,16%,0%,33%)
(0.20/0.16/0.00/0.33)	

CMYK percentages

%19.77
%16.28
%0
%32.55

Codes

Color #8A90AC in popluar color models

8A90AC
RGB138144172
HSL229°17.00%60.78%
HSB/HSV229°19.77%67.45%
CMYK19.77%16.28%0.00%
32.55%

Color #8A90AC in popluar number systems.

HEX8A90AC
Decimal138144172
Binary100010101001000010101100
Octal212220254

Shades and tints

Shades of #8A90AC

#8A90AC
(138,144,172)
#7E839D
(126,131,157)
#72768E
(114,118,142)
#66697F
(102,105,127)
#5A5C70
(90,92,112)
#4E4F61
(78,79,97)
#424252
(66,66,82)
#363543
(54,53,67)
#2A2834
(42,40,52)
#1E1B25
(30,27,37)
#120E16
(18,14,22)
#000000
(0,0,0)

Tints of #8A90AC

#8A90AC
(138,144,172)
#949AB3
(148,154,179)
#9EA4BA
(158,164,186)
#A8AEC1
(168,174,193)
#B2B8C8
(178,184,200)
#BCC2CF
(188,194,207)
#C6CCD6
(198,204,214)
#D0D6DD
(208,214,221)
#DAE0E4
(218,224,228)
#E4EAEB
(228,234,235)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A90AC; }

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

This text font color is #8A90AC.


Background Color

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

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

This div background color is #8A90AC.


Border color

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

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

This div border color is #8A90AC.


Opacity

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

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

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

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

This text has shadow with #8A90AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A90AC on black background.


Color preview on white background

This text has color #8A90AC on white background.



Black color preview on #8A90AC background

This text has black color on #8A90AC background.


White color preview on #8A90AC background

This text has white color on #8A90AC background.