COLOR #9D9CD8

HEX: #9D9CD8
RGB: (157,156,216)

Color info

#9D9CD8 contains mainly red and blue colors. Web safe color of #9D9CD8 is #9999CC (or #99C).

RGB color model

#9D9CD8 color RGB value is (157,156,216).

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

RGB channels and saturation

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

157
156
216

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

Portions of RGB colors in percentages

R + G + B =
157 + 156 + 216 = 529 (100%)
R 157 of 529 ~ 29.68%
G 156 of 529 ~ 29.49%
B 216 of 529 ~ 40.83%

%29.68
%29.49
%40.83

CMYK color model

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

  • cyan value is 27.31%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(27,28,0,15)
C27M28Y0K15 
(27%,28%,0%,15%)
(0.27/0.28/0.00/0.15)	

CMYK percentages

%27.31
%27.78
%0
%15.29

Codes

Color #9D9CD8 in popluar color models

9D9CD8
RGB157156216
HSL241°43.48%72.94%
HSB/HSV241°27.78%84.71%
CMYK27.31%27.78%0.00%
15.29%

Color #9D9CD8 in popluar number systems.

HEX9D9CD8
Decimal157156216
Binary100111011001110011011000
Octal235234330

Shades and tints

Shades of #9D9CD8

#9D9CD8
(157,156,216)
#8F8EC5
(143,142,197)
#8180B2
(129,128,178)
#73729F
(115,114,159)
#65648C
(101,100,140)
#575679
(87,86,121)
#494866
(73,72,102)
#3B3A53
(59,58,83)
#2D2C40
(45,44,64)
#1F1E2D
(31,30,45)
#11101A
(17,16,26)
#000000
(0,0,0)

Tints of #9D9CD8

#9D9CD8
(157,156,216)
#A5A5DB
(165,165,219)
#ADAEDE
(173,174,222)
#B5B7E1
(181,183,225)
#BDC0E4
(189,192,228)
#C5C9E7
(197,201,231)
#CDD2EA
(205,210,234)
#D5DBED
(213,219,237)
#DDE4F0
(221,228,240)
#E5EDF3
(229,237,243)
#EDF6F6
(237,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9CD8; }

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

This text font color is #9D9CD8.


Background Color

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

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

This div background color is #9D9CD8.


Border color

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

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

This div border color is #9D9CD8.


Opacity

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

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

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

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

This text has shadow with #9D9CD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9CD8 on black background.


Color preview on white background

This text has color #9D9CD8 on white background.



Black color preview on #9D9CD8 background

This text has black color on #9D9CD8 background.


White color preview on #9D9CD8 background

This text has white color on #9D9CD8 background.