COLOR #8385A6

HEX: #8385A6 RGB: (131,133,166)

Color info

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

RGB color model

#8385A6 color RGB value is (131,133,166).

RGB: (131,133,166) (51%, 52%, 65%)

RGB channels and saturation

R 131 of 255 = 51%
G 133 of 255 = 52%
B 166 of 255 = 65%

131
133
166

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

Portions of RGB colors in percentages

R + G + B = 131 + 133 + 166 = 430 (100%)
R 131 of 430 ~ 30.47%
G 133 of 430 ~ 30.93%
B 166 of 430 ~ 38.6'%

%30.47
%30.93
%38.6

CMYK color model

#8385A6 color CMYK value is (21,20,0,35).

  • cyan value is 21.08%
  • magenta value is 19.88%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK: (21,20,0,35) C21M20Y0K35 (21%,20%,0%,35%) (0.21/0.20/0.00/0.35) 

CMYK percentages

%21.08
%19.88
%0
%34.9

Codes

Color #8385A6 in popluar color models

83 85 A6
RGB 131 133 166
HSL 237° 16.43% 58.24%
HSB/HSV 237° 21.08% 65.10%
CMYK 21.08% 19.88% 0.00%
34.90%

Color #8385A6 in popluar number systems.

HEX 83 85 A6
Decimal 131 133 166
Binary 10000011 10000101 10100110
Octal 203 205 246

Shades and tints

Shades of #8385A6

#8385A6
(131,133,166)
#787997
(120,121,151)
#6D6D88
(109,109,136)
#626179
(98,97,121)
#57556A
(87,85,106)
#4C495B
(76,73,91)
#413D4C
(65,61,76)
#36313D
(54,49,61)
#2B252E
(43,37,46)
#20191F
(32,25,31)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #8385A6

#8385A6
(131,133,166)
#8E90AE
(142,144,174)
#999BB6
(153,155,182)
#A4A6BE
(164,166,190)
#AFB1C6
(175,177,198)
#BABCCE
(186,188,206)
#C5C7D6
(197,199,214)
#D0D2DE
(208,210,222)
#DBDDE6
(219,221,230)
#E6E8EE
(230,232,238)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8385A6; }

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

This text font color is #8385A6.

Background Color

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

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

This div background color is #8385A6.

Border color

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

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

This div border color is #8385A6.

Opacity

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

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

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

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

This text has shadow with #8385A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8385A6.

Preview

Color preview on black background

This text has color #8385A6 on black background.


Color preview on white background

This text has color #8385A6 on white background.


Black color preview on #8385A6 background

This text has black color on #8385A6 background.


White color preview on #8385A6 background

This text has white color on #8385A6 background.


Related colors

Complementary color

Complementary color for #hex is #7C7A59.


I love getcolorcode.com

Triadic colors

1 #A68385 and #85A683 with #8385A6 are triadic colors.

2 #A68583 and #8583A6 with #8385A6 are triadic colors.