COLOR #8D9498

HEX: #8D9498 RGB: (141,148,152)

Color info

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

RGB color model

#8D9498 color RGB value is (141,148,152).

RGB: (141,148,152) (55%, 58%, 60%)

RGB channels and saturation

R 141 of 255 = 55%
G 148 of 255 = 58%
B 152 of 255 = 60%

141
148
152

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

Portions of RGB colors in percentages

R + G + B = 141 + 148 + 152 = 441 (100%)
R 141 of 441 ~ 31.97%
G 148 of 441 ~ 33.56%
B 152 of 441 ~ 34.47'%

%31.97
%33.56
%34.47

CMYK color model

#8D9498 color CMYK value is (7,3,0,40).

  • cyan value is 7.24%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (7,3,0,40)
C7M3Y0K40 (7%, 3%, 0%, 40%)
(0.07 / 0.03 / 0.00 / 0.40)

CMYK percentages

%7.24
%2.63
%0
%40.39

Codes

Color #8D9498 in popluar color models

8D 94 98
RGB 141 148 152
HSL 202° 5.07% 57.45%
HSB/HSV 202° 7.24% 59.61%
CMYK 7.24% 2.63% 0.00%
40.39%

Color #8D9498 in popluar number systems.

HEX 8D 94 98
Decimal 141 148 152
Binary 10001101 10010100 10011000
Octal 215 224 230

Shades and tints

Shades of #8D9498

#8D9498
(141,148,152)
#81878B
(129,135,139)
#757A7E
(117,122,126)
#696D71
(105,109,113)
#5D6064
(93,96,100)
#515357
(81,83,87)
#45464A
(69,70,74)
#39393D
(57,57,61)
#2D2C30
(45,44,48)
#211F23
(33,31,35)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #8D9498

#8D9498
(141,148,152)
#979DA1
(151,157,161)
#A1A6AA
(161,166,170)
#ABAFB3
(171,175,179)
#B5B8BC
(181,184,188)
#BFC1C5
(191,193,197)
#C9CACE
(201,202,206)
#D3D3D7
(211,211,215)
#DDDCE0
(221,220,224)
#E7E5E9
(231,229,233)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9498; }

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

This text font color is #8D9498.

Background Color

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

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

This div background color is #8D9498.

Border color

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

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

This div border color is #8D9498.

Opacity

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

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

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

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

This text has shadow with #8D9498 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D9498.

Preview

Color preview on black background

This text has color #8D9498 on black background.


Color preview on white background

This text has color #8D9498 on white background.


Black color preview on #8D9498 background

This text has black color on #8D9498 background.


White color preview on #8D9498 background

This text has white color on #8D9498 background.


Related colors

Complementary color

Complementary color for #hex is #726B67.


I love getcolorcode.com

Triadic colors

1 #988D94 and #94988D with #8D9498 are triadic colors.

2 #98948D and #948D98 with #8D9498 are triadic colors.