COLOR #8994A1

HEX: #8994A1
RGB: (137,148,161)

Color info

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

RGB color model

#8994A1 color RGB value is (137,148,161).

  • red value is 137;
  • green value is 148;
  • blue value is 161.
RGB:
(137,148,161)
(54%,58%,63%)

RGB channels and saturation

R 137 of 255 = 54%
G 148 of 255 = 58%
B 161 of 255 = 63%

137
148
161

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

Portions of RGB colors in percentages

R + G + B =
137 + 148 + 161 = 446 (100%)
R 137 of 446 ~ 30.72%
G 148 of 446 ~ 33.18%
B 161 of 446 ~ 36.1%

%30.72
%33.18
%36.1

CMYK color model

#8994A1 color CMYK value is (15,8,0,37).

  • cyan value is 14.91%
  • magenta value is 8.07%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(15,8,0,37)
C15M8Y0K37 
(15%,8%,0%,37%)
(0.15/0.08/0.00/0.37)	

CMYK percentages

%14.91
%8.07
%0
%36.86

Codes

Color #8994A1 in popluar color models

8994A1
RGB137148161
HSL213°11.32%58.43%
HSB/HSV213°14.91%63.14%
CMYK14.91%8.07%0.00%
36.86%

Color #8994A1 in popluar number systems.

HEX8994A1
Decimal137148161
Binary100010011001010010100001
Octal211224241

Shades and tints

Shades of #8994A1

#8994A1
(137,148,161)
#7D8793
(125,135,147)
#717A85
(113,122,133)
#656D77
(101,109,119)
#596069
(89,96,105)
#4D535B
(77,83,91)
#41464D
(65,70,77)
#35393F
(53,57,63)
#292C31
(41,44,49)
#1D1F23
(29,31,35)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #8994A1

#8994A1
(137,148,161)
#939DA9
(147,157,169)
#9DA6B1
(157,166,177)
#A7AFB9
(167,175,185)
#B1B8C1
(177,184,193)
#BBC1C9
(187,193,201)
#C5CAD1
(197,202,209)
#CFD3D9
(207,211,217)
#D9DCE1
(217,220,225)
#E3E5E9
(227,229,233)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8994A1 color. Also use rgb(137,148,161) instead hex code.

Text Font Color

.myTextColor { color: #8994A1; }

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

This text font color is #8994A1.


Background Color

.myBgColor { background-color: #8994A1; }

<div style="background-color:#8994A1">Inner text</div>

This div background color is #8994A1.


Border color

.myBorderColor { border: 1px solid #8994A1; }

<div style="border:3px solid #8994A1">Div</div>

This div border color is #8994A1.


Opacity

.myOpacity80 { color: #8994A1; opacity: 0.8; }

<p style="color:#8994A1;opacity:0.8;">80%</p>

Text with #8994A1 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 #8994A1;}

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

This text has shadow with #8994A1 color.

.textShadow {text-shadow: 3px 3px 1px #8994A1, 3px 3px 1px red;}

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

This text has shadow with #8994A1 primary color and red secondary color.


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

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

This text has shadow with #8994A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8994A1 on black background.


Color preview on white background

This text has color #8994A1 on white background.



Black color preview on #8994A1 background

This text has black color on #8994A1 background.


White color preview on #8994A1 background

This text has white color on #8994A1 background.