COLOR #8C9089

HEX: #8C9089
RGB: (140,144,137)

Color info

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

RGB color model

#8C9089 color RGB value is (140,144,137).

  • red value is 140;
  • green value is 144;
  • blue value is 137.
RGB:
(140,144,137)
(55%,56%,54%)

RGB channels and saturation

R 140 of 255 = 55%
G 144 of 255 = 56%
B 137 of 255 = 54%

140
144
137

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

Portions of RGB colors in percentages

R + G + B =
140 + 144 + 137 = 421 (100%)
R 140 of 421 ~ 33.25%
G 144 of 421 ~ 34.2%
B 137 of 421 ~ 32.54%

%33.25
%34.2
%32.54

CMYK color model

#8C9089 color CMYK value is (3,0,5,44).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 4.86%
  • key color value is 43.53%
CMYK:
(3,0,5,44)
C3M0Y5K44 
(3%,0%,5%,44%)
(0.03/0.00/0.05/0.44)	

CMYK percentages

%2.78
%0
%4.86
%43.53

Codes

Color #8C9089 in popluar color models

8C9089
RGB140144137
HSL94°3.06%55.10%
HSB/HSV94°4.86%56.47%
CMYK2.78%0.00%4.86%
43.53%

Color #8C9089 in popluar number systems.

HEX8C9089
Decimal140144137
Binary100011001001000010001001
Octal214220211

Shades and tints

Shades of #8C9089

#8C9089
(140,144,137)
#80837D
(128,131,125)
#747671
(116,118,113)
#686965
(104,105,101)
#5C5C59
(92,92,89)
#504F4D
(80,79,77)
#444241
(68,66,65)
#383535
(56,53,53)
#2C2829
(44,40,41)
#201B1D
(32,27,29)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #8C9089

#8C9089
(140,144,137)
#969A93
(150,154,147)
#A0A49D
(160,164,157)
#AAAEA7
(170,174,167)
#B4B8B1
(180,184,177)
#BEC2BB
(190,194,187)
#C8CCC5
(200,204,197)
#D2D6CF
(210,214,207)
#DCE0D9
(220,224,217)
#E6EAE3
(230,234,227)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9089 color. Also use rgb(140,144,137) instead hex code.

Text Font Color

.myTextColor { color: #8C9089; }

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

This text font color is #8C9089.


Background Color

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

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

This div background color is #8C9089.


Border color

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

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

This div border color is #8C9089.


Opacity

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

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

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

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

This text has shadow with #8C9089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9089 on black background.


Color preview on white background

This text has color #8C9089 on white background.



Black color preview on #8C9089 background

This text has black color on #8C9089 background.


White color preview on #8C9089 background

This text has white color on #8C9089 background.