COLOR #8392A6

HEX: #8392A6
RGB: (131,146,166)

Color info

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

RGB color model

#8392A6 color RGB value is (131,146,166).

  • red value is 131;
  • green value is 146;
  • blue value is 166.
RGB:
(131,146,166)
(51%,57%,65%)

RGB channels and saturation

R 131 of 255 = 51%
G 146 of 255 = 57%
B 166 of 255 = 65%

131
146
166

R + G + B ~ 58%. #8392A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 146 + 166 = 443 (100%)
R 131 of 443 ~ 29.57%
G 146 of 443 ~ 32.96%
B 166 of 443 ~ 37.47%

%29.57
%32.96
%37.47

CMYK color model

#8392A6 color CMYK value is (21,12,0,35).

  • cyan value is 21.08%
  • magenta value is 12.05%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(21,12,0,35)
C21M12Y0K35 
(21%,12%,0%,35%)
(0.21/0.12/0.00/0.35)	

CMYK percentages

%21.08
%12.05
%0
%34.9

Codes

Color #8392A6 in popluar color models

8392A6
RGB131146166
HSL214°16.43%58.24%
HSB/HSV214°21.08%65.10%
CMYK21.08%12.05%0.00%
34.90%

Color #8392A6 in popluar number systems.

HEX8392A6
Decimal131146166
Binary100000111001001010100110
Octal203222246

Shades and tints

Shades of #8392A6

#8392A6
(131,146,166)
#788597
(120,133,151)
#6D7888
(109,120,136)
#626B79
(98,107,121)
#575E6A
(87,94,106)
#4C515B
(76,81,91)
#41444C
(65,68,76)
#36373D
(54,55,61)
#2B2A2E
(43,42,46)
#201D1F
(32,29,31)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #8392A6

#8392A6
(131,146,166)
#8E9BAE
(142,155,174)
#99A4B6
(153,164,182)
#A4ADBE
(164,173,190)
#AFB6C6
(175,182,198)
#BABFCE
(186,191,206)
#C5C8D6
(197,200,214)
#D0D1DE
(208,209,222)
#DBDAE6
(219,218,230)
#E6E3EE
(230,227,238)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8392A6 color. Also use rgb(131,146,166) instead hex code.

Text Font Color

.myTextColor { color: #8392A6; }

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

This text font color is #8392A6.


Background Color

.myBgColor { background-color: #8392A6; }

<div style="background-color:#8392A6">Inner text</div>

This div background color is #8392A6.


Border color

.myBorderColor { border: 1px solid #8392A6; }

<div style="border:3px solid #8392A6">Div</div>

This div border color is #8392A6.


Opacity

.myOpacity80 { color: #8392A6; opacity: 0.8; }

<p style="color:#8392A6;opacity:0.8;">80%</p>

Text with #8392A6 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 #8392A6;}

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

This text has shadow with #8392A6 color.

.textShadow {text-shadow: 3px 3px 1px #8392A6, 3px 3px 1px red;}

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

This text has shadow with #8392A6 primary color and red secondary color.


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

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

This text has shadow with #8392A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8392A6 on black background.


Color preview on white background

This text has color #8392A6 on white background.



Black color preview on #8392A6 background

This text has black color on #8392A6 background.


White color preview on #8392A6 background

This text has white color on #8392A6 background.