COLOR #8993A7

HEX: #8993A7
RGB: (137,147,167)

Color info

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

RGB color model

#8993A7 color RGB value is (137,147,167).

  • red value is 137;
  • green value is 147;
  • blue value is 167.
RGB:
(137,147,167)
(54%,58%,65%)

RGB channels and saturation

R 137 of 255 = 54%
G 147 of 255 = 58%
B 167 of 255 = 65%

137
147
167

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

Portions of RGB colors in percentages

R + G + B =
137 + 147 + 167 = 451 (100%)
R 137 of 451 ~ 30.38%
G 147 of 451 ~ 32.59%
B 167 of 451 ~ 37.03%

%30.38
%32.59
%37.03

CMYK color model

#8993A7 color CMYK value is (18,12,0,35).

  • cyan value is 17.96%
  • magenta value is 11.98%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(18,12,0,35)
C18M12Y0K35 
(18%,12%,0%,35%)
(0.18/0.12/0.00/0.35)	

CMYK percentages

%17.96
%11.98
%0
%34.51

Codes

Color #8993A7 in popluar color models

8993A7
RGB137147167
HSL220°14.56%59.61%
HSB/HSV220°17.96%65.49%
CMYK17.96%11.98%0.00%
34.51%

Color #8993A7 in popluar number systems.

HEX8993A7
Decimal137147167
Binary100010011001001110100111
Octal211223247

Shades and tints

Shades of #8993A7

#8993A7
(137,147,167)
#7D8698
(125,134,152)
#717989
(113,121,137)
#656C7A
(101,108,122)
#595F6B
(89,95,107)
#4D525C
(77,82,92)
#41454D
(65,69,77)
#35383E
(53,56,62)
#292B2F
(41,43,47)
#1D1E20
(29,30,32)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #8993A7

#8993A7
(137,147,167)
#939CAF
(147,156,175)
#9DA5B7
(157,165,183)
#A7AEBF
(167,174,191)
#B1B7C7
(177,183,199)
#BBC0CF
(187,192,207)
#C5C9D7
(197,201,215)
#CFD2DF
(207,210,223)
#D9DBE7
(217,219,231)
#E3E4EF
(227,228,239)
#EDEDF7
(237,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8993A7 color. Also use rgb(137,147,167) instead hex code.

Text Font Color

.myTextColor { color: #8993A7; }

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

This text font color is #8993A7.


Background Color

.myBgColor { background-color: #8993A7; }

<div style="background-color:#8993A7">Inner text</div>

This div background color is #8993A7.


Border color

.myBorderColor { border: 1px solid #8993A7; }

<div style="border:3px solid #8993A7">Div</div>

This div border color is #8993A7.


Opacity

.myOpacity80 { color: #8993A7; opacity: 0.8; }

<p style="color:#8993A7;opacity:0.8;">80%</p>

Text with #8993A7 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 #8993A7;}

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

This text has shadow with #8993A7 color.

.textShadow {text-shadow: 3px 3px 1px #8993A7, 3px 3px 1px red;}

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

This text has shadow with #8993A7 primary color and red secondary color.


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

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

This text has shadow with #8993A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8993A7 on black background.


Color preview on white background

This text has color #8993A7 on white background.



Black color preview on #8993A7 background

This text has black color on #8993A7 background.


White color preview on #8993A7 background

This text has white color on #8993A7 background.