COLOR #9D9CD1

HEX: #9D9CD1
RGB: (157,156,209)

Color info

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

RGB color model

#9D9CD1 color RGB value is (157,156,209).

  • red value is 157;
  • green value is 156;
  • blue value is 209.
RGB:
(157,156,209)
(62%,61%,82%)

RGB channels and saturation

R 157 of 255 = 62%
G 156 of 255 = 61%
B 209 of 255 = 82%

157
156
209

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

Portions of RGB colors in percentages

R + G + B =
157 + 156 + 209 = 522 (100%)
R 157 of 522 ~ 30.08%
G 156 of 522 ~ 29.89%
B 209 of 522 ~ 40.04%

%30.08
%29.89
%40.04

CMYK color model

#9D9CD1 color CMYK value is (25,25,0,18).

  • cyan value is 24.88%
  • magenta value is 25.36%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(25,25,0,18)
C25M25Y0K18 
(25%,25%,0%,18%)
(0.25/0.25/0.00/0.18)	

CMYK percentages

%24.88
%25.36
%0
%18.04

Codes

Color #9D9CD1 in popluar color models

9D9CD1
RGB157156209
HSL241°36.55%71.57%
HSB/HSV241°25.36%81.96%
CMYK24.88%25.36%0.00%
18.04%

Color #9D9CD1 in popluar number systems.

HEX9D9CD1
Decimal157156209
Binary100111011001110011010001
Octal235234321

Shades and tints

Shades of #9D9CD1

#9D9CD1
(157,156,209)
#8F8EBE
(143,142,190)
#8180AB
(129,128,171)
#737298
(115,114,152)
#656485
(101,100,133)
#575672
(87,86,114)
#49485F
(73,72,95)
#3B3A4C
(59,58,76)
#2D2C39
(45,44,57)
#1F1E26
(31,30,38)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #9D9CD1

#9D9CD1
(157,156,209)
#A5A5D5
(165,165,213)
#ADAED9
(173,174,217)
#B5B7DD
(181,183,221)
#BDC0E1
(189,192,225)
#C5C9E5
(197,201,229)
#CDD2E9
(205,210,233)
#D5DBED
(213,219,237)
#DDE4F1
(221,228,241)
#E5EDF5
(229,237,245)
#EDF6F9
(237,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9CD1; }

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

This text font color is #9D9CD1.


Background Color

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

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

This div background color is #9D9CD1.


Border color

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

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

This div border color is #9D9CD1.


Opacity

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

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

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

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

This text has shadow with #9D9CD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9CD1 on black background.


Color preview on white background

This text has color #9D9CD1 on white background.



Black color preview on #9D9CD1 background

This text has black color on #9D9CD1 background.


White color preview on #9D9CD1 background

This text has white color on #9D9CD1 background.