COLOR #989AC9

HEX: #989AC9
RGB: (152,154,201)

Color info

#989AC9 contains red, green and blue colors in about the same proportion. Web safe color of #989AC9 is #9999CC (or #99C).

RGB color model

#989AC9 color RGB value is (152,154,201).

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

RGB channels and saturation

R 152 of 255 = 60%
G 154 of 255 = 60%
B 201 of 255 = 79%

152
154
201

R + G + B ~ 66%. #989AC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 154 + 201 = 507 (100%)
R 152 of 507 ~ 29.98%
G 154 of 507 ~ 30.37%
B 201 of 507 ~ 39.64%

%29.98
%30.37
%39.64

CMYK color model

#989AC9 color CMYK value is (24,23,0,21).

  • cyan value is 24.38%
  • magenta value is 23.38%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(24,23,0,21)
C24M23Y0K21 
(24%,23%,0%,21%)
(0.24/0.23/0.00/0.21)	

CMYK percentages

%24.38
%23.38
%0
%21.18

Codes

Color #989AC9 in popluar color models

989AC9
RGB152154201
HSL238°31.21%69.22%
HSB/HSV238°24.38%78.82%
CMYK24.38%23.38%0.00%
21.18%

Color #989AC9 in popluar number systems.

HEX989AC9
Decimal152154201
Binary100110001001101011001001
Octal230232311

Shades and tints

Shades of #989AC9

#989AC9
(152,154,201)
#8B8CB7
(139,140,183)
#7E7EA5
(126,126,165)
#717093
(113,112,147)
#646281
(100,98,129)
#57546F
(87,84,111)
#4A465D
(74,70,93)
#3D384B
(61,56,75)
#302A39
(48,42,57)
#231C27
(35,28,39)
#160E15
(22,14,21)
#000000
(0,0,0)

Tints of #989AC9

#989AC9
(152,154,201)
#A1A3CD
(161,163,205)
#AAACD1
(170,172,209)
#B3B5D5
(179,181,213)
#BCBED9
(188,190,217)
#C5C7DD
(197,199,221)
#CED0E1
(206,208,225)
#D7D9E5
(215,217,229)
#E0E2E9
(224,226,233)
#E9EBED
(233,235,237)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989AC9; }

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

This text font color is #989AC9.


Background Color

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

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

This div background color is #989AC9.


Border color

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

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

This div border color is #989AC9.


Opacity

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

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

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

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

This text has shadow with #989AC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989AC9 on black background.


Color preview on white background

This text has color #989AC9 on white background.



Black color preview on #989AC9 background

This text has black color on #989AC9 background.


White color preview on #989AC9 background

This text has white color on #989AC9 background.