COLOR #8D9091

HEX: #8D9091
RGB: (141,144,145)

Color info

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

RGB color model

#8D9091 color RGB value is (141,144,145).

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

RGB channels and saturation

R 141 of 255 = 55%
G 144 of 255 = 56%
B 145 of 255 = 57%

141
144
145

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

Portions of RGB colors in percentages

R + G + B =
141 + 144 + 145 = 430 (100%)
R 141 of 430 ~ 32.79%
G 144 of 430 ~ 33.49%
B 145 of 430 ~ 33.72%

%32.79
%33.49
%33.72

CMYK color model

#8D9091 color CMYK value is (3,1,0,43).

  • cyan value is 2.76%
  • magenta value is 0.69%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(3,1,0,43)
C3M1Y0K43 
(3%,1%,0%,43%)
(0.03/0.01/0.00/0.43)	

CMYK percentages

%2.76
%0.69
%0
%43.14

Codes

Color #8D9091 in popluar color models

8D9091
RGB141144145
HSL195°1.79%56.08%
HSB/HSV195°2.76%56.86%
CMYK2.76%0.69%0.00%
43.14%

Color #8D9091 in popluar number systems.

HEX8D9091
Decimal141144145
Binary100011011001000010010001
Octal215220221

Shades and tints

Shades of #8D9091

#8D9091
(141,144,145)
#818384
(129,131,132)
#757677
(117,118,119)
#69696A
(105,105,106)
#5D5C5D
(93,92,93)
#514F50
(81,79,80)
#454243
(69,66,67)
#393536
(57,53,54)
#2D2829
(45,40,41)
#211B1C
(33,27,28)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #8D9091

#8D9091
(141,144,145)
#979A9B
(151,154,155)
#A1A4A5
(161,164,165)
#ABAEAF
(171,174,175)
#B5B8B9
(181,184,185)
#BFC2C3
(191,194,195)
#C9CCCD
(201,204,205)
#D3D6D7
(211,214,215)
#DDE0E1
(221,224,225)
#E7EAEB
(231,234,235)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9091; }

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

This text font color is #8D9091.


Background Color

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

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

This div background color is #8D9091.


Border color

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

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

This div border color is #8D9091.


Opacity

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

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

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

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

This text has shadow with #8D9091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9091 on black background.


Color preview on white background

This text has color #8D9091 on white background.



Black color preview on #8D9091 background

This text has black color on #8D9091 background.


White color preview on #8D9091 background

This text has white color on #8D9091 background.