COLOR #9E9AD8

HEX: #9E9AD8
RGB: (158,154,216)

Color info

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

RGB color model

#9E9AD8 color RGB value is (158,154,216).

  • red value is 158;
  • green value is 154;
  • blue value is 216.
RGB:
(158,154,216)
(62%,60%,85%)

RGB channels and saturation

R 158 of 255 = 62%
G 154 of 255 = 60%
B 216 of 255 = 85%

158
154
216

R + G + B ~ 69%. #9E9AD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 154 + 216 = 528 (100%)
R 158 of 528 ~ 29.92%
G 154 of 528 ~ 29.17%
B 216 of 528 ~ 40.91%

%29.92
%29.17
%40.91

CMYK color model

#9E9AD8 color CMYK value is (27,29,0,15).

  • cyan value is 26.85%
  • magenta value is 28.70%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(27,29,0,15)
C27M29Y0K15 
(27%,29%,0%,15%)
(0.27/0.29/0.00/0.15)	

CMYK percentages

%26.85
%28.7
%0
%15.29

Codes

Color #9E9AD8 in popluar color models

9E9AD8
RGB158154216
HSL244°44.29%72.55%
HSB/HSV244°28.70%84.71%
CMYK26.85%28.70%0.00%
15.29%

Color #9E9AD8 in popluar number systems.

HEX9E9AD8
Decimal158154216
Binary100111101001101011011000
Octal236232330

Shades and tints

Shades of #9E9AD8

#9E9AD8
(158,154,216)
#908CC5
(144,140,197)
#827EB2
(130,126,178)
#74709F
(116,112,159)
#66628C
(102,98,140)
#585479
(88,84,121)
#4A4666
(74,70,102)
#3C3853
(60,56,83)
#2E2A40
(46,42,64)
#201C2D
(32,28,45)
#120E1A
(18,14,26)
#000000
(0,0,0)

Tints of #9E9AD8

#9E9AD8
(158,154,216)
#A6A3DB
(166,163,219)
#AEACDE
(174,172,222)
#B6B5E1
(182,181,225)
#BEBEE4
(190,190,228)
#C6C7E7
(198,199,231)
#CED0EA
(206,208,234)
#D6D9ED
(214,217,237)
#DEE2F0
(222,226,240)
#E6EBF3
(230,235,243)
#EEF4F6
(238,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E9AD8 color. Also use rgb(158,154,216) instead hex code.

Text Font Color

.myTextColor { color: #9E9AD8; }

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

This text font color is #9E9AD8.


Background Color

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

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

This div background color is #9E9AD8.


Border color

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

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

This div border color is #9E9AD8.


Opacity

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

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

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

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

This text has shadow with #9E9AD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9AD8 on black background.


Color preview on white background

This text has color #9E9AD8 on white background.



Black color preview on #9E9AD8 background

This text has black color on #9E9AD8 background.


White color preview on #9E9AD8 background

This text has white color on #9E9AD8 background.