COLOR #8D8091

HEX: #8D8091
RGB: (141,128,145)

Color info

#8D8091 contains red, green and blue colors in about the same proportion. Web safe color of #8D8091 is #996699 (or #969).

RGB color model

#8D8091 color RGB value is (141,128,145).

  • red value is 141;
  • green value is 128;
  • blue value is 145.
RGB:
(141,128,145)
(55%,50%,57%)

RGB channels and saturation

R 141 of 255 = 55%
G 128 of 255 = 50%
B 145 of 255 = 57%

141
128
145

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

Portions of RGB colors in percentages

R + G + B =
141 + 128 + 145 = 414 (100%)
R 141 of 414 ~ 34.06%
G 128 of 414 ~ 30.92%
B 145 of 414 ~ 35.02%

%34.06
%30.92
%35.02

CMYK color model

#8D8091 color CMYK value is (3,12,0,43).

  • cyan value is 2.76%
  • magenta value is 11.72%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(3,12,0,43)
C3M12Y0K43 
(3%,12%,0%,43%)
(0.03/0.12/0.00/0.43)	

CMYK percentages

%2.76
%11.72
%0
%43.14

Codes

Color #8D8091 in popluar color models

8D8091
RGB141128145
HSL286°7.17%53.53%
HSB/HSV286°11.72%56.86%
CMYK2.76%11.72%0.00%
43.14%

Color #8D8091 in popluar number systems.

HEX8D8091
Decimal141128145
Binary100011011000000010010001
Octal215200221

Shades and tints

Shades of #8D8091

#8D8091
(141,128,145)
#817584
(129,117,132)
#756A77
(117,106,119)
#695F6A
(105,95,106)
#5D545D
(93,84,93)
#514950
(81,73,80)
#453E43
(69,62,67)
#393336
(57,51,54)
#2D2829
(45,40,41)
#211D1C
(33,29,28)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #8D8091

#8D8091
(141,128,145)
#978B9B
(151,139,155)
#A196A5
(161,150,165)
#ABA1AF
(171,161,175)
#B5ACB9
(181,172,185)
#BFB7C3
(191,183,195)
#C9C2CD
(201,194,205)
#D3CDD7
(211,205,215)
#DDD8E1
(221,216,225)
#E7E3EB
(231,227,235)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D8091 color. Also use rgb(141,128,145) instead hex code.

Text Font Color

.myTextColor { color: #8D8091; }

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

This text font color is #8D8091.


Background Color

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

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

This div background color is #8D8091.


Border color

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

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

This div border color is #8D8091.


Opacity

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

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

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

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

This text has shadow with #8D8091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8091 on black background.


Color preview on white background

This text has color #8D8091 on white background.



Black color preview on #8D8091 background

This text has black color on #8D8091 background.


White color preview on #8D8091 background

This text has white color on #8D8091 background.