COLOR #9D8DDF

HEX: #9D8DDF
RGB: (157,141,223)

Color info

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

RGB color model

#9D8DDF color RGB value is (157,141,223).

  • red value is 157;
  • green value is 141;
  • blue value is 223.
RGB:
(157,141,223)
(62%,55%,87%)

RGB channels and saturation

R 157 of 255 = 62%
G 141 of 255 = 55%
B 223 of 255 = 87%

157
141
223

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

Portions of RGB colors in percentages

R + G + B =
157 + 141 + 223 = 521 (100%)
R 157 of 521 ~ 30.13%
G 141 of 521 ~ 27.06%
B 223 of 521 ~ 42.8%

%30.13
%27.06
%42.8

CMYK color model

#9D8DDF color CMYK value is (30,37,0,13).

  • cyan value is 29.60%
  • magenta value is 36.77%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(30,37,0,13)
C30M37Y0K13 
(30%,37%,0%,13%)
(0.30/0.37/0.00/0.13)	

CMYK percentages

%29.6
%36.77
%0
%12.55

Codes

Color #9D8DDF in popluar color models

9D8DDF
RGB157141223
HSL252°56.16%71.37%
HSB/HSV252°36.77%87.45%
CMYK29.60%36.77%0.00%
12.55%

Color #9D8DDF in popluar number systems.

HEX9D8DDF
Decimal157141223
Binary100111011000110111011111
Octal235215337

Shades and tints

Shades of #9D8DDF

#9D8DDF
(157,141,223)
#8F81CB
(143,129,203)
#8175B7
(129,117,183)
#7369A3
(115,105,163)
#655D8F
(101,93,143)
#57517B
(87,81,123)
#494567
(73,69,103)
#3B3953
(59,57,83)
#2D2D3F
(45,45,63)
#1F212B
(31,33,43)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #9D8DDF

#9D8DDF
(157,141,223)
#A597E1
(165,151,225)
#ADA1E3
(173,161,227)
#B5ABE5
(181,171,229)
#BDB5E7
(189,181,231)
#C5BFE9
(197,191,233)
#CDC9EB
(205,201,235)
#D5D3ED
(213,211,237)
#DDDDEF
(221,221,239)
#E5E7F1
(229,231,241)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8DDF color. Also use rgb(157,141,223) instead hex code.

Text Font Color

.myTextColor { color: #9D8DDF; }

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

This text font color is #9D8DDF.


Background Color

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

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

This div background color is #9D8DDF.


Border color

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

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

This div border color is #9D8DDF.


Opacity

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

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

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

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

This text has shadow with #9D8DDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8DDF on black background.


Color preview on white background

This text has color #9D8DDF on white background.



Black color preview on #9D8DDF background

This text has black color on #9D8DDF background.


White color preview on #9D8DDF background

This text has white color on #9D8DDF background.