COLOR #8C948E

HEX: #8C948E
RGB: (140,148,142)

Color info

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

RGB color model

#8C948E color RGB value is (140,148,142).

  • red value is 140;
  • green value is 148;
  • blue value is 142.
RGB:
(140,148,142)
(55%,58%,56%)

RGB channels and saturation

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

140
148
142

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

Portions of RGB colors in percentages

R + G + B =
140 + 148 + 142 = 430 (100%)
R 140 of 430 ~ 32.56%
G 148 of 430 ~ 34.42%
B 142 of 430 ~ 33.02%

%32.56
%34.42
%33.02

CMYK color model

#8C948E color CMYK value is (5,0,4,42).

  • cyan value is 5.41%
  • magenta value is 0.00%
  • yellow value is 4.05%
  • key color value is 41.96%
CMYK:
(5,0,4,42)
C5M0Y4K42 
(5%,0%,4%,42%)
(0.05/0.00/0.04/0.42)	

CMYK percentages

%5.41
%0
%4.05
%41.96

Codes

Color #8C948E in popluar color models

8C948E
RGB140148142
HSL135°3.60%56.47%
HSB/HSV135°5.41%58.04%
CMYK5.41%0.00%4.05%
41.96%

Color #8C948E in popluar number systems.

HEX8C948E
Decimal140148142
Binary100011001001010010001110
Octal214224216

Shades and tints

Shades of #8C948E

#8C948E
(140,148,142)
#808782
(128,135,130)
#747A76
(116,122,118)
#686D6A
(104,109,106)
#5C605E
(92,96,94)
#505352
(80,83,82)
#444646
(68,70,70)
#38393A
(56,57,58)
#2C2C2E
(44,44,46)
#201F22
(32,31,34)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #8C948E

#8C948E
(140,148,142)
#969D98
(150,157,152)
#A0A6A2
(160,166,162)
#AAAFAC
(170,175,172)
#B4B8B6
(180,184,182)
#BEC1C0
(190,193,192)
#C8CACA
(200,202,202)
#D2D3D4
(210,211,212)
#DCDCDE
(220,220,222)
#E6E5E8
(230,229,232)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C948E; }

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

This text font color is #8C948E.


Background Color

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

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

This div background color is #8C948E.


Border color

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

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

This div border color is #8C948E.


Opacity

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

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

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

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

This text has shadow with #8C948E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C948E on black background.


Color preview on white background

This text has color #8C948E on white background.



Black color preview on #8C948E background

This text has black color on #8C948E background.


White color preview on #8C948E background

This text has white color on #8C948E background.