COLOR #8C8291

HEX: #8C8291
RGB: (140,130,145)

Color info

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

RGB color model

#8C8291 color RGB value is (140,130,145).

  • red value is 140;
  • green value is 130;
  • blue value is 145.
RGB:
(140,130,145)
(55%,51%,57%)

RGB channels and saturation

R 140 of 255 = 55%
G 130 of 255 = 51%
B 145 of 255 = 57%

140
130
145

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

Portions of RGB colors in percentages

R + G + B =
140 + 130 + 145 = 415 (100%)
R 140 of 415 ~ 33.73%
G 130 of 415 ~ 31.33%
B 145 of 415 ~ 34.94%

%33.73
%31.33
%34.94

CMYK color model

#8C8291 color CMYK value is (3,10,0,43).

  • cyan value is 3.45%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(3,10,0,43)
C3M10Y0K43 
(3%,10%,0%,43%)
(0.03/0.10/0.00/0.43)	

CMYK percentages

%3.45
%10.34
%0
%43.14

Codes

Color #8C8291 in popluar color models

8C8291
RGB140130145
HSL280°6.38%53.92%
HSB/HSV280°10.34%56.86%
CMYK3.45%10.34%0.00%
43.14%

Color #8C8291 in popluar number systems.

HEX8C8291
Decimal140130145
Binary100011001000001010010001
Octal214202221

Shades and tints

Shades of #8C8291

#8C8291
(140,130,145)
#807784
(128,119,132)
#746C77
(116,108,119)
#68616A
(104,97,106)
#5C565D
(92,86,93)
#504B50
(80,75,80)
#444043
(68,64,67)
#383536
(56,53,54)
#2C2A29
(44,42,41)
#201F1C
(32,31,28)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #8C8291

#8C8291
(140,130,145)
#968D9B
(150,141,155)
#A098A5
(160,152,165)
#AAA3AF
(170,163,175)
#B4AEB9
(180,174,185)
#BEB9C3
(190,185,195)
#C8C4CD
(200,196,205)
#D2CFD7
(210,207,215)
#DCDAE1
(220,218,225)
#E6E5EB
(230,229,235)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C8291 color. Also use rgb(140,130,145) instead hex code.

Text Font Color

.myTextColor { color: #8C8291; }

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

This text font color is #8C8291.


Background Color

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

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

This div background color is #8C8291.


Border color

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

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

This div border color is #8C8291.


Opacity

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

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

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

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

This text has shadow with #8C8291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8291 on black background.


Color preview on white background

This text has color #8C8291 on white background.



Black color preview on #8C8291 background

This text has black color on #8C8291 background.


White color preview on #8C8291 background

This text has white color on #8C8291 background.