COLOR #8D889E

HEX: #8D889E
RGB: (141,136,158)

Color info

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

RGB color model

#8D889E color RGB value is (141,136,158).

  • red value is 141;
  • green value is 136;
  • blue value is 158.
RGB:
(141,136,158)
(55%,53%,62%)

RGB channels and saturation

R 141 of 255 = 55%
G 136 of 255 = 53%
B 158 of 255 = 62%

141
136
158

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

Portions of RGB colors in percentages

R + G + B =
141 + 136 + 158 = 435 (100%)
R 141 of 435 ~ 32.41%
G 136 of 435 ~ 31.26%
B 158 of 435 ~ 36.32%

%32.41
%31.26
%36.32

CMYK color model

#8D889E color CMYK value is (11,14,0,38).

  • cyan value is 10.76%
  • magenta value is 13.92%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(11,14,0,38)
C11M14Y0K38 
(11%,14%,0%,38%)
(0.11/0.14/0.00/0.38)	

CMYK percentages

%10.76
%13.92
%0
%38.04

Codes

Color #8D889E in popluar color models

8D889E
RGB141136158
HSL254°10.19%57.65%
HSB/HSV254°13.92%61.96%
CMYK10.76%13.92%0.00%
38.04%

Color #8D889E in popluar number systems.

HEX8D889E
Decimal141136158
Binary100011011000100010011110
Octal215210236

Shades and tints

Shades of #8D889E

#8D889E
(141,136,158)
#817C90
(129,124,144)
#757082
(117,112,130)
#696474
(105,100,116)
#5D5866
(93,88,102)
#514C58
(81,76,88)
#45404A
(69,64,74)
#39343C
(57,52,60)
#2D282E
(45,40,46)
#211C20
(33,28,32)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #8D889E

#8D889E
(141,136,158)
#9792A6
(151,146,166)
#A19CAE
(161,156,174)
#ABA6B6
(171,166,182)
#B5B0BE
(181,176,190)
#BFBAC6
(191,186,198)
#C9C4CE
(201,196,206)
#D3CED6
(211,206,214)
#DDD8DE
(221,216,222)
#E7E2E6
(231,226,230)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D889E color. Also use rgb(141,136,158) instead hex code.

Text Font Color

.myTextColor { color: #8D889E; }

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

This text font color is #8D889E.


Background Color

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

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

This div background color is #8D889E.


Border color

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

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

This div border color is #8D889E.


Opacity

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

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

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

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

This text has shadow with #8D889E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D889E on black background.


Color preview on white background

This text has color #8D889E on white background.



Black color preview on #8D889E background

This text has black color on #8D889E background.


White color preview on #8D889E background

This text has white color on #8D889E background.