COLOR #8D879C

HEX: #8D879C
RGB: (141,135,156)

Color info

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

RGB color model

#8D879C color RGB value is (141,135,156).

  • red value is 141;
  • green value is 135;
  • blue value is 156.
RGB:
(141,135,156)
(55%,53%,61%)

RGB channels and saturation

R 141 of 255 = 55%
G 135 of 255 = 53%
B 156 of 255 = 61%

141
135
156

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

Portions of RGB colors in percentages

R + G + B =
141 + 135 + 156 = 432 (100%)
R 141 of 432 ~ 32.64%
G 135 of 432 ~ 31.25%
B 156 of 432 ~ 36.11%

%32.64
%31.25
%36.11

CMYK color model

#8D879C color CMYK value is (10,13,0,39).

  • cyan value is 9.62%
  • magenta value is 13.46%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(10,13,0,39)
C10M13Y0K39 
(10%,13%,0%,39%)
(0.10/0.13/0.00/0.39)	

CMYK percentages

%9.62
%13.46
%0
%38.82

Codes

Color #8D879C in popluar color models

8D879C
RGB141135156
HSL257°9.59%57.06%
HSB/HSV257°13.46%61.18%
CMYK9.62%13.46%0.00%
38.82%

Color #8D879C in popluar number systems.

HEX8D879C
Decimal141135156
Binary100011011000011110011100
Octal215207234

Shades and tints

Shades of #8D879C

#8D879C
(141,135,156)
#817B8E
(129,123,142)
#756F80
(117,111,128)
#696372
(105,99,114)
#5D5764
(93,87,100)
#514B56
(81,75,86)
#453F48
(69,63,72)
#39333A
(57,51,58)
#2D272C
(45,39,44)
#211B1E
(33,27,30)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #8D879C

#8D879C
(141,135,156)
#9791A5
(151,145,165)
#A19BAE
(161,155,174)
#ABA5B7
(171,165,183)
#B5AFC0
(181,175,192)
#BFB9C9
(191,185,201)
#C9C3D2
(201,195,210)
#D3CDDB
(211,205,219)
#DDD7E4
(221,215,228)
#E7E1ED
(231,225,237)
#F1EBF6
(241,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D879C color. Also use rgb(141,135,156) instead hex code.

Text Font Color

.myTextColor { color: #8D879C; }

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

This text font color is #8D879C.


Background Color

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

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

This div background color is #8D879C.


Border color

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

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

This div border color is #8D879C.


Opacity

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

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

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

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

This text has shadow with #8D879C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D879C on black background.


Color preview on white background

This text has color #8D879C on white background.



Black color preview on #8D879C background

This text has black color on #8D879C background.


White color preview on #8D879C background

This text has white color on #8D879C background.