COLOR #9D97EB

HEX: #9D97EB
RGB: (157,151,235)

Color info

#9D97EB contains mainly blue color. Web safe color of #9D97EB is #9999FF (or #99F).

RGB color model

#9D97EB color RGB value is (157,151,235).

  • red value is 157;
  • green value is 151;
  • blue value is 235.
RGB:
(157,151,235)
(62%,59%,92%)

RGB channels and saturation

R 157 of 255 = 62%
G 151 of 255 = 59%
B 235 of 255 = 92%

157
151
235

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

Portions of RGB colors in percentages

R + G + B =
157 + 151 + 235 = 543 (100%)
R 157 of 543 ~ 28.91%
G 151 of 543 ~ 27.81%
B 235 of 543 ~ 43.28%

%28.91
%27.81
%43.28

CMYK color model

#9D97EB color CMYK value is (33,36,0,8).

  • cyan value is 33.19%
  • magenta value is 35.74%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(33,36,0,8)
C33M36Y0K8 
(33%,36%,0%,8%)
(0.33/0.36/0.00/0.08)	

CMYK percentages

%33.19
%35.74
%0
%7.84

Codes

Color #9D97EB in popluar color models

9D97EB
RGB157151235
HSL244°67.74%75.69%
HSB/HSV244°35.74%92.16%
CMYK33.19%35.74%0.00%
7.84%

Color #9D97EB in popluar number systems.

HEX9D97EB
Decimal157151235
Binary100111011001011111101011
Octal235227353

Shades and tints

Shades of #9D97EB

#9D97EB
(157,151,235)
#8F8AD6
(143,138,214)
#817DC1
(129,125,193)
#7370AC
(115,112,172)
#656397
(101,99,151)
#575682
(87,86,130)
#49496D
(73,73,109)
#3B3C58
(59,60,88)
#2D2F43
(45,47,67)
#1F222E
(31,34,46)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #9D97EB

#9D97EB
(157,151,235)
#A5A0EC
(165,160,236)
#ADA9ED
(173,169,237)
#B5B2EE
(181,178,238)
#BDBBEF
(189,187,239)
#C5C4F0
(197,196,240)
#CDCDF1
(205,205,241)
#D5D6F2
(213,214,242)
#DDDFF3
(221,223,243)
#E5E8F4
(229,232,244)
#EDF1F5
(237,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D97EB color. Also use rgb(157,151,235) instead hex code.

Text Font Color

.myTextColor { color: #9D97EB; }

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

This text font color is #9D97EB.


Background Color

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

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

This div background color is #9D97EB.


Border color

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

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

This div border color is #9D97EB.


Opacity

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

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

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

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

This text has shadow with #9D97EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D97EB on black background.


Color preview on white background

This text has color #9D97EB on white background.



Black color preview on #9D97EB background

This text has black color on #9D97EB background.


White color preview on #9D97EB background

This text has white color on #9D97EB background.