COLOR #989FAD

HEX: #989FAD
RGB: (152,159,173)

Color info

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

RGB color model

#989FAD color RGB value is (152,159,173).

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

RGB channels and saturation

R 152 of 255 = 60%
G 159 of 255 = 62%
B 173 of 255 = 68%

152
159
173

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

Portions of RGB colors in percentages

R + G + B =
152 + 159 + 173 = 484 (100%)
R 152 of 484 ~ 31.4%
G 159 of 484 ~ 32.85%
B 173 of 484 ~ 35.74%

%31.4
%32.85
%35.74

CMYK color model

#989FAD color CMYK value is (12,8,0,32).

  • cyan value is 12.14%
  • magenta value is 8.09%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(12,8,0,32)
C12M8Y0K32 
(12%,8%,0%,32%)
(0.12/0.08/0.00/0.32)	

CMYK percentages

%12.14
%8.09
%0
%32.16

Codes

Color #989FAD in popluar color models

989FAD
RGB152159173
HSL220°11.35%63.73%
HSB/HSV220°12.14%67.84%
CMYK12.14%8.09%0.00%
32.16%

Color #989FAD in popluar number systems.

HEX989FAD
Decimal152159173
Binary100110001001111110101101
Octal230237255

Shades and tints

Shades of #989FAD

#989FAD
(152,159,173)
#8B919E
(139,145,158)
#7E838F
(126,131,143)
#717580
(113,117,128)
#646771
(100,103,113)
#575962
(87,89,98)
#4A4B53
(74,75,83)
#3D3D44
(61,61,68)
#302F35
(48,47,53)
#232126
(35,33,38)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #989FAD

#989FAD
(152,159,173)
#A1A7B4
(161,167,180)
#AAAFBB
(170,175,187)
#B3B7C2
(179,183,194)
#BCBFC9
(188,191,201)
#C5C7D0
(197,199,208)
#CECFD7
(206,207,215)
#D7D7DE
(215,215,222)
#E0DFE5
(224,223,229)
#E9E7EC
(233,231,236)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989FAD; }

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

This text font color is #989FAD.


Background Color

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

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

This div background color is #989FAD.


Border color

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

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

This div border color is #989FAD.


Opacity

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

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

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

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

This text has shadow with #989FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989FAD on black background.


Color preview on white background

This text has color #989FAD on white background.



Black color preview on #989FAD background

This text has black color on #989FAD background.


White color preview on #989FAD background

This text has white color on #989FAD background.