COLOR #9D9ADD

HEX: #9D9ADD
RGB: (157,154,221)

Color info

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

RGB color model

#9D9ADD color RGB value is (157,154,221).

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

RGB channels and saturation

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

157
154
221

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

Portions of RGB colors in percentages

R + G + B =
157 + 154 + 221 = 532 (100%)
R 157 of 532 ~ 29.51%
G 154 of 532 ~ 28.95%
B 221 of 532 ~ 41.54%

%29.51
%28.95
%41.54

CMYK color model

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

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

CMYK percentages

%28.96
%30.32
%0
%13.33

Codes

Color #9D9ADD in popluar color models

9D9ADD
RGB157154221
HSL243°49.63%73.53%
HSB/HSV243°30.32%86.67%
CMYK28.96%30.32%0.00%
13.33%

Color #9D9ADD in popluar number systems.

HEX9D9ADD
Decimal157154221
Binary100111011001101011011101
Octal235232335

Shades and tints

Shades of #9D9ADD

#9D9ADD
(157,154,221)
#8F8CC9
(143,140,201)
#817EB5
(129,126,181)
#7370A1
(115,112,161)
#65628D
(101,98,141)
#575479
(87,84,121)
#494665
(73,70,101)
#3B3851
(59,56,81)
#2D2A3D
(45,42,61)
#1F1C29
(31,28,41)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #9D9ADD

#9D9ADD
(157,154,221)
#A5A3E0
(165,163,224)
#ADACE3
(173,172,227)
#B5B5E6
(181,181,230)
#BDBEE9
(189,190,233)
#C5C7EC
(197,199,236)
#CDD0EF
(205,208,239)
#D5D9F2
(213,217,242)
#DDE2F5
(221,226,245)
#E5EBF8
(229,235,248)
#EDF4FB
(237,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9ADD; }

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

This text font color is #9D9ADD.


Background Color

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

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

This div background color is #9D9ADD.


Border color

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

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

This div border color is #9D9ADD.


Opacity

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

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

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

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

This text has shadow with #9D9ADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9ADD on black background.


Color preview on white background

This text has color #9D9ADD on white background.



Black color preview on #9D9ADD background

This text has black color on #9D9ADD background.


White color preview on #9D9ADD background

This text has white color on #9D9ADD background.