COLOR #8D94A7

HEX: #8D94A7 RGB: (141,148,167)

Color info

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

RGB color model

#8D94A7 color RGB value is (141,148,167).

RGB: (141,148,167) (55%, 58%, 65%)

RGB channels and saturation

R 141 of 255 = 55%
G 148 of 255 = 58%
B 167 of 255 = 65%

141
148
167

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

Portions of RGB colors in percentages

R + G + B = 141 + 148 + 167 = 456 (100%)
R 141 of 456 ~ 30.92%
G 148 of 456 ~ 32.46%
B 167 of 456 ~ 36.62'%

%30.92
%32.46
%36.62

CMYK color model

#8D94A7 color CMYK value is (16,11,0,35).

  • cyan value is 15.57%
  • magenta value is 11.38%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (16,11,0,35)
C16M11Y0K35 (16%, 11%, 0%, 35%)
(0.16 / 0.11 / 0.00 / 0.35)

CMYK percentages

%15.57
%11.38
%0
%34.51

Codes

Color #8D94A7 in popluar color models

8D 94 A7
RGB 141 148 167
HSL 224° 12.87% 60.39%
HSB/HSV 224° 15.57% 65.49%
CMYK 15.57% 11.38% 0.00%
34.51%

Color #8D94A7 in popluar number systems.

HEX 8D 94 A7
Decimal 141 148 167
Binary 10001101 10010100 10100111
Octal 215 224 247

Shades and tints

Shades of #8D94A7

#8D94A7
(141,148,167)
#818798
(129,135,152)
#757A89
(117,122,137)
#696D7A
(105,109,122)
#5D606B
(93,96,107)
#51535C
(81,83,92)
#45464D
(69,70,77)
#39393E
(57,57,62)
#2D2C2F
(45,44,47)
#211F20
(33,31,32)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #8D94A7

#8D94A7
(141,148,167)
#979DAF
(151,157,175)
#A1A6B7
(161,166,183)
#ABAFBF
(171,175,191)
#B5B8C7
(181,184,199)
#BFC1CF
(191,193,207)
#C9CAD7
(201,202,215)
#D3D3DF
(211,211,223)
#DDDCE7
(221,220,231)
#E7E5EF
(231,229,239)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D94A7; }

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

This text font color is #8D94A7.

Background Color

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

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

This div background color is #8D94A7.

Border color

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

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

This div border color is #8D94A7.

Opacity

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

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

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

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

This text has shadow with #8D94A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D94A7.

Preview

Color preview on black background

This text has color #8D94A7 on black background.


Color preview on white background

This text has color #8D94A7 on white background.


Black color preview on #8D94A7 background

This text has black color on #8D94A7 background.


White color preview on #8D94A7 background

This text has white color on #8D94A7 background.


Related colors

Complementary color

Complementary color for #hex is #726B58.


I love getcolorcode.com

Triadic colors

1 #A78D94 and #94A78D with #8D94A7 are triadic colors.

2 #A7948D and #948DA7 with #8D94A7 are triadic colors.