COLOR #9E97D7

HEX: #9E97D7
RGB: (158,151,215)

Color info

#9E97D7 contains mainly red and blue colors. Web safe color of #9E97D7 is #9999CC (or #99C).

RGB color model

#9E97D7 color RGB value is (158,151,215).

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

RGB channels and saturation

R 158 of 255 = 62%
G 151 of 255 = 59%
B 215 of 255 = 84%

158
151
215

R + G + B ~ 68%. #9E97D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 151 + 215 = 524 (100%)
R 158 of 524 ~ 30.15%
G 151 of 524 ~ 28.82%
B 215 of 524 ~ 41.03%

%30.15
%28.82
%41.03

CMYK color model

#9E97D7 color CMYK value is (27,30,0,16).

  • cyan value is 26.51%
  • magenta value is 29.77%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(27,30,0,16)
C27M30Y0K16 
(27%,30%,0%,16%)
(0.27/0.30/0.00/0.16)	

CMYK percentages

%26.51
%29.77
%0
%15.69

Codes

Color #9E97D7 in popluar color models

9E97D7
RGB158151215
HSL247°44.44%71.76%
HSB/HSV247°29.77%84.31%
CMYK26.51%29.77%0.00%
15.69%

Color #9E97D7 in popluar number systems.

HEX9E97D7
Decimal158151215
Binary100111101001011111010111
Octal236227327

Shades and tints

Shades of #9E97D7

#9E97D7
(158,151,215)
#908AC4
(144,138,196)
#827DB1
(130,125,177)
#74709E
(116,112,158)
#66638B
(102,99,139)
#585678
(88,86,120)
#4A4965
(74,73,101)
#3C3C52
(60,60,82)
#2E2F3F
(46,47,63)
#20222C
(32,34,44)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #9E97D7

#9E97D7
(158,151,215)
#A6A0DA
(166,160,218)
#AEA9DD
(174,169,221)
#B6B2E0
(182,178,224)
#BEBBE3
(190,187,227)
#C6C4E6
(198,196,230)
#CECDE9
(206,205,233)
#D6D6EC
(214,214,236)
#DEDFEF
(222,223,239)
#E6E8F2
(230,232,242)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E97D7; }

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

This text font color is #9E97D7.


Background Color

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

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

This div background color is #9E97D7.


Border color

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

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

This div border color is #9E97D7.


Opacity

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

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

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

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

This text has shadow with #9E97D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E97D7 on black background.


Color preview on white background

This text has color #9E97D7 on white background.



Black color preview on #9E97D7 background

This text has black color on #9E97D7 background.


White color preview on #9E97D7 background

This text has white color on #9E97D7 background.