COLOR #8C8095

HEX: #8C8095 RGB: (140,128,149)

Color info

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

RGB color model

#8C8095 color RGB value is (140,128,149).

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

RGB channels and saturation

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

140
128
149

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

Portions of RGB colors in percentages

R + G + B = 140 + 128 + 149 = 417 (100%)
R 140 of 417 ~ 33.57%
G 128 of 417 ~ 30.7%
B 149 of 417 ~ 35.73'%

%33.57
%30.7
%35.73

CMYK color model

#8C8095 color CMYK value is (6,14,0,42).

  • cyan value is 6.04%
  • magenta value is 14.09%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK: (6,14,0,42) C6M14Y0K42 (6%,14%,0%,42%) (0.06/0.14/0.00/0.42) 

CMYK percentages

%6.04
%14.09
%0
%41.57

Codes

Color #8C8095 in popluar color models

8C 80 95
RGB 140 128 149
HSL 274° 9.01% 54.31%
HSB/HSV 274° 14.09% 58.43%
CMYK 6.04% 14.09% 0.00%
41.57%

Color #8C8095 in popluar number systems.

HEX 8C 80 95
Decimal 140 128 149
Binary 10001100 10000000 10010101
Octal 214 200 225

Shades and tints

Shades of #8C8095

#8C8095
(140,128,149)
#807588
(128,117,136)
#746A7B
(116,106,123)
#685F6E
(104,95,110)
#5C5461
(92,84,97)
#504954
(80,73,84)
#443E47
(68,62,71)
#38333A
(56,51,58)
#2C282D
(44,40,45)
#201D20
(32,29,32)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #8C8095

#8C8095
(140,128,149)
#968B9E
(150,139,158)
#A096A7
(160,150,167)
#AAA1B0
(170,161,176)
#B4ACB9
(180,172,185)
#BEB7C2
(190,183,194)
#C8C2CB
(200,194,203)
#D2CDD4
(210,205,212)
#DCD8DD
(220,216,221)
#E6E3E6
(230,227,230)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8095; }

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

This text font color is #8C8095.

Background Color

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

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

This div background color is #8C8095.

Border color

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

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

This div border color is #8C8095.

Opacity

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

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

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

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

This text has shadow with #8C8095 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C8095.

Preview

Color preview on black background

This text has color #8C8095 on black background.


Color preview on white background

This text has color #8C8095 on white background.


Black color preview on #8C8095 background

This text has black color on #8C8095 background.


White color preview on #8C8095 background

This text has white color on #8C8095 background.


Related colors

Complementary color

Complementary color for #hex is #737F6A.


I love getcolorcode.com

Triadic colors

1 #958C80 and #80958C with #8C8095 are triadic colors.

2 #95808C and #808C95 with #8C8095 are triadic colors.