COLOR #989FAC

HEX: #989FAC
RGB: (152,159,172)

Color info

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

RGB color model

#989FAC color RGB value is (152,159,172).

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

RGB channels and saturation

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

152
159
172

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

Portions of RGB colors in percentages

R + G + B =
152 + 159 + 172 = 483 (100%)
R 152 of 483 ~ 31.47%
G 159 of 483 ~ 32.92%
B 172 of 483 ~ 35.61%

%31.47
%32.92
%35.61

CMYK color model

#989FAC color CMYK value is (12,8,0,33).

  • cyan value is 11.63%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(12,8,0,33)
C12M8Y0K33 
(12%,8%,0%,33%)
(0.12/0.08/0.00/0.33)	

CMYK percentages

%11.63
%7.56
%0
%32.55

Codes

Color #989FAC in popluar color models

989FAC
RGB152159172
HSL219°10.75%63.53%
HSB/HSV219°11.63%67.45%
CMYK11.63%7.56%0.00%
32.55%

Color #989FAC in popluar number systems.

HEX989FAC
Decimal152159172
Binary100110001001111110101100
Octal230237254

Shades and tints

Shades of #989FAC

#989FAC
(152,159,172)
#8B919D
(139,145,157)
#7E838E
(126,131,142)
#71757F
(113,117,127)
#646770
(100,103,112)
#575961
(87,89,97)
#4A4B52
(74,75,82)
#3D3D43
(61,61,67)
#302F34
(48,47,52)
#232125
(35,33,37)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #989FAC

#989FAC
(152,159,172)
#A1A7B3
(161,167,179)
#AAAFBA
(170,175,186)
#B3B7C1
(179,183,193)
#BCBFC8
(188,191,200)
#C5C7CF
(197,199,207)
#CECFD6
(206,207,214)
#D7D7DD
(215,215,221)
#E0DFE4
(224,223,228)
#E9E7EB
(233,231,235)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989FAC; }

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

This text font color is #989FAC.


Background Color

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

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

This div background color is #989FAC.


Border color

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

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

This div border color is #989FAC.


Opacity

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

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

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

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

This text has shadow with #989FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989FAC on black background.


Color preview on white background

This text has color #989FAC on white background.



Black color preview on #989FAC background

This text has black color on #989FAC background.


White color preview on #989FAC background

This text has white color on #989FAC background.