COLOR #8E83B3

HEX: #8E83B3
RGB: (142,131,179)

Color info

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

RGB color model

#8E83B3 color RGB value is (142,131,179).

  • red value is 142;
  • green value is 131;
  • blue value is 179.
RGB:
(142,131,179)
(56%,51%,70%)

RGB channels and saturation

R 142 of 255 = 56%
G 131 of 255 = 51%
B 179 of 255 = 70%

142
131
179

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

Portions of RGB colors in percentages

R + G + B =
142 + 131 + 179 = 452 (100%)
R 142 of 452 ~ 31.42%
G 131 of 452 ~ 28.98%
B 179 of 452 ~ 39.6%

%31.42
%28.98
%39.6

CMYK color model

#8E83B3 color CMYK value is (21,27,0,30).

  • cyan value is 20.67%
  • magenta value is 26.82%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(21,27,0,30)
C21M27Y0K30 
(21%,27%,0%,30%)
(0.21/0.27/0.00/0.30)	

CMYK percentages

%20.67
%26.82
%0
%29.8

Codes

Color #8E83B3 in popluar color models

8E83B3
RGB142131179
HSL254°24.00%60.78%
HSB/HSV254°26.82%70.20%
CMYK20.67%26.82%0.00%
29.80%

Color #8E83B3 in popluar number systems.

HEX8E83B3
Decimal142131179
Binary100011101000001110110011
Octal216203263

Shades and tints

Shades of #8E83B3

#8E83B3
(142,131,179)
#8278A3
(130,120,163)
#766D93
(118,109,147)
#6A6283
(106,98,131)
#5E5773
(94,87,115)
#524C63
(82,76,99)
#464153
(70,65,83)
#3A3643
(58,54,67)
#2E2B33
(46,43,51)
#222023
(34,32,35)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #8E83B3

#8E83B3
(142,131,179)
#988EB9
(152,142,185)
#A299BF
(162,153,191)
#ACA4C5
(172,164,197)
#B6AFCB
(182,175,203)
#C0BAD1
(192,186,209)
#CAC5D7
(202,197,215)
#D4D0DD
(212,208,221)
#DEDBE3
(222,219,227)
#E8E6E9
(232,230,233)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E83B3 color. Also use rgb(142,131,179) instead hex code.

Text Font Color

.myTextColor { color: #8E83B3; }

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

This text font color is #8E83B3.


Background Color

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

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

This div background color is #8E83B3.


Border color

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

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

This div border color is #8E83B3.


Opacity

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

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

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

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

This text has shadow with #8E83B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E83B3 on black background.


Color preview on white background

This text has color #8E83B3 on white background.



Black color preview on #8E83B3 background

This text has black color on #8E83B3 background.


White color preview on #8E83B3 background

This text has white color on #8E83B3 background.