COLOR #8E85AE

HEX: #8E85AE RGB: (142,133,174)

Color info

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

RGB color model

#8E85AE color RGB value is (142,133,174).

RGB: (142,133,174) (56%, 52%, 68%)

RGB channels and saturation

R 142 of 255 = 56%
G 133 of 255 = 52%
B 174 of 255 = 68%

142
133
174

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

Portions of RGB colors in percentages

R + G + B = 142 + 133 + 174 = 449 (100%)
R 142 of 449 ~ 31.63%
G 133 of 449 ~ 29.62%
B 174 of 449 ~ 38.75'%

%31.63
%29.62
%38.75

CMYK color model

#8E85AE color CMYK value is (18,24,0,32).

  • cyan value is 18.39%
  • magenta value is 23.56%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (18,24,0,32)
C18M24Y0K32 (18%, 24%, 0%, 32%)
(0.18 / 0.24 / 0.00 / 0.32)

CMYK percentages

%18.39
%23.56
%0
%31.76

Codes

Color #8E85AE in popluar color models

8E 85 AE
RGB 142 133 174
HSL 253° 20.20% 60.20%
HSB/HSV 253° 23.56% 68.24%
CMYK 18.39% 23.56% 0.00%
31.76%

Color #8E85AE in popluar number systems.

HEX 8E 85 AE
Decimal 142 133 174
Binary 10001110 10000101 10101110
Octal 216 205 256

Shades and tints

Shades of #8E85AE

#8E85AE
(142,133,174)
#82799F
(130,121,159)
#766D90
(118,109,144)
#6A6181
(106,97,129)
#5E5572
(94,85,114)
#524963
(82,73,99)
#463D54
(70,61,84)
#3A3145
(58,49,69)
#2E2536
(46,37,54)
#221927
(34,25,39)
#160D18
(22,13,24)
#000000
(0,0,0)

Tints of #8E85AE

#8E85AE
(142,133,174)
#9890B5
(152,144,181)
#A29BBC
(162,155,188)
#ACA6C3
(172,166,195)
#B6B1CA
(182,177,202)
#C0BCD1
(192,188,209)
#CAC7D8
(202,199,216)
#D4D2DF
(212,210,223)
#DEDDE6
(222,221,230)
#E8E8ED
(232,232,237)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E85AE color. Also use rgb(142,133,174) instead hex code.

Text Font Color

.myTextColor { color: #8E85AE; }

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

This text font color is #8E85AE.

Background Color

.myBgColor { background-color: #8E85AE; }

<div style="background-color:#8E85AE">Inner text</div>

This div background color is #8E85AE.

Border color

.myBorderColor { border: 1px solid #8E85AE; }

<div style="border:3px solid #8E85AE">Div</div>

This div border color is #8E85AE.

Opacity

.myOpacity80 { color: #8E85AE; opacity: 0.8; }

<p style="color:#8E85AE;opacity:0.8;">80%</p>

Text with #8E85AE 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 #8E85AE;}

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

This text has shadow with #8E85AE color.


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

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

This text has shadow with #8E85AE primary color and red secondary color.


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

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

This text has shadow with #8E85AE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8E85AE.

Preview

Color preview on black background

This text has color #8E85AE on black background.


Color preview on white background

This text has color #8E85AE on white background.


Black color preview on #8E85AE background

This text has black color on #8E85AE background.


White color preview on #8E85AE background

This text has white color on #8E85AE background.


Related colors

Complementary color

Complementary color for #hex is #717A51.


I love getcolorcode.com

Triadic colors

1 #AE8E85 and #85AE8E with #8E85AE are triadic colors.

2 #AE858E and #858EAE with #8E85AE are triadic colors.