COLOR #8E77AF

HEX: #8E77AF
RGB: (142,119,175)

Color info

#8E77AF contains red, green and blue colors in about the same proportion. Web safe color of #8E77AF is #996699 (or #969).

RGB color model

#8E77AF color RGB value is (142,119,175).

  • red value is 142;
  • green value is 119;
  • blue value is 175.
RGB:
(142,119,175)
(56%,47%,69%)

RGB channels and saturation

R 142 of 255 = 56%
G 119 of 255 = 47%
B 175 of 255 = 69%

142
119
175

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

Portions of RGB colors in percentages

R + G + B =
142 + 119 + 175 = 436 (100%)
R 142 of 436 ~ 32.57%
G 119 of 436 ~ 27.29%
B 175 of 436 ~ 40.14%

%32.57
%27.29
%40.14

CMYK color model

#8E77AF color CMYK value is (19,32,0,31).

  • cyan value is 18.86%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(19,32,0,31)
C19M32Y0K31 
(19%,32%,0%,31%)
(0.19/0.32/0.00/0.31)	

CMYK percentages

%18.86
%32
%0
%31.37

Codes

Color #8E77AF in popluar color models

8E77AF
RGB142119175
HSL265°25.93%57.65%
HSB/HSV265°32.00%68.63%
CMYK18.86%32.00%0.00%
31.37%

Color #8E77AF in popluar number systems.

HEX8E77AF
Decimal142119175
Binary10001110111011110101111
Octal216167257

Shades and tints

Shades of #8E77AF

#8E77AF
(142,119,175)
#826DA0
(130,109,160)
#766391
(118,99,145)
#6A5982
(106,89,130)
#5E4F73
(94,79,115)
#524564
(82,69,100)
#463B55
(70,59,85)
#3A3146
(58,49,70)
#2E2737
(46,39,55)
#221D28
(34,29,40)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #8E77AF

#8E77AF
(142,119,175)
#9883B6
(152,131,182)
#A28FBD
(162,143,189)
#AC9BC4
(172,155,196)
#B6A7CB
(182,167,203)
#C0B3D2
(192,179,210)
#CABFD9
(202,191,217)
#D4CBE0
(212,203,224)
#DED7E7
(222,215,231)
#E8E3EE
(232,227,238)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E77AF color. Also use rgb(142,119,175) instead hex code.

Text Font Color

.myTextColor { color: #8E77AF; }

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

This text font color is #8E77AF.


Background Color

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

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

This div background color is #8E77AF.


Border color

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

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

This div border color is #8E77AF.


Opacity

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

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

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

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

This text has shadow with #8E77AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E77AF on black background.


Color preview on white background

This text has color #8E77AF on white background.



Black color preview on #8E77AF background

This text has black color on #8E77AF background.


White color preview on #8E77AF background

This text has white color on #8E77AF background.