COLOR #8992A7

HEX: #8992A7
RGB: (137,146,167)

Color info

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

RGB color model

#8992A7 color RGB value is (137,146,167).

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

RGB channels and saturation

R 137 of 255 = 54%
G 146 of 255 = 57%
B 167 of 255 = 65%

137
146
167

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

Portions of RGB colors in percentages

R + G + B =
137 + 146 + 167 = 450 (100%)
R 137 of 450 ~ 30.44%
G 146 of 450 ~ 32.44%
B 167 of 450 ~ 37.11%

%30.44
%32.44
%37.11

CMYK color model

#8992A7 color CMYK value is (18,13,0,35).

  • cyan value is 17.96%
  • magenta value is 12.57%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(18,13,0,35)
C18M13Y0K35 
(18%,13%,0%,35%)
(0.18/0.13/0.00/0.35)	

CMYK percentages

%17.96
%12.57
%0
%34.51

Codes

Color #8992A7 in popluar color models

8992A7
RGB137146167
HSL222°14.56%59.61%
HSB/HSV222°17.96%65.49%
CMYK17.96%12.57%0.00%
34.51%

Color #8992A7 in popluar number systems.

HEX8992A7
Decimal137146167
Binary100010011001001010100111
Octal211222247

Shades and tints

Shades of #8992A7

#8992A7
(137,146,167)
#7D8598
(125,133,152)
#717889
(113,120,137)
#656B7A
(101,107,122)
#595E6B
(89,94,107)
#4D515C
(77,81,92)
#41444D
(65,68,77)
#35373E
(53,55,62)
#292A2F
(41,42,47)
#1D1D20
(29,29,32)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #8992A7

#8992A7
(137,146,167)
#939BAF
(147,155,175)
#9DA4B7
(157,164,183)
#A7ADBF
(167,173,191)
#B1B6C7
(177,182,199)
#BBBFCF
(187,191,207)
#C5C8D7
(197,200,215)
#CFD1DF
(207,209,223)
#D9DAE7
(217,218,231)
#E3E3EF
(227,227,239)
#EDECF7
(237,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8992A7; }

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

This text font color is #8992A7.


Background Color

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

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

This div background color is #8992A7.


Border color

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

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

This div border color is #8992A7.


Opacity

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

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

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

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

This text has shadow with #8992A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8992A7 on black background.


Color preview on white background

This text has color #8992A7 on white background.



Black color preview on #8992A7 background

This text has black color on #8992A7 background.


White color preview on #8992A7 background

This text has white color on #8992A7 background.