COLOR #8992AF

HEX: #8992AF
RGB: (137,146,175)

Color info

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

RGB color model

#8992AF color RGB value is (137,146,175).

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

RGB channels and saturation

R 137 of 255 = 54%
G 146 of 255 = 57%
B 175 of 255 = 69%

137
146
175

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

Portions of RGB colors in percentages

R + G + B =
137 + 146 + 175 = 458 (100%)
R 137 of 458 ~ 29.91%
G 146 of 458 ~ 31.88%
B 175 of 458 ~ 38.21%

%29.91
%31.88
%38.21

CMYK color model

#8992AF color CMYK value is (22,17,0,31).

  • cyan value is 21.71%
  • magenta value is 16.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(22,17,0,31)
C22M17Y0K31 
(22%,17%,0%,31%)
(0.22/0.17/0.00/0.31)	

CMYK percentages

%21.71
%16.57
%0
%31.37

Codes

Color #8992AF in popluar color models

8992AF
RGB137146175
HSL226°19.19%61.18%
HSB/HSV226°21.71%68.63%
CMYK21.71%16.57%0.00%
31.37%

Color #8992AF in popluar number systems.

HEX8992AF
Decimal137146175
Binary100010011001001010101111
Octal211222257

Shades and tints

Shades of #8992AF

#8992AF
(137,146,175)
#7D85A0
(125,133,160)
#717891
(113,120,145)
#656B82
(101,107,130)
#595E73
(89,94,115)
#4D5164
(77,81,100)
#414455
(65,68,85)
#353746
(53,55,70)
#292A37
(41,42,55)
#1D1D28
(29,29,40)
#111019
(17,16,25)
#000000
(0,0,0)

Tints of #8992AF

#8992AF
(137,146,175)
#939BB6
(147,155,182)
#9DA4BD
(157,164,189)
#A7ADC4
(167,173,196)
#B1B6CB
(177,182,203)
#BBBFD2
(187,191,210)
#C5C8D9
(197,200,217)
#CFD1E0
(207,209,224)
#D9DAE7
(217,218,231)
#E3E3EE
(227,227,238)
#EDECF5
(237,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8992AF; }

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

This text font color is #8992AF.


Background Color

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

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

This div background color is #8992AF.


Border color

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

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

This div border color is #8992AF.


Opacity

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

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

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

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

This text has shadow with #8992AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8992AF on black background.


Color preview on white background

This text has color #8992AF on white background.



Black color preview on #8992AF background

This text has black color on #8992AF background.


White color preview on #8992AF background

This text has white color on #8992AF background.