COLOR #8D958C

HEX: #8D958C
RGB: (141,149,140)

Color info

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

RGB color model

#8D958C color RGB value is (141,149,140).

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

RGB channels and saturation

R 141 of 255 = 55%
G 149 of 255 = 58%
B 140 of 255 = 55%

141
149
140

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

Portions of RGB colors in percentages

R + G + B =
141 + 149 + 140 = 430 (100%)
R 141 of 430 ~ 32.79%
G 149 of 430 ~ 34.65%
B 140 of 430 ~ 32.56%

%32.79
%34.65
%32.56

CMYK color model

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

  • cyan value is 5.37%
  • magenta value is 0.00%
  • yellow value is 6.04%
  • key color value is 41.57%
CMYK:
(5,0,6,42)
C5M0Y6K42 
(5%,0%,6%,42%)
(0.05/0.00/0.06/0.42)	

CMYK percentages

%5.37
%0
%6.04
%41.57

Codes

Color #8D958C in popluar color models

8D958C
RGB141149140
HSL113°4.07%56.67%
HSB/HSV113°6.04%58.43%
CMYK5.37%0.00%6.04%
41.57%

Color #8D958C in popluar number systems.

HEX8D958C
Decimal141149140
Binary100011011001010110001100
Octal215225214

Shades and tints

Shades of #8D958C

#8D958C
(141,149,140)
#818880
(129,136,128)
#757B74
(117,123,116)
#696E68
(105,110,104)
#5D615C
(93,97,92)
#515450
(81,84,80)
#454744
(69,71,68)
#393A38
(57,58,56)
#2D2D2C
(45,45,44)
#212020
(33,32,32)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #8D958C

#8D958C
(141,149,140)
#979E96
(151,158,150)
#A1A7A0
(161,167,160)
#ABB0AA
(171,176,170)
#B5B9B4
(181,185,180)
#BFC2BE
(191,194,190)
#C9CBC8
(201,203,200)
#D3D4D2
(211,212,210)
#DDDDDC
(221,221,220)
#E7E6E6
(231,230,230)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D958C; }

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

This text font color is #8D958C.


Background Color

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

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

This div background color is #8D958C.


Border color

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

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

This div border color is #8D958C.


Opacity

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

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

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

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

This text has shadow with #8D958C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D958C on black background.


Color preview on white background

This text has color #8D958C on white background.



Black color preview on #8D958C background

This text has black color on #8D958C background.


White color preview on #8D958C background

This text has white color on #8D958C background.