COLOR #8A98A7

HEX: #8A98A7
RGB: (138,152,167)

Color info

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

RGB color model

#8A98A7 color RGB value is (138,152,167).

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

RGB channels and saturation

R 138 of 255 = 54%
G 152 of 255 = 60%
B 167 of 255 = 65%

138
152
167

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

Portions of RGB colors in percentages

R + G + B =
138 + 152 + 167 = 457 (100%)
R 138 of 457 ~ 30.2%
G 152 of 457 ~ 33.26%
B 167 of 457 ~ 36.54%

%30.2
%33.26
%36.54

CMYK color model

#8A98A7 color CMYK value is (17,9,0,35).

  • cyan value is 17.37%
  • magenta value is 8.98%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(17,9,0,35)
C17M9Y0K35 
(17%,9%,0%,35%)
(0.17/0.09/0.00/0.35)	

CMYK percentages

%17.37
%8.98
%0
%34.51

Codes

Color #8A98A7 in popluar color models

8A98A7
RGB138152167
HSL211°14.15%59.80%
HSB/HSV211°17.37%65.49%
CMYK17.37%8.98%0.00%
34.51%

Color #8A98A7 in popluar number systems.

HEX8A98A7
Decimal138152167
Binary100010101001100010100111
Octal212230247

Shades and tints

Shades of #8A98A7

#8A98A7
(138,152,167)
#7E8B98
(126,139,152)
#727E89
(114,126,137)
#66717A
(102,113,122)
#5A646B
(90,100,107)
#4E575C
(78,87,92)
#424A4D
(66,74,77)
#363D3E
(54,61,62)
#2A302F
(42,48,47)
#1E2320
(30,35,32)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #8A98A7

#8A98A7
(138,152,167)
#94A1AF
(148,161,175)
#9EAAB7
(158,170,183)
#A8B3BF
(168,179,191)
#B2BCC7
(178,188,199)
#BCC5CF
(188,197,207)
#C6CED7
(198,206,215)
#D0D7DF
(208,215,223)
#DAE0E7
(218,224,231)
#E4E9EF
(228,233,239)
#EEF2F7
(238,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A98A7; }

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

This text font color is #8A98A7.


Background Color

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

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

This div background color is #8A98A7.


Border color

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

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

This div border color is #8A98A7.


Opacity

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

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

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

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

This text has shadow with #8A98A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A98A7 on black background.


Color preview on white background

This text has color #8A98A7 on white background.



Black color preview on #8A98A7 background

This text has black color on #8A98A7 background.


White color preview on #8A98A7 background

This text has white color on #8A98A7 background.