COLOR #9D9EE7

HEX: #9D9EE7
RGB: (157,158,231)

Color info

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

RGB color model

#9D9EE7 color RGB value is (157,158,231).

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

RGB channels and saturation

R 157 of 255 = 62%
G 158 of 255 = 62%
B 231 of 255 = 91%

157
158
231

R + G + B ~ 72%. #9D9EE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 158 + 231 = 546 (100%)
R 157 of 546 ~ 28.75%
G 158 of 546 ~ 28.94%
B 231 of 546 ~ 42.31%

%28.75
%28.94
%42.31

CMYK color model

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

  • cyan value is 32.03%
  • magenta value is 31.60%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(32,32,0,9)
C32M32Y0K9 
(32%,32%,0%,9%)
(0.32/0.32/0.00/0.09)	

CMYK percentages

%32.03
%31.6
%0
%9.41

Codes

Color #9D9EE7 in popluar color models

9D9EE7
RGB157158231
HSL239°60.66%76.08%
HSB/HSV239°32.03%90.59%
CMYK32.03%31.60%0.00%
9.41%

Color #9D9EE7 in popluar number systems.

HEX9D9EE7
Decimal157158231
Binary100111011001111011100111
Octal235236347

Shades and tints

Shades of #9D9EE7

#9D9EE7
(157,158,231)
#8F90D2
(143,144,210)
#8182BD
(129,130,189)
#7374A8
(115,116,168)
#656693
(101,102,147)
#57587E
(87,88,126)
#494A69
(73,74,105)
#3B3C54
(59,60,84)
#2D2E3F
(45,46,63)
#1F202A
(31,32,42)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #9D9EE7

#9D9EE7
(157,158,231)
#A5A6E9
(165,166,233)
#ADAEEB
(173,174,235)
#B5B6ED
(181,182,237)
#BDBEEF
(189,190,239)
#C5C6F1
(197,198,241)
#CDCEF3
(205,206,243)
#D5D6F5
(213,214,245)
#DDDEF7
(221,222,247)
#E5E6F9
(229,230,249)
#EDEEFB
(237,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9EE7; }

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

This text font color is #9D9EE7.


Background Color

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

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

This div background color is #9D9EE7.


Border color

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

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

This div border color is #9D9EE7.


Opacity

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

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

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

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

This text has shadow with #9D9EE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9EE7 on black background.


Color preview on white background

This text has color #9D9EE7 on white background.



Black color preview on #9D9EE7 background

This text has black color on #9D9EE7 background.


White color preview on #9D9EE7 background

This text has white color on #9D9EE7 background.