COLOR #989EAF

HEX: #989EAF
RGB: (152,158,175)

Color info

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

RGB color model

#989EAF color RGB value is (152,158,175).

  • red value is 152;
  • green value is 158;
  • blue value is 175.
RGB:
(152,158,175)
(60%,62%,69%)

RGB channels and saturation

R 152 of 255 = 60%
G 158 of 255 = 62%
B 175 of 255 = 69%

152
158
175

R + G + B ~ 64%. #989EAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 158 + 175 = 485 (100%)
R 152 of 485 ~ 31.34%
G 158 of 485 ~ 32.58%
B 175 of 485 ~ 36.08%

%31.34
%32.58
%36.08

CMYK color model

#989EAF color CMYK value is (13,10,0,31).

  • cyan value is 13.14%
  • magenta value is 9.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(13,10,0,31)
C13M10Y0K31 
(13%,10%,0%,31%)
(0.13/0.10/0.00/0.31)	

CMYK percentages

%13.14
%9.71
%0
%31.37

Codes

Color #989EAF in popluar color models

989EAF
RGB152158175
HSL224°12.57%64.12%
HSB/HSV224°13.14%68.63%
CMYK13.14%9.71%0.00%
31.37%

Color #989EAF in popluar number systems.

HEX989EAF
Decimal152158175
Binary100110001001111010101111
Octal230236257

Shades and tints

Shades of #989EAF

#989EAF
(152,158,175)
#8B90A0
(139,144,160)
#7E8291
(126,130,145)
#717482
(113,116,130)
#646673
(100,102,115)
#575864
(87,88,100)
#4A4A55
(74,74,85)
#3D3C46
(61,60,70)
#302E37
(48,46,55)
#232028
(35,32,40)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #989EAF

#989EAF
(152,158,175)
#A1A6B6
(161,166,182)
#AAAEBD
(170,174,189)
#B3B6C4
(179,182,196)
#BCBECB
(188,190,203)
#C5C6D2
(197,198,210)
#CECED9
(206,206,217)
#D7D6E0
(215,214,224)
#E0DEE7
(224,222,231)
#E9E6EE
(233,230,238)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989EAF; }

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

This text font color is #989EAF.


Background Color

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

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

This div background color is #989EAF.


Border color

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

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

This div border color is #989EAF.


Opacity

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

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

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

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

This text has shadow with #989EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989EAF on black background.


Color preview on white background

This text has color #989EAF on white background.



Black color preview on #989EAF background

This text has black color on #989EAF background.


White color preview on #989EAF background

This text has white color on #989EAF background.