COLOR #8391AB

HEX: #8391AB
RGB: (131,145,171)

Color info

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

RGB color model

#8391AB color RGB value is (131,145,171).

  • red value is 131;
  • green value is 145;
  • blue value is 171.
RGB:
(131,145,171)
(51%,57%,67%)

RGB channels and saturation

R 131 of 255 = 51%
G 145 of 255 = 57%
B 171 of 255 = 67%

131
145
171

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

Portions of RGB colors in percentages

R + G + B =
131 + 145 + 171 = 447 (100%)
R 131 of 447 ~ 29.31%
G 145 of 447 ~ 32.44%
B 171 of 447 ~ 38.26%

%29.31
%32.44
%38.26

CMYK color model

#8391AB color CMYK value is (23,15,0,33).

  • cyan value is 23.39%
  • magenta value is 15.20%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(23,15,0,33)
C23M15Y0K33 
(23%,15%,0%,33%)
(0.23/0.15/0.00/0.33)	

CMYK percentages

%23.39
%15.2
%0
%32.94

Codes

Color #8391AB in popluar color models

8391AB
RGB131145171
HSL219°19.23%59.22%
HSB/HSV219°23.39%67.06%
CMYK23.39%15.20%0.00%
32.94%

Color #8391AB in popluar number systems.

HEX8391AB
Decimal131145171
Binary100000111001000110101011
Octal203221253

Shades and tints

Shades of #8391AB

#8391AB
(131,145,171)
#78849C
(120,132,156)
#6D778D
(109,119,141)
#626A7E
(98,106,126)
#575D6F
(87,93,111)
#4C5060
(76,80,96)
#414351
(65,67,81)
#363642
(54,54,66)
#2B2933
(43,41,51)
#201C24
(32,28,36)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #8391AB

#8391AB
(131,145,171)
#8E9BB2
(142,155,178)
#99A5B9
(153,165,185)
#A4AFC0
(164,175,192)
#AFB9C7
(175,185,199)
#BAC3CE
(186,195,206)
#C5CDD5
(197,205,213)
#D0D7DC
(208,215,220)
#DBE1E3
(219,225,227)
#E6EBEA
(230,235,234)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8391AB color. Also use rgb(131,145,171) instead hex code.

Text Font Color

.myTextColor { color: #8391AB; }

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

This text font color is #8391AB.


Background Color

.myBgColor { background-color: #8391AB; }

<div style="background-color:#8391AB">Inner text</div>

This div background color is #8391AB.


Border color

.myBorderColor { border: 1px solid #8391AB; }

<div style="border:3px solid #8391AB">Div</div>

This div border color is #8391AB.


Opacity

.myOpacity80 { color: #8391AB; opacity: 0.8; }

<p style="color:#8391AB;opacity:0.8;">80%</p>

Text with #8391AB 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 #8391AB;}

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

This text has shadow with #8391AB color.

.textShadow {text-shadow: 3px 3px 1px #8391AB, 3px 3px 1px red;}

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

This text has shadow with #8391AB primary color and red secondary color.


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

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

This text has shadow with #8391AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8391AB on black background.


Color preview on white background

This text has color #8391AB on white background.



Black color preview on #8391AB background

This text has black color on #8391AB background.


White color preview on #8391AB background

This text has white color on #8391AB background.