COLOR #9D9DCD

HEX: #9D9DCD
RGB: (157,157,205)

Color info

#9D9DCD contains red, green and blue colors in about the same proportion. Web safe color of #9D9DCD is #9999CC (or #99C).

RGB color model

#9D9DCD color RGB value is (157,157,205).

  • red value is 157;
  • green value is 157;
  • blue value is 205.
RGB:
(157,157,205)
(62%,62%,80%)

RGB channels and saturation

R 157 of 255 = 62%
G 157 of 255 = 62%
B 205 of 255 = 80%

157
157
205

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

Portions of RGB colors in percentages

R + G + B =
157 + 157 + 205 = 519 (100%)
R 157 of 519 ~ 30.25%
G 157 of 519 ~ 30.25%
B 205 of 519 ~ 39.5%

%30.25
%30.25
%39.5

CMYK color model

#9D9DCD color CMYK value is (23,23,0,20).

  • cyan value is 23.41%
  • magenta value is 23.41%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(23,23,0,20)
C23M23Y0K20 
(23%,23%,0%,20%)
(0.23/0.23/0.00/0.20)	

CMYK percentages

%23.41
%23.41
%0
%19.61

Codes

Color #9D9DCD in popluar color models

9D9DCD
RGB157157205
HSL240°32.43%70.98%
HSB/HSV240°23.41%80.39%
CMYK23.41%23.41%0.00%
19.61%

Color #9D9DCD in popluar number systems.

HEX9D9DCD
Decimal157157205
Binary100111011001110111001101
Octal235235315

Shades and tints

Shades of #9D9DCD

#9D9DCD
(157,157,205)
#8F8FBB
(143,143,187)
#8181A9
(129,129,169)
#737397
(115,115,151)
#656585
(101,101,133)
#575773
(87,87,115)
#494961
(73,73,97)
#3B3B4F
(59,59,79)
#2D2D3D
(45,45,61)
#1F1F2B
(31,31,43)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #9D9DCD

#9D9DCD
(157,157,205)
#A5A5D1
(165,165,209)
#ADADD5
(173,173,213)
#B5B5D9
(181,181,217)
#BDBDDD
(189,189,221)
#C5C5E1
(197,197,225)
#CDCDE5
(205,205,229)
#D5D5E9
(213,213,233)
#DDDDED
(221,221,237)
#E5E5F1
(229,229,241)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9DCD; }

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

This text font color is #9D9DCD.


Background Color

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

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

This div background color is #9D9DCD.


Border color

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

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

This div border color is #9D9DCD.


Opacity

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

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

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

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

This text has shadow with #9D9DCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9DCD on black background.


Color preview on white background

This text has color #9D9DCD on white background.



Black color preview on #9D9DCD background

This text has black color on #9D9DCD background.


White color preview on #9D9DCD background

This text has white color on #9D9DCD background.