COLOR #9E9DDC

HEX: #9E9DDC
RGB: (158,157,220)

Color info

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

RGB color model

#9E9DDC color RGB value is (158,157,220).

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

RGB channels and saturation

R 158 of 255 = 62%
G 157 of 255 = 62%
B 220 of 255 = 86%

158
157
220

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

Portions of RGB colors in percentages

R + G + B =
158 + 157 + 220 = 535 (100%)
R 158 of 535 ~ 29.53%
G 157 of 535 ~ 29.35%
B 220 of 535 ~ 41.12%

%29.53
%29.35
%41.12

CMYK color model

#9E9DDC color CMYK value is (28,29,0,14).

  • cyan value is 28.18%
  • magenta value is 28.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(28,29,0,14)
C28M29Y0K14 
(28%,29%,0%,14%)
(0.28/0.29/0.00/0.14)	

CMYK percentages

%28.18
%28.64
%0
%13.73

Codes

Color #9E9DDC in popluar color models

9E9DDC
RGB158157220
HSL241°47.37%73.92%
HSB/HSV241°28.64%86.27%
CMYK28.18%28.64%0.00%
13.73%

Color #9E9DDC in popluar number systems.

HEX9E9DDC
Decimal158157220
Binary100111101001110111011100
Octal236235334

Shades and tints

Shades of #9E9DDC

#9E9DDC
(158,157,220)
#908FC8
(144,143,200)
#8281B4
(130,129,180)
#7473A0
(116,115,160)
#66658C
(102,101,140)
#585778
(88,87,120)
#4A4964
(74,73,100)
#3C3B50
(60,59,80)
#2E2D3C
(46,45,60)
#201F28
(32,31,40)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #9E9DDC

#9E9DDC
(158,157,220)
#A6A5DF
(166,165,223)
#AEADE2
(174,173,226)
#B6B5E5
(182,181,229)
#BEBDE8
(190,189,232)
#C6C5EB
(198,197,235)
#CECDEE
(206,205,238)
#D6D5F1
(214,213,241)
#DEDDF4
(222,221,244)
#E6E5F7
(230,229,247)
#EEEDFA
(238,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9DDC; }

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

This text font color is #9E9DDC.


Background Color

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

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

This div background color is #9E9DDC.


Border color

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

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

This div border color is #9E9DDC.


Opacity

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

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

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

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

This text has shadow with #9E9DDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9DDC on black background.


Color preview on white background

This text has color #9E9DDC on white background.



Black color preview on #9E9DDC background

This text has black color on #9E9DDC background.


White color preview on #9E9DDC background

This text has white color on #9E9DDC background.