COLOR #8D859D

HEX: #8D859D
RGB: (141,133,157)

Color info

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

RGB color model

#8D859D color RGB value is (141,133,157).

  • red value is 141;
  • green value is 133;
  • blue value is 157.
RGB:
(141,133,157)
(55%,52%,62%)

RGB channels and saturation

R 141 of 255 = 55%
G 133 of 255 = 52%
B 157 of 255 = 62%

141
133
157

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

Portions of RGB colors in percentages

R + G + B =
141 + 133 + 157 = 431 (100%)
R 141 of 431 ~ 32.71%
G 133 of 431 ~ 30.86%
B 157 of 431 ~ 36.43%

%32.71
%30.86
%36.43

CMYK color model

#8D859D color CMYK value is (10,15,0,38).

  • cyan value is 10.19%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(10,15,0,38)
C10M15Y0K38 
(10%,15%,0%,38%)
(0.10/0.15/0.00/0.38)	

CMYK percentages

%10.19
%15.29
%0
%38.43

Codes

Color #8D859D in popluar color models

8D859D
RGB141133157
HSL260°10.91%56.86%
HSB/HSV260°15.29%61.57%
CMYK10.19%15.29%0.00%
38.43%

Color #8D859D in popluar number systems.

HEX8D859D
Decimal141133157
Binary100011011000010110011101
Octal215205235

Shades and tints

Shades of #8D859D

#8D859D
(141,133,157)
#81798F
(129,121,143)
#756D81
(117,109,129)
#696173
(105,97,115)
#5D5565
(93,85,101)
#514957
(81,73,87)
#453D49
(69,61,73)
#39313B
(57,49,59)
#2D252D
(45,37,45)
#21191F
(33,25,31)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #8D859D

#8D859D
(141,133,157)
#9790A5
(151,144,165)
#A19BAD
(161,155,173)
#ABA6B5
(171,166,181)
#B5B1BD
(181,177,189)
#BFBCC5
(191,188,197)
#C9C7CD
(201,199,205)
#D3D2D5
(211,210,213)
#DDDDDD
(221,221,221)
#E7E8E5
(231,232,229)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D859D color. Also use rgb(141,133,157) instead hex code.

Text Font Color

.myTextColor { color: #8D859D; }

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

This text font color is #8D859D.


Background Color

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

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

This div background color is #8D859D.


Border color

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

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

This div border color is #8D859D.


Opacity

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

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

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

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

This text has shadow with #8D859D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D859D on black background.


Color preview on white background

This text has color #8D859D on white background.



Black color preview on #8D859D background

This text has black color on #8D859D background.


White color preview on #8D859D background

This text has white color on #8D859D background.