COLOR #9D9EA5

HEX: #9D9EA5 RGB: (157,158,165)

Color info

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

RGB color model

#9D9EA5 color RGB value is (157,158,165).

RGB: (157,158,165) (62%, 62%, 65%)

RGB channels and saturation

R 157 of 255 = 62%
G 158 of 255 = 62%
B 165 of 255 = 65%

157
158
165

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

Portions of RGB colors in percentages

R + G + B = 157 + 158 + 165 = 480 (100%)
R 157 of 480 ~ 32.71%
G 158 of 480 ~ 32.92%
B 165 of 480 ~ 34.38'%

%32.71
%32.92
%34.38

CMYK color model

#9D9EA5 color CMYK value is (5,4,0,35).

  • cyan value is 4.85%
  • magenta value is 4.24%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (5,4,0,35)
C5M4Y0K35 (5%, 4%, 0%, 35%)
(0.05 / 0.04 / 0.00 / 0.35)

CMYK percentages

%4.85
%4.24
%0
%35.29

Codes

Color #9D9EA5 in popluar color models

9D 9E A5
RGB 157 158 165
HSL 233° 4.26% 63.14%
HSB/HSV 233° 4.85% 64.71%
CMYK 4.85% 4.24% 0.00%
35.29%

Color #9D9EA5 in popluar number systems.

HEX 9D 9E A5
Decimal 157 158 165
Binary 10011101 10011110 10100101
Octal 235 236 245

Shades and tints

Shades of #9D9EA5

#9D9EA5
(157,158,165)
#8F9096
(143,144,150)
#818287
(129,130,135)
#737478
(115,116,120)
#656669
(101,102,105)
#57585A
(87,88,90)
#494A4B
(73,74,75)
#3B3C3C
(59,60,60)
#2D2E2D
(45,46,45)
#1F201E
(31,32,30)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #9D9EA5

#9D9EA5
(157,158,165)
#A5A6AD
(165,166,173)
#ADAEB5
(173,174,181)
#B5B6BD
(181,182,189)
#BDBEC5
(189,190,197)
#C5C6CD
(197,198,205)
#CDCED5
(205,206,213)
#D5D6DD
(213,214,221)
#DDDEE5
(221,222,229)
#E5E6ED
(229,230,237)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9EA5; }

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

This text font color is #9D9EA5.

Background Color

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

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

This div background color is #9D9EA5.

Border color

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

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

This div border color is #9D9EA5.

Opacity

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

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

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

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

This text has shadow with #9D9EA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D9EA5.

Preview

Color preview on black background

This text has color #9D9EA5 on black background.


Color preview on white background

This text has color #9D9EA5 on white background.


Black color preview on #9D9EA5 background

This text has black color on #9D9EA5 background.


White color preview on #9D9EA5 background

This text has white color on #9D9EA5 background.


Related colors

Complementary color

Complementary color for #hex is #62615A.


I love getcolorcode.com

Triadic colors

1 #A59D9E and #9EA59D with #9D9EA5 are triadic colors.

2 #A59E9D and #9E9DA5 with #9D9EA5 are triadic colors.