COLOR #9D8EE7

HEX: #9D8EE7
RGB: (157,142,231)

Color info

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

RGB color model

#9D8EE7 color RGB value is (157,142,231).

  • red value is 157;
  • green value is 142;
  • blue value is 231.
RGB:
(157,142,231)
(62%,56%,91%)

RGB channels and saturation

R 157 of 255 = 62%
G 142 of 255 = 56%
B 231 of 255 = 91%

157
142
231

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

Portions of RGB colors in percentages

R + G + B =
157 + 142 + 231 = 530 (100%)
R 157 of 530 ~ 29.62%
G 142 of 530 ~ 26.79%
B 231 of 530 ~ 43.58%

%29.62
%26.79
%43.58

CMYK color model

#9D8EE7 color CMYK value is (32,39,0,9).

  • cyan value is 32.03%
  • magenta value is 38.53%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(32,39,0,9)
C32M39Y0K9 
(32%,39%,0%,9%)
(0.32/0.39/0.00/0.09)	

CMYK percentages

%32.03
%38.53
%0
%9.41

Codes

Color #9D8EE7 in popluar color models

9D8EE7
RGB157142231
HSL250°64.96%73.14%
HSB/HSV250°38.53%90.59%
CMYK32.03%38.53%0.00%
9.41%

Color #9D8EE7 in popluar number systems.

HEX9D8EE7
Decimal157142231
Binary100111011000111011100111
Octal235216347

Shades and tints

Shades of #9D8EE7

#9D8EE7
(157,142,231)
#8F82D2
(143,130,210)
#8176BD
(129,118,189)
#736AA8
(115,106,168)
#655E93
(101,94,147)
#57527E
(87,82,126)
#494669
(73,70,105)
#3B3A54
(59,58,84)
#2D2E3F
(45,46,63)
#1F222A
(31,34,42)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #9D8EE7

#9D8EE7
(157,142,231)
#A598E9
(165,152,233)
#ADA2EB
(173,162,235)
#B5ACED
(181,172,237)
#BDB6EF
(189,182,239)
#C5C0F1
(197,192,241)
#CDCAF3
(205,202,243)
#D5D4F5
(213,212,245)
#DDDEF7
(221,222,247)
#E5E8F9
(229,232,249)
#EDF2FB
(237,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8EE7 color. Also use rgb(157,142,231) instead hex code.

Text Font Color

.myTextColor { color: #9D8EE7; }

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

This text font color is #9D8EE7.


Background Color

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

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

This div background color is #9D8EE7.


Border color

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

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

This div border color is #9D8EE7.


Opacity

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

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

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

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

This text has shadow with #9D8EE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8EE7 on black background.


Color preview on white background

This text has color #9D8EE7 on white background.



Black color preview on #9D8EE7 background

This text has black color on #9D8EE7 background.


White color preview on #9D8EE7 background

This text has white color on #9D8EE7 background.