COLOR #989ED5

HEX: #989ED5
RGB: (152,158,213)

Color info

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

RGB color model

#989ED5 color RGB value is (152,158,213).

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

RGB channels and saturation

R 152 of 255 = 60%
G 158 of 255 = 62%
B 213 of 255 = 84%

152
158
213

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

Portions of RGB colors in percentages

R + G + B =
152 + 158 + 213 = 523 (100%)
R 152 of 523 ~ 29.06%
G 158 of 523 ~ 30.21%
B 213 of 523 ~ 40.73%

%29.06
%30.21
%40.73

CMYK color model

#989ED5 color CMYK value is (29,26,0,16).

  • cyan value is 28.64%
  • magenta value is 25.82%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(29,26,0,16)
C29M26Y0K16 
(29%,26%,0%,16%)
(0.29/0.26/0.00/0.16)	

CMYK percentages

%28.64
%25.82
%0
%16.47

Codes

Color #989ED5 in popluar color models

989ED5
RGB152158213
HSL234°42.07%71.57%
HSB/HSV234°28.64%83.53%
CMYK28.64%25.82%0.00%
16.47%

Color #989ED5 in popluar number systems.

HEX989ED5
Decimal152158213
Binary100110001001111011010101
Octal230236325

Shades and tints

Shades of #989ED5

#989ED5
(152,158,213)
#8B90C2
(139,144,194)
#7E82AF
(126,130,175)
#71749C
(113,116,156)
#646689
(100,102,137)
#575876
(87,88,118)
#4A4A63
(74,74,99)
#3D3C50
(61,60,80)
#302E3D
(48,46,61)
#23202A
(35,32,42)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #989ED5

#989ED5
(152,158,213)
#A1A6D8
(161,166,216)
#AAAEDB
(170,174,219)
#B3B6DE
(179,182,222)
#BCBEE1
(188,190,225)
#C5C6E4
(197,198,228)
#CECEE7
(206,206,231)
#D7D6EA
(215,214,234)
#E0DEED
(224,222,237)
#E9E6F0
(233,230,240)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989ED5; }

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

This text font color is #989ED5.


Background Color

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

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

This div background color is #989ED5.


Border color

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

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

This div border color is #989ED5.


Opacity

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

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

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

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

This text has shadow with #989ED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989ED5 on black background.


Color preview on white background

This text has color #989ED5 on white background.



Black color preview on #989ED5 background

This text has black color on #989ED5 background.


White color preview on #989ED5 background

This text has white color on #989ED5 background.