COLOR #8E9091

HEX: #8E9091
RGB: (142,144,145)

Color info

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

RGB color model

#8E9091 color RGB value is (142,144,145).

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

RGB channels and saturation

R 142 of 255 = 56%
G 144 of 255 = 56%
B 145 of 255 = 57%

142
144
145

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

Portions of RGB colors in percentages

R + G + B =
142 + 144 + 145 = 431 (100%)
R 142 of 431 ~ 32.95%
G 144 of 431 ~ 33.41%
B 145 of 431 ~ 33.64%

%32.95
%33.41
%33.64

CMYK color model

#8E9091 color CMYK value is (2,1,0,43).

  • cyan value is 2.07%
  • magenta value is 0.69%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(2,1,0,43)
C2M1Y0K43 
(2%,1%,0%,43%)
(0.02/0.01/0.00/0.43)	

CMYK percentages

%2.07
%0.69
%0
%43.14

Codes

Color #8E9091 in popluar color models

8E9091
RGB142144145
HSL200°1.35%56.27%
HSB/HSV200°2.07%56.86%
CMYK2.07%0.69%0.00%
43.14%

Color #8E9091 in popluar number systems.

HEX8E9091
Decimal142144145
Binary100011101001000010010001
Octal216220221

Shades and tints

Shades of #8E9091

#8E9091
(142,144,145)
#828384
(130,131,132)
#767677
(118,118,119)
#6A696A
(106,105,106)
#5E5C5D
(94,92,93)
#524F50
(82,79,80)
#464243
(70,66,67)
#3A3536
(58,53,54)
#2E2829
(46,40,41)
#221B1C
(34,27,28)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #8E9091

#8E9091
(142,144,145)
#989A9B
(152,154,155)
#A2A4A5
(162,164,165)
#ACAEAF
(172,174,175)
#B6B8B9
(182,184,185)
#C0C2C3
(192,194,195)
#CACCCD
(202,204,205)
#D4D6D7
(212,214,215)
#DEE0E1
(222,224,225)
#E8EAEB
(232,234,235)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9091; }

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

This text font color is #8E9091.


Background Color

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

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

This div background color is #8E9091.


Border color

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

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

This div border color is #8E9091.


Opacity

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

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

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

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

This text has shadow with #8E9091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9091 on black background.


Color preview on white background

This text has color #8E9091 on white background.



Black color preview on #8E9091 background

This text has black color on #8E9091 background.


White color preview on #8E9091 background

This text has white color on #8E9091 background.