COLOR #8D8EB0

HEX: #8D8EB0
RGB: (141,142,176)

Color info

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

RGB color model

#8D8EB0 color RGB value is (141,142,176).

  • red value is 141;
  • green value is 142;
  • blue value is 176.
RGB:
(141,142,176)
(55%,56%,69%)

RGB channels and saturation

R 141 of 255 = 55%
G 142 of 255 = 56%
B 176 of 255 = 69%

141
142
176

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

Portions of RGB colors in percentages

R + G + B =
141 + 142 + 176 = 459 (100%)
R 141 of 459 ~ 30.72%
G 142 of 459 ~ 30.94%
B 176 of 459 ~ 38.34%

%30.72
%30.94
%38.34

CMYK color model

#8D8EB0 color CMYK value is (20,19,0,31).

  • cyan value is 19.89%
  • magenta value is 19.32%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(20,19,0,31)
C20M19Y0K31 
(20%,19%,0%,31%)
(0.20/0.19/0.00/0.31)	

CMYK percentages

%19.89
%19.32
%0
%30.98

Codes

Color #8D8EB0 in popluar color models

8D8EB0
RGB141142176
HSL238°18.13%62.16%
HSB/HSV238°19.89%69.02%
CMYK19.89%19.32%0.00%
30.98%

Color #8D8EB0 in popluar number systems.

HEX8D8EB0
Decimal141142176
Binary100011011000111010110000
Octal215216260

Shades and tints

Shades of #8D8EB0

#8D8EB0
(141,142,176)
#8182A0
(129,130,160)
#757690
(117,118,144)
#696A80
(105,106,128)
#5D5E70
(93,94,112)
#515260
(81,82,96)
#454650
(69,70,80)
#393A40
(57,58,64)
#2D2E30
(45,46,48)
#212220
(33,34,32)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #8D8EB0

#8D8EB0
(141,142,176)
#9798B7
(151,152,183)
#A1A2BE
(161,162,190)
#ABACC5
(171,172,197)
#B5B6CC
(181,182,204)
#BFC0D3
(191,192,211)
#C9CADA
(201,202,218)
#D3D4E1
(211,212,225)
#DDDEE8
(221,222,232)
#E7E8EF
(231,232,239)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D8EB0 color. Also use rgb(141,142,176) instead hex code.

Text Font Color

.myTextColor { color: #8D8EB0; }

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

This text font color is #8D8EB0.


Background Color

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

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

This div background color is #8D8EB0.


Border color

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

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

This div border color is #8D8EB0.


Opacity

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

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

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

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

This text has shadow with #8D8EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8EB0 on black background.


Color preview on white background

This text has color #8D8EB0 on white background.



Black color preview on #8D8EB0 background

This text has black color on #8D8EB0 background.


White color preview on #8D8EB0 background

This text has white color on #8D8EB0 background.