COLOR #9D9CDA

HEX: #9D9CDA
RGB: (157,156,218)

Color info

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

RGB color model

#9D9CDA color RGB value is (157,156,218).

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

RGB channels and saturation

R 157 of 255 = 62%
G 156 of 255 = 61%
B 218 of 255 = 85%

157
156
218

R + G + B ~ 69%. #9D9CDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 156 + 218 = 531 (100%)
R 157 of 531 ~ 29.57%
G 156 of 531 ~ 29.38%
B 218 of 531 ~ 41.05%

%29.57
%29.38
%41.05

CMYK color model

#9D9CDA color CMYK value is (28,28,0,15).

  • cyan value is 27.98%
  • magenta value is 28.44%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(28,28,0,15)
C28M28Y0K15 
(28%,28%,0%,15%)
(0.28/0.28/0.00/0.15)	

CMYK percentages

%27.98
%28.44
%0
%14.51

Codes

Color #9D9CDA in popluar color models

9D9CDA
RGB157156218
HSL241°45.59%73.33%
HSB/HSV241°28.44%85.49%
CMYK27.98%28.44%0.00%
14.51%

Color #9D9CDA in popluar number systems.

HEX9D9CDA
Decimal157156218
Binary100111011001110011011010
Octal235234332

Shades and tints

Shades of #9D9CDA

#9D9CDA
(157,156,218)
#8F8EC7
(143,142,199)
#8180B4
(129,128,180)
#7372A1
(115,114,161)
#65648E
(101,100,142)
#57567B
(87,86,123)
#494868
(73,72,104)
#3B3A55
(59,58,85)
#2D2C42
(45,44,66)
#1F1E2F
(31,30,47)
#11101C
(17,16,28)
#000000
(0,0,0)

Tints of #9D9CDA

#9D9CDA
(157,156,218)
#A5A5DD
(165,165,221)
#ADAEE0
(173,174,224)
#B5B7E3
(181,183,227)
#BDC0E6
(189,192,230)
#C5C9E9
(197,201,233)
#CDD2EC
(205,210,236)
#D5DBEF
(213,219,239)
#DDE4F2
(221,228,242)
#E5EDF5
(229,237,245)
#EDF6F8
(237,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9CDA; }

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

This text font color is #9D9CDA.


Background Color

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

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

This div background color is #9D9CDA.


Border color

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

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

This div border color is #9D9CDA.


Opacity

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

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

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

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

This text has shadow with #9D9CDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9CDA on black background.


Color preview on white background

This text has color #9D9CDA on white background.



Black color preview on #9D9CDA background

This text has black color on #9D9CDA background.


White color preview on #9D9CDA background

This text has white color on #9D9CDA background.