COLOR #989FE5

HEX: #989FE5
RGB: (152,159,229)

Color info

#989FE5 contains mainly blue color. Web safe color of #989FE5 is #9999CC (or #99C).

RGB color model

#989FE5 color RGB value is (152,159,229).

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

RGB channels and saturation

R 152 of 255 = 60%
G 159 of 255 = 62%
B 229 of 255 = 90%

152
159
229

R + G + B ~ 71%. #989FE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 159 + 229 = 540 (100%)
R 152 of 540 ~ 28.15%
G 159 of 540 ~ 29.44%
B 229 of 540 ~ 42.41%

%28.15
%29.44
%42.41

CMYK color model

#989FE5 color CMYK value is (34,31,0,10).

  • cyan value is 33.62%
  • magenta value is 30.57%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(34,31,0,10)
C34M31Y0K10 
(34%,31%,0%,10%)
(0.34/0.31/0.00/0.10)	

CMYK percentages

%33.62
%30.57
%0
%10.2

Codes

Color #989FE5 in popluar color models

989FE5
RGB152159229
HSL235°59.69%74.71%
HSB/HSV235°33.62%89.80%
CMYK33.62%30.57%0.00%
10.20%

Color #989FE5 in popluar number systems.

HEX989FE5
Decimal152159229
Binary100110001001111111100101
Octal230237345

Shades and tints

Shades of #989FE5

#989FE5
(152,159,229)
#8B91D1
(139,145,209)
#7E83BD
(126,131,189)
#7175A9
(113,117,169)
#646795
(100,103,149)
#575981
(87,89,129)
#4A4B6D
(74,75,109)
#3D3D59
(61,61,89)
#302F45
(48,47,69)
#232131
(35,33,49)
#16131D
(22,19,29)
#000000
(0,0,0)

Tints of #989FE5

#989FE5
(152,159,229)
#A1A7E7
(161,167,231)
#AAAFE9
(170,175,233)
#B3B7EB
(179,183,235)
#BCBFED
(188,191,237)
#C5C7EF
(197,199,239)
#CECFF1
(206,207,241)
#D7D7F3
(215,215,243)
#E0DFF5
(224,223,245)
#E9E7F7
(233,231,247)
#F2EFF9
(242,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989FE5; }

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

This text font color is #989FE5.


Background Color

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

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

This div background color is #989FE5.


Border color

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

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

This div border color is #989FE5.


Opacity

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

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

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

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

This text has shadow with #989FE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989FE5 on black background.


Color preview on white background

This text has color #989FE5 on white background.



Black color preview on #989FE5 background

This text has black color on #989FE5 background.


White color preview on #989FE5 background

This text has white color on #989FE5 background.