COLOR #8E85BE

HEX: #8E85BE RGB: (142,133,190)

Color info

#8E85BE contains red, green and blue colors in about the same proportion. Web safe color of #8E85BE is #9999CC (or #99C).

RGB color model

#8E85BE color RGB value is (142,133,190).

RGB: (142,133,190) (56%, 52%, 75%)

RGB channels and saturation

R 142 of 255 = 56%
G 133 of 255 = 52%
B 190 of 255 = 75%

142
133
190

R + G + B ~ 61%. #8E85BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 133 + 190 = 465 (100%)
R 142 of 465 ~ 30.54%
G 133 of 465 ~ 28.6%
B 190 of 465 ~ 40.86'%

%30.54
%28.6
%40.86

CMYK color model

#8E85BE color CMYK value is (25,30,0,25).

  • cyan value is 25.26%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (25,30,0,25)
C25M30Y0K25 (25%, 30%, 0%, 25%)
(0.25 / 0.30 / 0.00 / 0.25)

CMYK percentages

%25.26
%30
%0
%25.49

Codes

Color #8E85BE in popluar color models

8E 85 BE
RGB 142 133 190
HSL 249° 30.48% 63.33%
HSB/HSV 249° 30.00% 74.51%
CMYK 25.26% 30.00% 0.00%
25.49%

Color #8E85BE in popluar number systems.

HEX 8E 85 BE
Decimal 142 133 190
Binary 10001110 10000101 10111110
Octal 216 205 276

Shades and tints

Shades of #8E85BE

#8E85BE
(142,133,190)
#8279AD
(130,121,173)
#766D9C
(118,109,156)
#6A618B
(106,97,139)
#5E557A
(94,85,122)
#524969
(82,73,105)
#463D58
(70,61,88)
#3A3147
(58,49,71)
#2E2536
(46,37,54)
#221925
(34,25,37)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #8E85BE

#8E85BE
(142,133,190)
#9890C3
(152,144,195)
#A29BC8
(162,155,200)
#ACA6CD
(172,166,205)
#B6B1D2
(182,177,210)
#C0BCD7
(192,188,215)
#CAC7DC
(202,199,220)
#D4D2E1
(212,210,225)
#DEDDE6
(222,221,230)
#E8E8EB
(232,232,235)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E85BE; }

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

This text font color is #8E85BE.

Background Color

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

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

This div background color is #8E85BE.

Border color

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

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

This div border color is #8E85BE.

Opacity

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

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

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

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

This text has shadow with #8E85BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E85BE.

Preview

Color preview on black background

This text has color #8E85BE on black background.


Color preview on white background

This text has color #8E85BE on white background.


Black color preview on #8E85BE background

This text has black color on #8E85BE background.


White color preview on #8E85BE background

This text has white color on #8E85BE background.


Related colors

Complementary color

Complementary color for #hex is #717A41.


I love getcolorcode.com

Triadic colors

1 #BE8E85 and #85BE8E with #8E85BE are triadic colors.

2 #BE858E and #858EBE with #8E85BE are triadic colors.