COLOR #989FF2

HEX: #989FF2
RGB: (152,159,242)

Color info

#989FF2 contains mainly blue color. Web safe color of #989FF2 is #9999FF (or #99F).

RGB color model

#989FF2 color RGB value is (152,159,242).

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

RGB channels and saturation

R 152 of 255 = 60%
G 159 of 255 = 62%
B 242 of 255 = 95%

152
159
242

R + G + B ~ 72%. #989FF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 159 + 242 = 553 (100%)
R 152 of 553 ~ 27.49%
G 159 of 553 ~ 28.75%
B 242 of 553 ~ 43.76%

%27.49
%28.75
%43.76

CMYK color model

#989FF2 color CMYK value is (37,34,0,5).

  • cyan value is 37.19%
  • magenta value is 34.30%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(37,34,0,5)
C37M34Y0K5 
(37%,34%,0%,5%)
(0.37/0.34/0.00/0.05)	

CMYK percentages

%37.19
%34.3
%0
%5.1

Codes

Color #989FF2 in popluar color models

989FF2
RGB152159242
HSL235°77.59%77.25%
HSB/HSV235°37.19%94.90%
CMYK37.19%34.30%0.00%
5.10%

Color #989FF2 in popluar number systems.

HEX989FF2
Decimal152159242
Binary100110001001111111110010
Octal230237362

Shades and tints

Shades of #989FF2

#989FF2
(152,159,242)
#8B91DC
(139,145,220)
#7E83C6
(126,131,198)
#7175B0
(113,117,176)
#64679A
(100,103,154)
#575984
(87,89,132)
#4A4B6E
(74,75,110)
#3D3D58
(61,61,88)
#302F42
(48,47,66)
#23212C
(35,33,44)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #989FF2

#989FF2
(152,159,242)
#A1A7F3
(161,167,243)
#AAAFF4
(170,175,244)
#B3B7F5
(179,183,245)
#BCBFF6
(188,191,246)
#C5C7F7
(197,199,247)
#CECFF8
(206,207,248)
#D7D7F9
(215,215,249)
#E0DFFA
(224,223,250)
#E9E7FB
(233,231,251)
#F2EFFC
(242,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989FF2; }

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

This text font color is #989FF2.


Background Color

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

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

This div background color is #989FF2.


Border color

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

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

This div border color is #989FF2.


Opacity

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

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

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

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

This text has shadow with #989FF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989FF2 on black background.


Color preview on white background

This text has color #989FF2 on white background.



Black color preview on #989FF2 background

This text has black color on #989FF2 background.


White color preview on #989FF2 background

This text has white color on #989FF2 background.