COLOR #989ED9

HEX: #989ED9
RGB: (152,158,217)

Color info

#989ED9 contains mainly green and blue colors. Web safe color of #989ED9 is #9999CC (or #99C).

RGB color model

#989ED9 color RGB value is (152,158,217).

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

RGB channels and saturation

R 152 of 255 = 60%
G 158 of 255 = 62%
B 217 of 255 = 85%

152
158
217

R + G + B ~ 69%. #989ED9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 158 + 217 = 527 (100%)
R 152 of 527 ~ 28.84%
G 158 of 527 ~ 29.98%
B 217 of 527 ~ 41.18%

%28.84
%29.98
%41.18

CMYK color model

#989ED9 color CMYK value is (30,27,0,15).

  • cyan value is 29.95%
  • magenta value is 27.19%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(30,27,0,15)
C30M27Y0K15 
(30%,27%,0%,15%)
(0.30/0.27/0.00/0.15)	

CMYK percentages

%29.95
%27.19
%0
%14.9

Codes

Color #989ED9 in popluar color models

989ED9
RGB152158217
HSL234°46.10%72.35%
HSB/HSV234°29.95%85.10%
CMYK29.95%27.19%0.00%
14.90%

Color #989ED9 in popluar number systems.

HEX989ED9
Decimal152158217
Binary100110001001111011011001
Octal230236331

Shades and tints

Shades of #989ED9

#989ED9
(152,158,217)
#8B90C6
(139,144,198)
#7E82B3
(126,130,179)
#7174A0
(113,116,160)
#64668D
(100,102,141)
#57587A
(87,88,122)
#4A4A67
(74,74,103)
#3D3C54
(61,60,84)
#302E41
(48,46,65)
#23202E
(35,32,46)
#16121B
(22,18,27)
#000000
(0,0,0)

Tints of #989ED9

#989ED9
(152,158,217)
#A1A6DC
(161,166,220)
#AAAEDF
(170,174,223)
#B3B6E2
(179,182,226)
#BCBEE5
(188,190,229)
#C5C6E8
(197,198,232)
#CECEEB
(206,206,235)
#D7D6EE
(215,214,238)
#E0DEF1
(224,222,241)
#E9E6F4
(233,230,244)
#F2EEF7
(242,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989ED9; }

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

This text font color is #989ED9.


Background Color

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

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

This div background color is #989ED9.


Border color

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

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

This div border color is #989ED9.


Opacity

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

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

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

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

This text has shadow with #989ED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989ED9 on black background.


Color preview on white background

This text has color #989ED9 on white background.



Black color preview on #989ED9 background

This text has black color on #989ED9 background.


White color preview on #989ED9 background

This text has white color on #989ED9 background.