COLOR #8A9DA7

HEX: #8A9DA7
RGB: (138,157,167)

Color info

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

RGB color model

#8A9DA7 color RGB value is (138,157,167).

  • red value is 138;
  • green value is 157;
  • blue value is 167.
RGB:
(138,157,167)
(54%,62%,65%)

RGB channels and saturation

R 138 of 255 = 54%
G 157 of 255 = 62%
B 167 of 255 = 65%

138
157
167

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

Portions of RGB colors in percentages

R + G + B =
138 + 157 + 167 = 462 (100%)
R 138 of 462 ~ 29.87%
G 157 of 462 ~ 33.98%
B 167 of 462 ~ 36.15%

%29.87
%33.98
%36.15

CMYK color model

#8A9DA7 color CMYK value is (17,6,0,35).

  • cyan value is 17.37%
  • magenta value is 5.99%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(17,6,0,35)
C17M6Y0K35 
(17%,6%,0%,35%)
(0.17/0.06/0.00/0.35)	

CMYK percentages

%17.37
%5.99
%0
%34.51

Codes

Color #8A9DA7 in popluar color models

8A9DA7
RGB138157167
HSL201°14.15%59.80%
HSB/HSV201°17.37%65.49%
CMYK17.37%5.99%0.00%
34.51%

Color #8A9DA7 in popluar number systems.

HEX8A9DA7
Decimal138157167
Binary100010101001110110100111
Octal212235247

Shades and tints

Shades of #8A9DA7

#8A9DA7
(138,157,167)
#7E8F98
(126,143,152)
#728189
(114,129,137)
#66737A
(102,115,122)
#5A656B
(90,101,107)
#4E575C
(78,87,92)
#42494D
(66,73,77)
#363B3E
(54,59,62)
#2A2D2F
(42,45,47)
#1E1F20
(30,31,32)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #8A9DA7

#8A9DA7
(138,157,167)
#94A5AF
(148,165,175)
#9EADB7
(158,173,183)
#A8B5BF
(168,181,191)
#B2BDC7
(178,189,199)
#BCC5CF
(188,197,207)
#C6CDD7
(198,205,215)
#D0D5DF
(208,213,223)
#DADDE7
(218,221,231)
#E4E5EF
(228,229,239)
#EEEDF7
(238,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9DA7; }

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

This text font color is #8A9DA7.


Background Color

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

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

This div background color is #8A9DA7.


Border color

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

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

This div border color is #8A9DA7.


Opacity

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

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

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

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

This text has shadow with #8A9DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9DA7 on black background.


Color preview on white background

This text has color #8A9DA7 on white background.



Black color preview on #8A9DA7 background

This text has black color on #8A9DA7 background.


White color preview on #8A9DA7 background

This text has white color on #8A9DA7 background.