COLOR #9D8ADD

HEX: #9D8ADD
RGB: (157,138,221)

Color info

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

RGB color model

#9D8ADD color RGB value is (157,138,221).

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

RGB channels and saturation

R 157 of 255 = 62%
G 138 of 255 = 54%
B 221 of 255 = 87%

157
138
221

R + G + B ~ 68%. #9D8ADD is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 138 + 221 = 516 (100%)
R 157 of 516 ~ 30.43%
G 138 of 516 ~ 26.74%
B 221 of 516 ~ 42.83%

%30.43
%26.74
%42.83

CMYK color model

#9D8ADD color CMYK value is (29,38,0,13).

  • cyan value is 28.96%
  • magenta value is 37.56%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(29,38,0,13)
C29M38Y0K13 
(29%,38%,0%,13%)
(0.29/0.38/0.00/0.13)	

CMYK percentages

%28.96
%37.56
%0
%13.33

Codes

Color #9D8ADD in popluar color models

9D8ADD
RGB157138221
HSL254°54.97%70.39%
HSB/HSV254°37.56%86.67%
CMYK28.96%37.56%0.00%
13.33%

Color #9D8ADD in popluar number systems.

HEX9D8ADD
Decimal157138221
Binary100111011000101011011101
Octal235212335

Shades and tints

Shades of #9D8ADD

#9D8ADD
(157,138,221)
#8F7EC9
(143,126,201)
#8172B5
(129,114,181)
#7366A1
(115,102,161)
#655A8D
(101,90,141)
#574E79
(87,78,121)
#494265
(73,66,101)
#3B3651
(59,54,81)
#2D2A3D
(45,42,61)
#1F1E29
(31,30,41)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #9D8ADD

#9D8ADD
(157,138,221)
#A594E0
(165,148,224)
#AD9EE3
(173,158,227)
#B5A8E6
(181,168,230)
#BDB2E9
(189,178,233)
#C5BCEC
(197,188,236)
#CDC6EF
(205,198,239)
#D5D0F2
(213,208,242)
#DDDAF5
(221,218,245)
#E5E4F8
(229,228,248)
#EDEEFB
(237,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D8ADD; }

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

This text font color is #9D8ADD.


Background Color

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

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

This div background color is #9D8ADD.


Border color

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

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

This div border color is #9D8ADD.


Opacity

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

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

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

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

This text has shadow with #9D8ADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8ADD on black background.


Color preview on white background

This text has color #9D8ADD on white background.



Black color preview on #9D8ADD background

This text has black color on #9D8ADD background.


White color preview on #9D8ADD background

This text has white color on #9D8ADD background.