COLOR #989CF2

HEX: #989CF2
RGB: (152,156,242)

Color info

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

RGB color model

#989CF2 color RGB value is (152,156,242).

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

RGB channels and saturation

R 152 of 255 = 60%
G 156 of 255 = 61%
B 242 of 255 = 95%

152
156
242

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

Portions of RGB colors in percentages

R + G + B =
152 + 156 + 242 = 550 (100%)
R 152 of 550 ~ 27.64%
G 156 of 550 ~ 28.36%
B 242 of 550 ~ 44%

%27.64
%28.36
%44

CMYK color model

#989CF2 color CMYK value is (37,36,0,5).

  • cyan value is 37.19%
  • magenta value is 35.54%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(37,36,0,5)
C37M36Y0K5 
(37%,36%,0%,5%)
(0.37/0.36/0.00/0.05)	

CMYK percentages

%37.19
%35.54
%0
%5.1

Codes

Color #989CF2 in popluar color models

989CF2
RGB152156242
HSL237°77.59%77.25%
HSB/HSV237°37.19%94.90%
CMYK37.19%35.54%0.00%
5.10%

Color #989CF2 in popluar number systems.

HEX989CF2
Decimal152156242
Binary100110001001110011110010
Octal230234362

Shades and tints

Shades of #989CF2

#989CF2
(152,156,242)
#8B8EDC
(139,142,220)
#7E80C6
(126,128,198)
#7172B0
(113,114,176)
#64649A
(100,100,154)
#575684
(87,86,132)
#4A486E
(74,72,110)
#3D3A58
(61,58,88)
#302C42
(48,44,66)
#231E2C
(35,30,44)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #989CF2

#989CF2
(152,156,242)
#A1A5F3
(161,165,243)
#AAAEF4
(170,174,244)
#B3B7F5
(179,183,245)
#BCC0F6
(188,192,246)
#C5C9F7
(197,201,247)
#CED2F8
(206,210,248)
#D7DBF9
(215,219,249)
#E0E4FA
(224,228,250)
#E9EDFB
(233,237,251)
#F2F6FC
(242,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989CF2; }

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

This text font color is #989CF2.


Background Color

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

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

This div background color is #989CF2.


Border color

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

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

This div border color is #989CF2.


Opacity

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

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

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

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

This text has shadow with #989CF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989CF2 on black background.


Color preview on white background

This text has color #989CF2 on white background.



Black color preview on #989CF2 background

This text has black color on #989CF2 background.


White color preview on #989CF2 background

This text has white color on #989CF2 background.