COLOR #989AAC

HEX: #989AAC
RGB: (152,154,172)

Color info

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

RGB color model

#989AAC color RGB value is (152,154,172).

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

RGB channels and saturation

R 152 of 255 = 60%
G 154 of 255 = 60%
B 172 of 255 = 67%

152
154
172

R + G + B ~ 62%. #989AAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 154 + 172 = 478 (100%)
R 152 of 478 ~ 31.8%
G 154 of 478 ~ 32.22%
B 172 of 478 ~ 35.98%

%31.8
%32.22
%35.98

CMYK color model

#989AAC color CMYK value is (12,10,0,33).

  • cyan value is 11.63%
  • magenta value is 10.47%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(12,10,0,33)
C12M10Y0K33 
(12%,10%,0%,33%)
(0.12/0.10/0.00/0.33)	

CMYK percentages

%11.63
%10.47
%0
%32.55

Codes

Color #989AAC in popluar color models

989AAC
RGB152154172
HSL234°10.75%63.53%
HSB/HSV234°11.63%67.45%
CMYK11.63%10.47%0.00%
32.55%

Color #989AAC in popluar number systems.

HEX989AAC
Decimal152154172
Binary100110001001101010101100
Octal230232254

Shades and tints

Shades of #989AAC

#989AAC
(152,154,172)
#8B8C9D
(139,140,157)
#7E7E8E
(126,126,142)
#71707F
(113,112,127)
#646270
(100,98,112)
#575461
(87,84,97)
#4A4652
(74,70,82)
#3D3843
(61,56,67)
#302A34
(48,42,52)
#231C25
(35,28,37)
#160E16
(22,14,22)
#000000
(0,0,0)

Tints of #989AAC

#989AAC
(152,154,172)
#A1A3B3
(161,163,179)
#AAACBA
(170,172,186)
#B3B5C1
(179,181,193)
#BCBEC8
(188,190,200)
#C5C7CF
(197,199,207)
#CED0D6
(206,208,214)
#D7D9DD
(215,217,221)
#E0E2E4
(224,226,228)
#E9EBEB
(233,235,235)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989AAC; }

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

This text font color is #989AAC.


Background Color

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

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

This div background color is #989AAC.


Border color

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

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

This div border color is #989AAC.


Opacity

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

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

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

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

This text has shadow with #989AAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989AAC on black background.


Color preview on white background

This text has color #989AAC on white background.



Black color preview on #989AAC background

This text has black color on #989AAC background.


White color preview on #989AAC background

This text has white color on #989AAC background.