COLOR #989EDC

HEX: #989EDC RGB: (152,158,220)

Color info

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

RGB color model

#989EDC color RGB value is (152,158,220).

RGB: (152,158,220) (60%, 62%, 86%)

RGB channels and saturation

R 152 of 255 = 60%
G 158 of 255 = 62%
B 220 of 255 = 86%

152
158
220

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

Portions of RGB colors in percentages

R + G + B = 152 + 158 + 220 = 530 (100%)
R 152 of 530 ~ 28.68%
G 158 of 530 ~ 29.81%
B 220 of 530 ~ 41.51'%

%28.68
%29.81
%41.51

CMYK color model

#989EDC color CMYK value is (31,28,0,14).

  • cyan value is 30.91%
  • magenta value is 28.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (31,28,0,14) C31M28Y0K14 (31%,28%,0%,14%) (0.31/0.28/0.00/0.14) 

CMYK percentages

%30.91
%28.18
%0
%13.73

Codes

Color #989EDC in popluar color models

98 9E DC
RGB 152 158 220
HSL 235° 49.28% 72.94%
HSB/HSV 235° 30.91% 86.27%
CMYK 30.91% 28.18% 0.00%
13.73%

Color #989EDC in popluar number systems.

HEX 98 9E DC
Decimal 152 158 220
Binary 10011000 10011110 11011100
Octal 230 236 334

Shades and tints

Shades of #989EDC

#989EDC
(152,158,220)
#8B90C8
(139,144,200)
#7E82B4
(126,130,180)
#7174A0
(113,116,160)
#64668C
(100,102,140)
#575878
(87,88,120)
#4A4A64
(74,74,100)
#3D3C50
(61,60,80)
#302E3C
(48,46,60)
#232028
(35,32,40)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #989EDC

#989EDC
(152,158,220)
#A1A6DF
(161,166,223)
#AAAEE2
(170,174,226)
#B3B6E5
(179,182,229)
#BCBEE8
(188,190,232)
#C5C6EB
(197,198,235)
#CECEEE
(206,206,238)
#D7D6F1
(215,214,241)
#E0DEF4
(224,222,244)
#E9E6F7
(233,230,247)
#F2EEFA
(242,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989EDC; }

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

This text font color is #989EDC.

Background Color

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

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

This div background color is #989EDC.

Border color

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

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

This div border color is #989EDC.

Opacity

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

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

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

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

This text has shadow with #989EDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989EDC.

Preview

Color preview on black background

This text has color #989EDC on black background.


Color preview on white background

This text has color #989EDC on white background.


Black color preview on #989EDC background

This text has black color on #989EDC background.


White color preview on #989EDC background

This text has white color on #989EDC background.


Related colors

Complementary color

Complementary color for #hex is #676123.


I love getcolorcode.com

Triadic colors

1 #DC989E and #9EDC98 with #989EDC are triadic colors.

2 #DC9E98 and #9E98DC with #989EDC are triadic colors.