COLOR #9D9AE0

HEX: #9D9AE0
RGB: (157,154,224)

Color info

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

RGB color model

#9D9AE0 color RGB value is (157,154,224).

  • red value is 157;
  • green value is 154;
  • blue value is 224.
RGB:
(157,154,224)
(62%,60%,88%)

RGB channels and saturation

R 157 of 255 = 62%
G 154 of 255 = 60%
B 224 of 255 = 88%

157
154
224

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

Portions of RGB colors in percentages

R + G + B =
157 + 154 + 224 = 535 (100%)
R 157 of 535 ~ 29.35%
G 154 of 535 ~ 28.79%
B 224 of 535 ~ 41.87%

%29.35
%28.79
%41.87

CMYK color model

#9D9AE0 color CMYK value is (30,31,0,12).

  • cyan value is 29.91%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(30,31,0,12)
C30M31Y0K12 
(30%,31%,0%,12%)
(0.30/0.31/0.00/0.12)	

CMYK percentages

%29.91
%31.25
%0
%12.16

Codes

Color #9D9AE0 in popluar color models

9D9AE0
RGB157154224
HSL243°53.03%74.12%
HSB/HSV243°31.25%87.84%
CMYK29.91%31.25%0.00%
12.16%

Color #9D9AE0 in popluar number systems.

HEX9D9AE0
Decimal157154224
Binary100111011001101011100000
Octal235232340

Shades and tints

Shades of #9D9AE0

#9D9AE0
(157,154,224)
#8F8CCC
(143,140,204)
#817EB8
(129,126,184)
#7370A4
(115,112,164)
#656290
(101,98,144)
#57547C
(87,84,124)
#494668
(73,70,104)
#3B3854
(59,56,84)
#2D2A40
(45,42,64)
#1F1C2C
(31,28,44)
#110E18
(17,14,24)
#000000
(0,0,0)

Tints of #9D9AE0

#9D9AE0
(157,154,224)
#A5A3E2
(165,163,226)
#ADACE4
(173,172,228)
#B5B5E6
(181,181,230)
#BDBEE8
(189,190,232)
#C5C7EA
(197,199,234)
#CDD0EC
(205,208,236)
#D5D9EE
(213,217,238)
#DDE2F0
(221,226,240)
#E5EBF2
(229,235,242)
#EDF4F4
(237,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D9AE0 color. Also use rgb(157,154,224) instead hex code.

Text Font Color

.myTextColor { color: #9D9AE0; }

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

This text font color is #9D9AE0.


Background Color

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

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

This div background color is #9D9AE0.


Border color

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

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

This div border color is #9D9AE0.


Opacity

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

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

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

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

This text has shadow with #9D9AE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9AE0 on black background.


Color preview on white background

This text has color #9D9AE0 on white background.



Black color preview on #9D9AE0 background

This text has black color on #9D9AE0 background.


White color preview on #9D9AE0 background

This text has white color on #9D9AE0 background.