COLOR #9D9DDC

HEX: #9D9DDC RGB: (157,157,220)

Color info

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

RGB color model

#9D9DDC color RGB value is (157,157,220).

RGB: (157,157,220) (62%, 62%, 86%)

RGB channels and saturation

R 157 of 255 = 62%
G 157 of 255 = 62%
B 220 of 255 = 86%

157
157
220

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

Portions of RGB colors in percentages

R + G + B = 157 + 157 + 220 = 534 (100%)
R 157 of 534 ~ 29.4%
G 157 of 534 ~ 29.4%
B 220 of 534 ~ 41.2'%

%29.4
%29.4
%41.2

CMYK color model

#9D9DDC color CMYK value is (29,29,0,14).

  • cyan value is 28.64%
  • magenta value is 28.64%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (29,29,0,14)
C29M29Y0K14 (29%, 29%, 0%, 14%)
(0.29 / 0.29 / 0.00 / 0.14)

CMYK percentages

%28.64
%28.64
%0
%13.73

Codes

Color #9D9DDC in popluar color models

9D 9D DC
RGB 157 157 220
HSL 240° 47.37% 73.92%
HSB/HSV 240° 28.64% 86.27%
CMYK 28.64% 28.64% 0.00%
13.73%

Color #9D9DDC in popluar number systems.

HEX 9D 9D DC
Decimal 157 157 220
Binary 10011101 10011101 11011100
Octal 235 235 334

Shades and tints

Shades of #9D9DDC

#9D9DDC
(157,157,220)
#8F8FC8
(143,143,200)
#8181B4
(129,129,180)
#7373A0
(115,115,160)
#65658C
(101,101,140)
#575778
(87,87,120)
#494964
(73,73,100)
#3B3B50
(59,59,80)
#2D2D3C
(45,45,60)
#1F1F28
(31,31,40)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #9D9DDC

#9D9DDC
(157,157,220)
#A5A5DF
(165,165,223)
#ADADE2
(173,173,226)
#B5B5E5
(181,181,229)
#BDBDE8
(189,189,232)
#C5C5EB
(197,197,235)
#CDCDEE
(205,205,238)
#D5D5F1
(213,213,241)
#DDDDF4
(221,221,244)
#E5E5F7
(229,229,247)
#EDEDFA
(237,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9DDC; }

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

This text font color is #9D9DDC.

Background Color

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

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

This div background color is #9D9DDC.

Border color

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

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

This div border color is #9D9DDC.

Opacity

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

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

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

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

This text has shadow with #9D9DDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D9DDC.

Preview

Color preview on black background

This text has color #9D9DDC on black background.


Color preview on white background

This text has color #9D9DDC on white background.


Black color preview on #9D9DDC background

This text has black color on #9D9DDC background.


White color preview on #9D9DDC background

This text has white color on #9D9DDC background.


Related colors

Complementary color

Complementary color for #hex is #626223.


I love getcolorcode.com