COLOR #9D9EA3

HEX: #9D9EA3
RGB: (157,158,163)

Color info

#9D9EA3 contains red, green and blue colors in about the same proportion. Web safe color of #9D9EA3 is #999999 (or #999).

RGB color model

#9D9EA3 color RGB value is (157,158,163).

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

RGB channels and saturation

R 157 of 255 = 62%
G 158 of 255 = 62%
B 163 of 255 = 64%

157
158
163

R + G + B ~ 63%. #9D9EA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 158 + 163 = 478 (100%)
R 157 of 478 ~ 32.85%
G 158 of 478 ~ 33.05%
B 163 of 478 ~ 34.1%

%32.85
%33.05
%34.1

CMYK color model

#9D9EA3 color CMYK value is (4,3,0,36).

  • cyan value is 3.68%
  • magenta value is 3.07%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(4,3,0,36)
C4M3Y0K36 
(4%,3%,0%,36%)
(0.04/0.03/0.00/0.36)	

CMYK percentages

%3.68
%3.07
%0
%36.08

Codes

Color #9D9EA3 in popluar color models

9D9EA3
RGB157158163
HSL230°3.16%62.75%
HSB/HSV230°3.68%63.92%
CMYK3.68%3.07%0.00%
36.08%

Color #9D9EA3 in popluar number systems.

HEX9D9EA3
Decimal157158163
Binary100111011001111010100011
Octal235236243

Shades and tints

Shades of #9D9EA3

#9D9EA3
(157,158,163)
#8F9095
(143,144,149)
#818287
(129,130,135)
#737479
(115,116,121)
#65666B
(101,102,107)
#57585D
(87,88,93)
#494A4F
(73,74,79)
#3B3C41
(59,60,65)
#2D2E33
(45,46,51)
#1F2025
(31,32,37)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #9D9EA3

#9D9EA3
(157,158,163)
#A5A6AB
(165,166,171)
#ADAEB3
(173,174,179)
#B5B6BB
(181,182,187)
#BDBEC3
(189,190,195)
#C5C6CB
(197,198,203)
#CDCED3
(205,206,211)
#D5D6DB
(213,214,219)
#DDDEE3
(221,222,227)
#E5E6EB
(229,230,235)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9EA3; }

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

This text font color is #9D9EA3.


Background Color

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

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

This div background color is #9D9EA3.


Border color

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

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

This div border color is #9D9EA3.


Opacity

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

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

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

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

This text has shadow with #9D9EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9EA3 on black background.


Color preview on white background

This text has color #9D9EA3 on white background.



Black color preview on #9D9EA3 background

This text has black color on #9D9EA3 background.


White color preview on #9D9EA3 background

This text has white color on #9D9EA3 background.