COLOR #8992AC

HEX: #8992AC
RGB: (137,146,172)

Color info

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

RGB color model

#8992AC color RGB value is (137,146,172).

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

RGB channels and saturation

R 137 of 255 = 54%
G 146 of 255 = 57%
B 172 of 255 = 67%

137
146
172

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

Portions of RGB colors in percentages

R + G + B =
137 + 146 + 172 = 455 (100%)
R 137 of 455 ~ 30.11%
G 146 of 455 ~ 32.09%
B 172 of 455 ~ 37.8%

%30.11
%32.09
%37.8

CMYK color model

#8992AC color CMYK value is (20,15,0,33).

  • cyan value is 20.35%
  • magenta value is 15.12%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(20,15,0,33)
C20M15Y0K33 
(20%,15%,0%,33%)
(0.20/0.15/0.00/0.33)	

CMYK percentages

%20.35
%15.12
%0
%32.55

Codes

Color #8992AC in popluar color models

8992AC
RGB137146172
HSL225°17.41%60.59%
HSB/HSV225°20.35%67.45%
CMYK20.35%15.12%0.00%
32.55%

Color #8992AC in popluar number systems.

HEX8992AC
Decimal137146172
Binary100010011001001010101100
Octal211222254

Shades and tints

Shades of #8992AC

#8992AC
(137,146,172)
#7D859D
(125,133,157)
#71788E
(113,120,142)
#656B7F
(101,107,127)
#595E70
(89,94,112)
#4D5161
(77,81,97)
#414452
(65,68,82)
#353743
(53,55,67)
#292A34
(41,42,52)
#1D1D25
(29,29,37)
#111016
(17,16,22)
#000000
(0,0,0)

Tints of #8992AC

#8992AC
(137,146,172)
#939BB3
(147,155,179)
#9DA4BA
(157,164,186)
#A7ADC1
(167,173,193)
#B1B6C8
(177,182,200)
#BBBFCF
(187,191,207)
#C5C8D6
(197,200,214)
#CFD1DD
(207,209,221)
#D9DAE4
(217,218,228)
#E3E3EB
(227,227,235)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8992AC; }

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

This text font color is #8992AC.


Background Color

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

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

This div background color is #8992AC.


Border color

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

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

This div border color is #8992AC.


Opacity

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

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

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

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

This text has shadow with #8992AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8992AC on black background.


Color preview on white background

This text has color #8992AC on white background.



Black color preview on #8992AC background

This text has black color on #8992AC background.


White color preview on #8992AC background

This text has white color on #8992AC background.