COLOR #9D9DC3

HEX: #9D9DC3
RGB: (157,157,195)

Color info

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

RGB color model

#9D9DC3 color RGB value is (157,157,195).

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

RGB channels and saturation

R 157 of 255 = 62%
G 157 of 255 = 62%
B 195 of 255 = 76%

157
157
195

R + G + B ~ 67%. #9D9DC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 157 + 195 = 509 (100%)
R 157 of 509 ~ 30.84%
G 157 of 509 ~ 30.84%
B 195 of 509 ~ 38.31%

%30.84
%30.84
%38.31

CMYK color model

#9D9DC3 color CMYK value is (19,19,0,24).

  • cyan value is 19.49%
  • magenta value is 19.49%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(19,19,0,24)
C19M19Y0K24 
(19%,19%,0%,24%)
(0.19/0.19/0.00/0.24)	

CMYK percentages

%19.49
%19.49
%0
%23.53

Codes

Color #9D9DC3 in popluar color models

9D9DC3
RGB157157195
HSL240°24.05%69.02%
HSB/HSV240°19.49%76.47%
CMYK19.49%19.49%0.00%
23.53%

Color #9D9DC3 in popluar number systems.

HEX9D9DC3
Decimal157157195
Binary100111011001110111000011
Octal235235303

Shades and tints

Shades of #9D9DC3

#9D9DC3
(157,157,195)
#8F8FB2
(143,143,178)
#8181A1
(129,129,161)
#737390
(115,115,144)
#65657F
(101,101,127)
#57576E
(87,87,110)
#49495D
(73,73,93)
#3B3B4C
(59,59,76)
#2D2D3B
(45,45,59)
#1F1F2A
(31,31,42)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #9D9DC3

#9D9DC3
(157,157,195)
#A5A5C8
(165,165,200)
#ADADCD
(173,173,205)
#B5B5D2
(181,181,210)
#BDBDD7
(189,189,215)
#C5C5DC
(197,197,220)
#CDCDE1
(205,205,225)
#D5D5E6
(213,213,230)
#DDDDEB
(221,221,235)
#E5E5F0
(229,229,240)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9DC3; }

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

This text font color is #9D9DC3.


Background Color

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

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

This div background color is #9D9DC3.


Border color

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

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

This div border color is #9D9DC3.


Opacity

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

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

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

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

This text has shadow with #9D9DC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9DC3 on black background.


Color preview on white background

This text has color #9D9DC3 on white background.



Black color preview on #9D9DC3 background

This text has black color on #9D9DC3 background.


White color preview on #9D9DC3 background

This text has white color on #9D9DC3 background.