COLOR #9E97E6

HEX: #9E97E6
RGB: (158,151,230)

Color info

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

RGB color model

#9E97E6 color RGB value is (158,151,230).

  • red value is 158;
  • green value is 151;
  • blue value is 230.
RGB:
(158,151,230)
(62%,59%,90%)

RGB channels and saturation

R 158 of 255 = 62%
G 151 of 255 = 59%
B 230 of 255 = 90%

158
151
230

R + G + B ~ 70%. #9E97E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 151 + 230 = 539 (100%)
R 158 of 539 ~ 29.31%
G 151 of 539 ~ 28.01%
B 230 of 539 ~ 42.67%

%29.31
%28.01
%42.67

CMYK color model

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

  • cyan value is 31.30%
  • magenta value is 34.35%
  • 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
%34.35
%0
%9.8

Codes

Color #9E97E6 in popluar color models

9E97E6
RGB158151230
HSL245°61.24%74.71%
HSB/HSV245°34.35%90.20%
CMYK31.30%34.35%0.00%
9.80%

Color #9E97E6 in popluar number systems.

HEX9E97E6
Decimal158151230
Binary100111101001011111100110
Octal236227346

Shades and tints

Shades of #9E97E6

#9E97E6
(158,151,230)
#908AD2
(144,138,210)
#827DBE
(130,125,190)
#7470AA
(116,112,170)
#666396
(102,99,150)
#585682
(88,86,130)
#4A496E
(74,73,110)
#3C3C5A
(60,60,90)
#2E2F46
(46,47,70)
#202232
(32,34,50)
#12151E
(18,21,30)
#000000
(0,0,0)

Tints of #9E97E6

#9E97E6
(158,151,230)
#A6A0E8
(166,160,232)
#AEA9EA
(174,169,234)
#B6B2EC
(182,178,236)
#BEBBEE
(190,187,238)
#C6C4F0
(198,196,240)
#CECDF2
(206,205,242)
#D6D6F4
(214,214,244)
#DEDFF6
(222,223,246)
#E6E8F8
(230,232,248)
#EEF1FA
(238,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E97E6; }

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

This text font color is #9E97E6.


Background Color

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

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

This div background color is #9E97E6.


Border color

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

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

This div border color is #9E97E6.


Opacity

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

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

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

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

This text has shadow with #9E97E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E97E6 on black background.


Color preview on white background

This text has color #9E97E6 on white background.



Black color preview on #9E97E6 background

This text has black color on #9E97E6 background.


White color preview on #9E97E6 background

This text has white color on #9E97E6 background.