COLOR #8C948C

HEX: #8C948C
RGB: (140,148,140)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

140
148
140

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

Portions of RGB colors in percentages

R + G + B =
140 + 148 + 140 = 428 (100%)
R 140 of 428 ~ 32.71%
G 148 of 428 ~ 34.58%
B 140 of 428 ~ 32.71%

%32.71
%34.58
%32.71

CMYK color model

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

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

CMYK percentages

%5.41
%0
%5.41
%41.96

Codes

Color #8C948C in popluar color models

8C948C
RGB140148140
HSL120°3.60%56.47%
HSB/HSV120°5.41%58.04%
CMYK5.41%0.00%5.41%
41.96%

Color #8C948C in popluar number systems.

HEX8C948C
Decimal140148140
Binary100011001001010010001100
Octal214224214

Shades and tints

Shades of #8C948C

#8C948C
(140,148,140)
#808780
(128,135,128)
#747A74
(116,122,116)
#686D68
(104,109,104)
#5C605C
(92,96,92)
#505350
(80,83,80)
#444644
(68,70,68)
#383938
(56,57,56)
#2C2C2C
(44,44,44)
#201F20
(32,31,32)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #8C948C

#8C948C
(140,148,140)
#969D96
(150,157,150)
#A0A6A0
(160,166,160)
#AAAFAA
(170,175,170)
#B4B8B4
(180,184,180)
#BEC1BE
(190,193,190)
#C8CAC8
(200,202,200)
#D2D3D2
(210,211,210)
#DCDCDC
(220,220,220)
#E6E5E6
(230,229,230)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C948C; }

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

This text font color is #8C948C.


Background Color

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

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

This div background color is #8C948C.


Border color

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

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

This div border color is #8C948C.


Opacity

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

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

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

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

This text has shadow with #8C948C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C948C on black background.


Color preview on white background

This text has color #8C948C on white background.



Black color preview on #8C948C background

This text has black color on #8C948C background.


White color preview on #8C948C background

This text has white color on #8C948C background.