COLOR #9E98E6

HEX: #9E98E6 RGB: (158,152,230)

Color info

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

RGB color model

#9E98E6 color RGB value is (158,152,230).

RGB: (158,152,230) (62%, 60%, 90%)

RGB channels and saturation

R 158 of 255 = 62%
G 152 of 255 = 60%
B 230 of 255 = 90%

158
152
230

R + G + B ~ 71%. #9E98E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 152 + 230 = 540 (100%)
R 158 of 540 ~ 29.26%
G 152 of 540 ~ 28.15%
B 230 of 540 ~ 42.59'%

%29.26
%28.15
%42.59

CMYK color model

#9E98E6 color CMYK value is (31,34,0,10).

  • cyan value is 31.30%
  • magenta value is 33.91%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (31,34,0,10)
C31M34Y0K10 (31%, 34%, 0%, 10%)
(0.31 / 0.34 / 0.00 / 0.10)

CMYK percentages

%31.3
%33.91
%0
%9.8

Codes

Color #9E98E6 in popluar color models

9E 98 E6
RGB 158 152 230
HSL 245° 60.94% 74.90%
HSB/HSV 245° 33.91% 90.20%
CMYK 31.30% 33.91% 0.00%
9.80%

Color #9E98E6 in popluar number systems.

HEX 9E 98 E6
Decimal 158 152 230
Binary 10011110 10011000 11100110
Octal 236 230 346

Shades and tints

Shades of #9E98E6

#9E98E6
(158,152,230)
#908BD2
(144,139,210)
#827EBE
(130,126,190)
#7471AA
(116,113,170)
#666496
(102,100,150)
#585782
(88,87,130)
#4A4A6E
(74,74,110)
#3C3D5A
(60,61,90)
#2E3046
(46,48,70)
#202332
(32,35,50)
#12161E
(18,22,30)
#000000
(0,0,0)

Tints of #9E98E6

#9E98E6
(158,152,230)
#A6A1E8
(166,161,232)
#AEAAEA
(174,170,234)
#B6B3EC
(182,179,236)
#BEBCEE
(190,188,238)
#C6C5F0
(198,197,240)
#CECEF2
(206,206,242)
#D6D7F4
(214,215,244)
#DEE0F6
(222,224,246)
#E6E9F8
(230,233,248)
#EEF2FA
(238,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E98E6; }

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

This text font color is #9E98E6.

Background Color

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

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

This div background color is #9E98E6.

Border color

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

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

This div border color is #9E98E6.

Opacity

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

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

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

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

This text has shadow with #9E98E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E98E6.

Preview

Color preview on black background

This text has color #9E98E6 on black background.


Color preview on white background

This text has color #9E98E6 on white background.


Black color preview on #9E98E6 background

This text has black color on #9E98E6 background.


White color preview on #9E98E6 background

This text has white color on #9E98E6 background.


Related colors

Complementary color

Complementary color for #hex is #616719.


I love getcolorcode.com

Triadic colors

1 #E69E98 and #98E69E with #9E98E6 are triadic colors.

2 #E6989E and #989EE6 with #9E98E6 are triadic colors.