COLOR #9E98DC

HEX: #9E98DC RGB: (158,152,220)

Color info

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

RGB color model

#9E98DC color RGB value is (158,152,220).

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

RGB channels and saturation

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

158
152
220

R + G + B ~ 69%. #9E98DC is quite light color.

Portions of RGB colors in percentages

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

%29.81
%28.68
%41.51

CMYK color model

#9E98DC color CMYK value is (28,31,0,14).

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

CMYK percentages

%28.18
%30.91
%0
%13.73

Codes

Color #9E98DC in popluar color models

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

Color #9E98DC in popluar number systems.

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

Shades and tints

Shades of #9E98DC

#9E98DC
(158,152,220)
#908BC8
(144,139,200)
#827EB4
(130,126,180)
#7471A0
(116,113,160)
#66648C
(102,100,140)
#585778
(88,87,120)
#4A4A64
(74,74,100)
#3C3D50
(60,61,80)
#2E303C
(46,48,60)
#202328
(32,35,40)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #9E98DC

#9E98DC
(158,152,220)
#A6A1DF
(166,161,223)
#AEAAE2
(174,170,226)
#B6B3E5
(182,179,229)
#BEBCE8
(190,188,232)
#C6C5EB
(198,197,235)
#CECEEE
(206,206,238)
#D6D7F1
(214,215,241)
#DEE0F4
(222,224,244)
#E6E9F7
(230,233,247)
#EEF2FA
(238,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E98DC; }

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

This text font color is #9E98DC.

Background Color

.myBgColor { background-color: #9E98DC; }

<div style="background-color:#9E98DC">Inner text</div>

This div background color is #9E98DC.

Border color

.myBorderColor { border: 1px solid #9E98DC; }

<div style="border:3px solid #9E98DC">Div</div>

This div border color is #9E98DC.

Opacity

.myOpacity80 { color: #9E98DC; opacity: 0.8; }

<p style="color:#9E98DC;opacity:0.8;">80%</p>

Text with #9E98DC 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 #9E98DC;}

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

This text has shadow with #9E98DC color.


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

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

This text has shadow with #9E98DC primary color and red secondary color.


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

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

This text has shadow with #9E98DC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9E98DC.

Preview

Color preview on black background

This text has color #9E98DC on black background.


Color preview on white background

This text has color #9E98DC on white background.


Black color preview on #9E98DC background

This text has black color on #9E98DC background.


White color preview on #9E98DC background

This text has white color on #9E98DC background.


Related colors

Complementary color

Complementary color for #hex is #616723.


I love getcolorcode.com

Triadic colors

1 #DC9E98 and #98DC9E with #9E98DC are triadic colors.

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