COLOR #8E81AC

HEX: #8E81AC
RGB: (142,129,172)

Color info

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

RGB color model

#8E81AC color RGB value is (142,129,172).

  • red value is 142;
  • green value is 129;
  • blue value is 172.
RGB:
(142,129,172)
(56%,51%,67%)

RGB channels and saturation

R 142 of 255 = 56%
G 129 of 255 = 51%
B 172 of 255 = 67%

142
129
172

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

Portions of RGB colors in percentages

R + G + B =
142 + 129 + 172 = 443 (100%)
R 142 of 443 ~ 32.05%
G 129 of 443 ~ 29.12%
B 172 of 443 ~ 38.83%

%32.05
%29.12
%38.83

CMYK color model

#8E81AC color CMYK value is (17,25,0,33).

  • cyan value is 17.44%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(17,25,0,33)
C17M25Y0K33 
(17%,25%,0%,33%)
(0.17/0.25/0.00/0.33)	

CMYK percentages

%17.44
%25
%0
%32.55

Codes

Color #8E81AC in popluar color models

8E81AC
RGB142129172
HSL258°20.57%59.02%
HSB/HSV258°25.00%67.45%
CMYK17.44%25.00%0.00%
32.55%

Color #8E81AC in popluar number systems.

HEX8E81AC
Decimal142129172
Binary100011101000000110101100
Octal216201254

Shades and tints

Shades of #8E81AC

#8E81AC
(142,129,172)
#82769D
(130,118,157)
#766B8E
(118,107,142)
#6A607F
(106,96,127)
#5E5570
(94,85,112)
#524A61
(82,74,97)
#463F52
(70,63,82)
#3A3443
(58,52,67)
#2E2934
(46,41,52)
#221E25
(34,30,37)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #8E81AC

#8E81AC
(142,129,172)
#988CB3
(152,140,179)
#A297BA
(162,151,186)
#ACA2C1
(172,162,193)
#B6ADC8
(182,173,200)
#C0B8CF
(192,184,207)
#CAC3D6
(202,195,214)
#D4CEDD
(212,206,221)
#DED9E4
(222,217,228)
#E8E4EB
(232,228,235)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E81AC color. Also use rgb(142,129,172) instead hex code.

Text Font Color

.myTextColor { color: #8E81AC; }

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

This text font color is #8E81AC.


Background Color

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

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

This div background color is #8E81AC.


Border color

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

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

This div border color is #8E81AC.


Opacity

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

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

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

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

This text has shadow with #8E81AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E81AC on black background.


Color preview on white background

This text has color #8E81AC on white background.



Black color preview on #8E81AC background

This text has black color on #8E81AC background.


White color preview on #8E81AC background

This text has white color on #8E81AC background.