COLOR #8992AD

HEX: #8992AD RGB: (137,146,173)

Color info

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

RGB color model

#8992AD color RGB value is (137,146,173).

RGB: (137,146,173) (54%, 57%, 68%)

RGB channels and saturation

R 137 of 255 = 54%
G 146 of 255 = 57%
B 173 of 255 = 68%

137
146
173

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

Portions of RGB colors in percentages

R + G + B = 137 + 146 + 173 = 456 (100%)
R 137 of 456 ~ 30.04%
G 146 of 456 ~ 32.02%
B 173 of 456 ~ 37.94'%

%30.04
%32.02
%37.94

CMYK color model

#8992AD color CMYK value is (21,16,0,32).

  • cyan value is 20.81%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (21,16,0,32) C21M16Y0K32 (21%,16%,0%,32%) (0.21/0.16/0.00/0.32) 

CMYK percentages

%20.81
%15.61
%0
%32.16

Codes

Color #8992AD in popluar color models

89 92 AD
RGB 137 146 173
HSL 225° 18.00% 60.78%
HSB/HSV 225° 20.81% 67.84%
CMYK 20.81% 15.61% 0.00%
32.16%

Color #8992AD in popluar number systems.

HEX 89 92 AD
Decimal 137 146 173
Binary 10001001 10010010 10101101
Octal 211 222 255

Shades and tints

Shades of #8992AD

#8992AD
(137,146,173)
#7D859E
(125,133,158)
#71788F
(113,120,143)
#656B80
(101,107,128)
#595E71
(89,94,113)
#4D5162
(77,81,98)
#414453
(65,68,83)
#353744
(53,55,68)
#292A35
(41,42,53)
#1D1D26
(29,29,38)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #8992AD

#8992AD
(137,146,173)
#939BB4
(147,155,180)
#9DA4BB
(157,164,187)
#A7ADC2
(167,173,194)
#B1B6C9
(177,182,201)
#BBBFD0
(187,191,208)
#C5C8D7
(197,200,215)
#CFD1DE
(207,209,222)
#D9DAE5
(217,218,229)
#E3E3EC
(227,227,236)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8992AD; }

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

This text font color is #8992AD.

Background Color

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

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

This div background color is #8992AD.

Border color

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

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

This div border color is #8992AD.

Opacity

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

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

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

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

This text has shadow with #8992AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8992AD.

Preview

Color preview on black background

This text has color #8992AD on black background.


Color preview on white background

This text has color #8992AD on white background.


Black color preview on #8992AD background

This text has black color on #8992AD background.


White color preview on #8992AD background

This text has white color on #8992AD background.


Related colors

Complementary color

Complementary color for #hex is #766D52.


I love getcolorcode.com

Triadic colors

1 #AD8992 and #92AD89 with #8992AD are triadic colors.

2 #AD9289 and #9289AD with #8992AD are triadic colors.