COLOR #989EAA

HEX: #989EAA RGB: (152,158,170)

Color info

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

RGB color model

#989EAA color RGB value is (152,158,170).

RGB: (152,158,170) (60%, 62%, 67%)

RGB channels and saturation

R 152 of 255 = 60%
G 158 of 255 = 62%
B 170 of 255 = 67%

152
158
170

R + G + B ~ 63%. #989EAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 158 + 170 = 480 (100%)
R 152 of 480 ~ 31.67%
G 158 of 480 ~ 32.92%
B 170 of 480 ~ 35.42'%

%31.67
%32.92
%35.42

CMYK color model

#989EAA color CMYK value is (11,7,0,33).

  • cyan value is 10.59%
  • magenta value is 7.06%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (11,7,0,33)
C11M7Y0K33 (11%, 7%, 0%, 33%)
(0.11 / 0.07 / 0.00 / 0.33)

CMYK percentages

%10.59
%7.06
%0
%33.33

Codes

Color #989EAA in popluar color models

98 9E AA
RGB 152 158 170
HSL 220° 9.57% 63.14%
HSB/HSV 220° 10.59% 66.67%
CMYK 10.59% 7.06% 0.00%
33.33%

Color #989EAA in popluar number systems.

HEX 98 9E AA
Decimal 152 158 170
Binary 10011000 10011110 10101010
Octal 230 236 252

Shades and tints

Shades of #989EAA

#989EAA
(152,158,170)
#8B909B
(139,144,155)
#7E828C
(126,130,140)
#71747D
(113,116,125)
#64666E
(100,102,110)
#57585F
(87,88,95)
#4A4A50
(74,74,80)
#3D3C41
(61,60,65)
#302E32
(48,46,50)
#232023
(35,32,35)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #989EAA

#989EAA
(152,158,170)
#A1A6B1
(161,166,177)
#AAAEB8
(170,174,184)
#B3B6BF
(179,182,191)
#BCBEC6
(188,190,198)
#C5C6CD
(197,198,205)
#CECED4
(206,206,212)
#D7D6DB
(215,214,219)
#E0DEE2
(224,222,226)
#E9E6E9
(233,230,233)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989EAA color. Also use rgb(152,158,170) instead hex code.

Text Font Color

.myTextColor { color: #989EAA; }

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

This text font color is #989EAA.

Background Color

.myBgColor { background-color: #989EAA; }

<div style="background-color:#989EAA">Inner text</div>

This div background color is #989EAA.

Border color

.myBorderColor { border: 1px solid #989EAA; }

<div style="border:3px solid #989EAA">Div</div>

This div border color is #989EAA.

Opacity

.myOpacity80 { color: #989EAA; opacity: 0.8; }

<p style="color:#989EAA;opacity:0.8;">80%</p>

Text with #989EAA 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 #989EAA;}

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

This text has shadow with #989EAA color.


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

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

This text has shadow with #989EAA primary color and red secondary color.


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

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

This text has shadow with #989EAA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #989EAA.

Preview

Color preview on black background

This text has color #989EAA on black background.


Color preview on white background

This text has color #989EAA on white background.


Black color preview on #989EAA background

This text has black color on #989EAA background.


White color preview on #989EAA background

This text has white color on #989EAA background.


Related colors

Complementary color

Complementary color for #hex is #676155.


I love getcolorcode.com

Triadic colors

1 #AA989E and #9EAA98 with #989EAA are triadic colors.

2 #AA9E98 and #9E98AA with #989EAA are triadic colors.