COLOR #8395AF

HEX: #8395AF
RGB: (131,149,175)

Color info

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

RGB color model

#8395AF color RGB value is (131,149,175).

  • red value is 131;
  • green value is 149;
  • blue value is 175.
RGB:
(131,149,175)
(51%,58%,69%)

RGB channels and saturation

R 131 of 255 = 51%
G 149 of 255 = 58%
B 175 of 255 = 69%

131
149
175

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

Portions of RGB colors in percentages

R + G + B =
131 + 149 + 175 = 455 (100%)
R 131 of 455 ~ 28.79%
G 149 of 455 ~ 32.75%
B 175 of 455 ~ 38.46%

%28.79
%32.75
%38.46

CMYK color model

#8395AF color CMYK value is (25,15,0,31).

  • cyan value is 25.14%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(25,15,0,31)
C25M15Y0K31 
(25%,15%,0%,31%)
(0.25/0.15/0.00/0.31)	

CMYK percentages

%25.14
%14.86
%0
%31.37

Codes

Color #8395AF in popluar color models

8395AF
RGB131149175
HSL215°21.57%60.00%
HSB/HSV215°25.14%68.63%
CMYK25.14%14.86%0.00%
31.37%

Color #8395AF in popluar number systems.

HEX8395AF
Decimal131149175
Binary100000111001010110101111
Octal203225257

Shades and tints

Shades of #8395AF

#8395AF
(131,149,175)
#7888A0
(120,136,160)
#6D7B91
(109,123,145)
#626E82
(98,110,130)
#576173
(87,97,115)
#4C5464
(76,84,100)
#414755
(65,71,85)
#363A46
(54,58,70)
#2B2D37
(43,45,55)
#202028
(32,32,40)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #8395AF

#8395AF
(131,149,175)
#8E9EB6
(142,158,182)
#99A7BD
(153,167,189)
#A4B0C4
(164,176,196)
#AFB9CB
(175,185,203)
#BAC2D2
(186,194,210)
#C5CBD9
(197,203,217)
#D0D4E0
(208,212,224)
#DBDDE7
(219,221,231)
#E6E6EE
(230,230,238)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8395AF color. Also use rgb(131,149,175) instead hex code.

Text Font Color

.myTextColor { color: #8395AF; }

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

This text font color is #8395AF.


Background Color

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

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

This div background color is #8395AF.


Border color

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

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

This div border color is #8395AF.


Opacity

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

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

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

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

This text has shadow with #8395AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8395AF on black background.


Color preview on white background

This text has color #8395AF on white background.



Black color preview on #8395AF background

This text has black color on #8395AF background.


White color preview on #8395AF background

This text has white color on #8395AF background.