COLOR #9D9EB6

HEX: #9D9EB6
RGB: (157,158,182)

Color info

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

RGB color model

#9D9EB6 color RGB value is (157,158,182).

  • red value is 157;
  • green value is 158;
  • blue value is 182.
RGB:
(157,158,182)
(62%,62%,71%)

RGB channels and saturation

R 157 of 255 = 62%
G 158 of 255 = 62%
B 182 of 255 = 71%

157
158
182

R + G + B ~ 65%. #9D9EB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 158 + 182 = 497 (100%)
R 157 of 497 ~ 31.59%
G 158 of 497 ~ 31.79%
B 182 of 497 ~ 36.62%

%31.59
%31.79
%36.62

CMYK color model

#9D9EB6 color CMYK value is (14,13,0,29).

  • cyan value is 13.74%
  • magenta value is 13.19%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(14,13,0,29)
C14M13Y0K29 
(14%,13%,0%,29%)
(0.14/0.13/0.00/0.29)	

CMYK percentages

%13.74
%13.19
%0
%28.63

Codes

Color #9D9EB6 in popluar color models

9D9EB6
RGB157158182
HSL238°14.62%66.47%
HSB/HSV238°13.74%71.37%
CMYK13.74%13.19%0.00%
28.63%

Color #9D9EB6 in popluar number systems.

HEX9D9EB6
Decimal157158182
Binary100111011001111010110110
Octal235236266

Shades and tints

Shades of #9D9EB6

#9D9EB6
(157,158,182)
#8F90A6
(143,144,166)
#818296
(129,130,150)
#737486
(115,116,134)
#656676
(101,102,118)
#575866
(87,88,102)
#494A56
(73,74,86)
#3B3C46
(59,60,70)
#2D2E36
(45,46,54)
#1F2026
(31,32,38)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #9D9EB6

#9D9EB6
(157,158,182)
#A5A6BC
(165,166,188)
#ADAEC2
(173,174,194)
#B5B6C8
(181,182,200)
#BDBECE
(189,190,206)
#C5C6D4
(197,198,212)
#CDCEDA
(205,206,218)
#D5D6E0
(213,214,224)
#DDDEE6
(221,222,230)
#E5E6EC
(229,230,236)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9EB6; }

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

This text font color is #9D9EB6.


Background Color

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

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

This div background color is #9D9EB6.


Border color

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

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

This div border color is #9D9EB6.


Opacity

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

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

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

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

This text has shadow with #9D9EB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9EB6 on black background.


Color preview on white background

This text has color #9D9EB6 on white background.



Black color preview on #9D9EB6 background

This text has black color on #9D9EB6 background.


White color preview on #9D9EB6 background

This text has white color on #9D9EB6 background.