COLOR #8C8094

HEX: #8C8094 RGB: (140,128,148)

Color info

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

RGB color model

#8C8094 color RGB value is (140,128,148).

RGB: (140,128,148) (55%, 50%, 58%)

RGB channels and saturation

R 140 of 255 = 55%
G 128 of 255 = 50%
B 148 of 255 = 58%

140
128
148

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

Portions of RGB colors in percentages

R + G + B = 140 + 128 + 148 = 416 (100%)
R 140 of 416 ~ 33.65%
G 128 of 416 ~ 30.77%
B 148 of 416 ~ 35.58'%

%33.65
%30.77
%35.58

CMYK color model

#8C8094 color CMYK value is (5,14,0,42).

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

CMYK: (5,14,0,42)
C5M14Y0K42 (5%, 14%, 0%, 42%)
(0.05 / 0.14 / 0.00 / 0.42)

CMYK percentages

%5.41
%13.51
%0
%41.96

Codes

Color #8C8094 in popluar color models

8C 80 94
RGB 140 128 148
HSL 276° 8.55% 54.12%
HSB/HSV 276° 13.51% 58.04%
CMYK 5.41% 13.51% 0.00%
41.96%

Color #8C8094 in popluar number systems.

HEX 8C 80 94
Decimal 140 128 148
Binary 10001100 10000000 10010100
Octal 214 200 224

Shades and tints

Shades of #8C8094

#8C8094
(140,128,148)
#807587
(128,117,135)
#746A7A
(116,106,122)
#685F6D
(104,95,109)
#5C5460
(92,84,96)
#504953
(80,73,83)
#443E46
(68,62,70)
#383339
(56,51,57)
#2C282C
(44,40,44)
#201D1F
(32,29,31)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #8C8094

#8C8094
(140,128,148)
#968B9D
(150,139,157)
#A096A6
(160,150,166)
#AAA1AF
(170,161,175)
#B4ACB8
(180,172,184)
#BEB7C1
(190,183,193)
#C8C2CA
(200,194,202)
#D2CDD3
(210,205,211)
#DCD8DC
(220,216,220)
#E6E3E5
(230,227,229)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8094; }

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

This text font color is #8C8094.

Background Color

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

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

This div background color is #8C8094.

Border color

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

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

This div border color is #8C8094.

Opacity

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

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

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

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

This text has shadow with #8C8094 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C8094.

Preview

Color preview on black background

This text has color #8C8094 on black background.


Color preview on white background

This text has color #8C8094 on white background.


Black color preview on #8C8094 background

This text has black color on #8C8094 background.


White color preview on #8C8094 background

This text has white color on #8C8094 background.


Related colors

Complementary color

Complementary color for #hex is #737F6B.


I love getcolorcode.com

Triadic colors

1 #948C80 and #80948C with #8C8094 are triadic colors.

2 #94808C and #808C94 with #8C8094 are triadic colors.