COLOR #9A9EDD

HEX: #9A9EDD
RGB: (154,158,221)

Color info

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

RGB color model

#9A9EDD color RGB value is (154,158,221).

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

RGB channels and saturation

R 154 of 255 = 60%
G 158 of 255 = 62%
B 221 of 255 = 87%

154
158
221

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

Portions of RGB colors in percentages

R + G + B =
154 + 158 + 221 = 533 (100%)
R 154 of 533 ~ 28.89%
G 158 of 533 ~ 29.64%
B 221 of 533 ~ 41.46%

%28.89
%29.64
%41.46

CMYK color model

#9A9EDD color CMYK value is (30,29,0,13).

  • cyan value is 30.32%
  • magenta value is 28.51%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(30,29,0,13)
C30M29Y0K13 
(30%,29%,0%,13%)
(0.30/0.29/0.00/0.13)	

CMYK percentages

%30.32
%28.51
%0
%13.33

Codes

Color #9A9EDD in popluar color models

9A9EDD
RGB154158221
HSL236°49.63%73.53%
HSB/HSV236°30.32%86.67%
CMYK30.32%28.51%0.00%
13.33%

Color #9A9EDD in popluar number systems.

HEX9A9EDD
Decimal154158221
Binary100110101001111011011101
Octal232236335

Shades and tints

Shades of #9A9EDD

#9A9EDD
(154,158,221)
#8C90C9
(140,144,201)
#7E82B5
(126,130,181)
#7074A1
(112,116,161)
#62668D
(98,102,141)
#545879
(84,88,121)
#464A65
(70,74,101)
#383C51
(56,60,81)
#2A2E3D
(42,46,61)
#1C2029
(28,32,41)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #9A9EDD

#9A9EDD
(154,158,221)
#A3A6E0
(163,166,224)
#ACAEE3
(172,174,227)
#B5B6E6
(181,182,230)
#BEBEE9
(190,190,233)
#C7C6EC
(199,198,236)
#D0CEEF
(208,206,239)
#D9D6F2
(217,214,242)
#E2DEF5
(226,222,245)
#EBE6F8
(235,230,248)
#F4EEFB
(244,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A9EDD; }

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

This text font color is #9A9EDD.


Background Color

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

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

This div background color is #9A9EDD.


Border color

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

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

This div border color is #9A9EDD.


Opacity

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

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

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

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

This text has shadow with #9A9EDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A9EDD on black background.


Color preview on white background

This text has color #9A9EDD on white background.



Black color preview on #9A9EDD background

This text has black color on #9A9EDD background.


White color preview on #9A9EDD background

This text has white color on #9A9EDD background.