COLOR #8D948E

HEX: #8D948E RGB: (141,148,142)

Color info

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

RGB color model

#8D948E color RGB value is (141,148,142).

RGB: (141,148,142) (55%, 58%, 56%)

RGB channels and saturation

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

141
148
142

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

Portions of RGB colors in percentages

R + G + B = 141 + 148 + 142 = 431 (100%)
R 141 of 431 ~ 32.71%
G 148 of 431 ~ 34.34%
B 142 of 431 ~ 32.95'%

%32.71
%34.34
%32.95

CMYK color model

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

  • cyan value is 4.73%
  • 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

%4.73
%0
%4.05
%41.96

Codes

Color #8D948E in popluar color models

8D 94 8E
RGB 141 148 142
HSL 129° 3.17% 56.67%
HSB/HSV 129° 4.73% 58.04%
CMYK 4.73% 0.00% 4.05%
41.96%

Color #8D948E in popluar number systems.

HEX 8D 94 8E
Decimal 141 148 142
Binary 10001101 10010100 10001110
Octal 215 224 216

Shades and tints

Shades of #8D948E

#8D948E
(141,148,142)
#818782
(129,135,130)
#757A76
(117,122,118)
#696D6A
(105,109,106)
#5D605E
(93,96,94)
#515352
(81,83,82)
#454646
(69,70,70)
#39393A
(57,57,58)
#2D2C2E
(45,44,46)
#211F22
(33,31,34)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #8D948E

#8D948E
(141,148,142)
#979D98
(151,157,152)
#A1A6A2
(161,166,162)
#ABAFAC
(171,175,172)
#B5B8B6
(181,184,182)
#BFC1C0
(191,193,192)
#C9CACA
(201,202,202)
#D3D3D4
(211,211,212)
#DDDCDE
(221,220,222)
#E7E5E8
(231,229,232)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D948E; }

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

This text font color is #8D948E.

Background Color

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

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

This div background color is #8D948E.

Border color

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

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

This div border color is #8D948E.

Opacity

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

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

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

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

This text has shadow with #8D948E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D948E.

Preview

Color preview on black background

This text has color #8D948E on black background.


Color preview on white background

This text has color #8D948E on white background.


Black color preview on #8D948E background

This text has black color on #8D948E background.


White color preview on #8D948E background

This text has white color on #8D948E background.


Related colors

Complementary color

Complementary color for #hex is #726B71.


I love getcolorcode.com

Triadic colors

1 #8E8D94 and #948E8D with #8D948E are triadic colors.

2 #8E948D and #948D8E with #8D948E are triadic colors.