COLOR #8C9094

HEX: #8C9094 RGB: (140,144,148)

Color info

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

RGB color model

#8C9094 color RGB value is (140,144,148).

RGB: (140,144,148) (55%, 56%, 58%)

RGB channels and saturation

R 140 of 255 = 55%
G 144 of 255 = 56%
B 148 of 255 = 58%

140
144
148

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

Portions of RGB colors in percentages

R + G + B = 140 + 144 + 148 = 432 (100%)
R 140 of 432 ~ 32.41%
G 144 of 432 ~ 33.33%
B 148 of 432 ~ 34.26'%

%32.41
%33.33
%34.26

CMYK color model

#8C9094 color CMYK value is (5,3,0,42).

  • cyan value is 5.41%
  • magenta value is 2.70%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (5,3,0,42)
C5M3Y0K42 (5%, 3%, 0%, 42%)
(0.05 / 0.03 / 0.00 / 0.42)

CMYK percentages

%5.41
%2.7
%0
%41.96

Codes

Color #8C9094 in popluar color models

8C 90 94
RGB 140 144 148
HSL 210° 3.60% 56.47%
HSB/HSV 210° 5.41% 58.04%
CMYK 5.41% 2.70% 0.00%
41.96%

Color #8C9094 in popluar number systems.

HEX 8C 90 94
Decimal 140 144 148
Binary 10001100 10010000 10010100
Octal 214 220 224

Shades and tints

Shades of #8C9094

#8C9094
(140,144,148)
#808387
(128,131,135)
#74767A
(116,118,122)
#68696D
(104,105,109)
#5C5C60
(92,92,96)
#504F53
(80,79,83)
#444246
(68,66,70)
#383539
(56,53,57)
#2C282C
(44,40,44)
#201B1F
(32,27,31)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #8C9094

#8C9094
(140,144,148)
#969A9D
(150,154,157)
#A0A4A6
(160,164,166)
#AAAEAF
(170,174,175)
#B4B8B8
(180,184,184)
#BEC2C1
(190,194,193)
#C8CCCA
(200,204,202)
#D2D6D3
(210,214,211)
#DCE0DC
(220,224,220)
#E6EAE5
(230,234,229)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9094; }

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

This text font color is #8C9094.

Background Color

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

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

This div background color is #8C9094.

Border color

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

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

This div border color is #8C9094.

Opacity

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

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

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

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

This text has shadow with #8C9094 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C9094.

Preview

Color preview on black background

This text has color #8C9094 on black background.


Color preview on white background

This text has color #8C9094 on white background.


Black color preview on #8C9094 background

This text has black color on #8C9094 background.


White color preview on #8C9094 background

This text has white color on #8C9094 background.


Related colors

Complementary color

Complementary color for #hex is #736F6B.


I love getcolorcode.com

Triadic colors

1 #948C90 and #90948C with #8C9094 are triadic colors.

2 #94908C and #908C94 with #8C9094 are triadic colors.