COLOR #8A90A7

HEX: #8A90A7 RGB: (138,144,167)

Color info

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

RGB color model

#8A90A7 color RGB value is (138,144,167).

RGB: (138,144,167) (54%, 56%, 65%)

RGB channels and saturation

R 138 of 255 = 54%
G 144 of 255 = 56%
B 167 of 255 = 65%

138
144
167

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

Portions of RGB colors in percentages

R + G + B = 138 + 144 + 167 = 449 (100%)
R 138 of 449 ~ 30.73%
G 144 of 449 ~ 32.07%
B 167 of 449 ~ 37.19'%

%30.73
%32.07
%37.19

CMYK color model

#8A90A7 color CMYK value is (17,14,0,35).

  • cyan value is 17.37%
  • magenta value is 13.77%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (17,14,0,35)
C17M14Y0K35 (17%, 14%, 0%, 35%)
(0.17 / 0.14 / 0.00 / 0.35)

CMYK percentages

%17.37
%13.77
%0
%34.51

Codes

Color #8A90A7 in popluar color models

8A 90 A7
RGB 138 144 167
HSL 228° 14.15% 59.80%
HSB/HSV 228° 17.37% 65.49%
CMYK 17.37% 13.77% 0.00%
34.51%

Color #8A90A7 in popluar number systems.

HEX 8A 90 A7
Decimal 138 144 167
Binary 10001010 10010000 10100111
Octal 212 220 247

Shades and tints

Shades of #8A90A7

#8A90A7
(138,144,167)
#7E8398
(126,131,152)
#727689
(114,118,137)
#66697A
(102,105,122)
#5A5C6B
(90,92,107)
#4E4F5C
(78,79,92)
#42424D
(66,66,77)
#36353E
(54,53,62)
#2A282F
(42,40,47)
#1E1B20
(30,27,32)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #8A90A7

#8A90A7
(138,144,167)
#949AAF
(148,154,175)
#9EA4B7
(158,164,183)
#A8AEBF
(168,174,191)
#B2B8C7
(178,184,199)
#BCC2CF
(188,194,207)
#C6CCD7
(198,204,215)
#D0D6DF
(208,214,223)
#DAE0E7
(218,224,231)
#E4EAEF
(228,234,239)
#EEF4F7
(238,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A90A7; }

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

This text font color is #8A90A7.

Background Color

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

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

This div background color is #8A90A7.

Border color

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

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

This div border color is #8A90A7.

Opacity

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

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

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

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

This text has shadow with #8A90A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A90A7.

Preview

Color preview on black background

This text has color #8A90A7 on black background.


Color preview on white background

This text has color #8A90A7 on white background.


Black color preview on #8A90A7 background

This text has black color on #8A90A7 background.


White color preview on #8A90A7 background

This text has white color on #8A90A7 background.


Related colors

Complementary color

Complementary color for #hex is #756F58.


I love getcolorcode.com

Triadic colors

1 #A78A90 and #90A78A with #8A90A7 are triadic colors.

2 #A7908A and #908AA7 with #8A90A7 are triadic colors.