COLOR #8989A4

HEX: #8989A4
RGB: (137,137,164)

Color info

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

RGB color model

#8989A4 color RGB value is (137,137,164).

  • red value is 137;
  • green value is 137;
  • blue value is 164.
RGB:
(137,137,164)
(54%,54%,64%)

RGB channels and saturation

R 137 of 255 = 54%
G 137 of 255 = 54%
B 164 of 255 = 64%

137
137
164

R + G + B ~ 57%. #8989A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 137 + 164 = 438 (100%)
R 137 of 438 ~ 31.28%
G 137 of 438 ~ 31.28%
B 164 of 438 ~ 37.44%

%31.28
%31.28
%37.44

CMYK color model

#8989A4 color CMYK value is (16,16,0,36).

  • cyan value is 16.46%
  • magenta value is 16.46%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(16,16,0,36)
C16M16Y0K36 
(16%,16%,0%,36%)
(0.16/0.16/0.00/0.36)	

CMYK percentages

%16.46
%16.46
%0
%35.69

Codes

Color #8989A4 in popluar color models

8989A4
RGB137137164
HSL240°12.92%59.02%
HSB/HSV240°16.46%64.31%
CMYK16.46%16.46%0.00%
35.69%

Color #8989A4 in popluar number systems.

HEX8989A4
Decimal137137164
Binary100010011000100110100100
Octal211211244

Shades and tints

Shades of #8989A4

#8989A4
(137,137,164)
#7D7D96
(125,125,150)
#717188
(113,113,136)
#65657A
(101,101,122)
#59596C
(89,89,108)
#4D4D5E
(77,77,94)
#414150
(65,65,80)
#353542
(53,53,66)
#292934
(41,41,52)
#1D1D26
(29,29,38)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #8989A4

#8989A4
(137,137,164)
#9393AC
(147,147,172)
#9D9DB4
(157,157,180)
#A7A7BC
(167,167,188)
#B1B1C4
(177,177,196)
#BBBBCC
(187,187,204)
#C5C5D4
(197,197,212)
#CFCFDC
(207,207,220)
#D9D9E4
(217,217,228)
#E3E3EC
(227,227,236)
#EDEDF4
(237,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8989A4 color. Also use rgb(137,137,164) instead hex code.

Text Font Color

.myTextColor { color: #8989A4; }

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

This text font color is #8989A4.


Background Color

.myBgColor { background-color: #8989A4; }

<div style="background-color:#8989A4">Inner text</div>

This div background color is #8989A4.


Border color

.myBorderColor { border: 1px solid #8989A4; }

<div style="border:3px solid #8989A4">Div</div>

This div border color is #8989A4.


Opacity

.myOpacity80 { color: #8989A4; opacity: 0.8; }

<p style="color:#8989A4;opacity:0.8;">80%</p>

Text with #8989A4 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 #8989A4;}

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

This text has shadow with #8989A4 color.

.textShadow {text-shadow: 3px 3px 1px #8989A4, 3px 3px 1px red;}

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

This text has shadow with #8989A4 primary color and red secondary color.


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

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

This text has shadow with #8989A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8989A4 on black background.


Color preview on white background

This text has color #8989A4 on white background.



Black color preview on #8989A4 background

This text has black color on #8989A4 background.


White color preview on #8989A4 background

This text has white color on #8989A4 background.