COLOR #989FAA

HEX: #989FAA
RGB: (152,159,170)

Color info

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

RGB color model

#989FAA color RGB value is (152,159,170).

  • red value is 152;
  • green value is 159;
  • blue value is 170.
RGB: (152,159,170) (60%,62%,67%)

RGB channels and saturation

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

152
159
170

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

Portions of RGB colors in percentages

R + G + B =
152 + 159 + 170 = 481 (100%)
R 152 of 481 ~ 31.6%
G 159 of 481 ~ 33.06%
B 170 of 481 ~ 35.34%

%31.6
%33.06
%35.34

CMYK color model

#989FAA color CMYK value is (11,6,0,33).

  • cyan value is 10.59%
  • magenta value is 6.47%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (11,6,0,33) C11M6Y0K33 (11%,6%,0%,33%) (0.11/0.06/0.00/0.33)

CMYK percentages

%10.59
%6.47
%0
%33.33

Codes

Color #989FAA in popluar color models

989FAA
RGB152159170
HSL217°9.57%63.14%
HSB/HSV217°10.59%66.67%
CMYK10.59%6.47%0.00%
33.33%

Color #989FAA in popluar number systems.

HEX989FAA
Decimal152159170
Binary100110001001111110101010
Octal230237252

Shades and tints

Shades of #989FAA

#989FAA
(152,159,170)
#8B919B
(139,145,155)
#7E838C
(126,131,140)
#71757D
(113,117,125)
#64676E
(100,103,110)
#57595F
(87,89,95)
#4A4B50
(74,75,80)
#3D3D41
(61,61,65)
#302F32
(48,47,50)
#232123
(35,33,35)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #989FAA

#989FAA
(152,159,170)
#A1A7B1
(161,167,177)
#AAAFB8
(170,175,184)
#B3B7BF
(179,183,191)
#BCBFC6
(188,191,198)
#C5C7CD
(197,199,205)
#CECFD4
(206,207,212)
#D7D7DB
(215,215,219)
#E0DFE2
(224,223,226)
#E9E7E9
(233,231,233)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989FAA; }

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

This text font color is #989FAA.


Background Color

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

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

This div background color is #989FAA.


Border color

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

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

This div border color is #989FAA.


Opacity

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

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

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

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

This text has shadow with #989FAA color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #989FAA; -webkit-box-shadow:	1px 1px 3px 2px #989FAA; box-shadow:	1px 1px 3px 2px #989FAA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #989FAA; -webkit-box-shadow: 1px 1px 3px 2px #989FAA; box-shadow:1px 1px 3px 2px #989FAA;">
Div content here</div>
This div box has shadow with color #989FAA.

Preview

Color preview on black background

This text has color #989FAA on black background.


Color preview on white background

This text has color #989FAA on white background.



Black color preview on #989FAA background

This text has black color on #989FAA background.


White color preview on #989FAA background

This text has white color on #989FAA background.