COLOR #9D9EAD

HEX: #9D9EAD RGB: (157,158,173)

Color info

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

RGB color model

#9D9EAD color RGB value is (157,158,173).

RGB: (157,158,173) (62%, 62%, 68%)

RGB channels and saturation

R 157 of 255 = 62%
G 158 of 255 = 62%
B 173 of 255 = 68%

157
158
173

R + G + B ~ 64%. #9D9EAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 158 + 173 = 488 (100%)
R 157 of 488 ~ 32.17%
G 158 of 488 ~ 32.38%
B 173 of 488 ~ 35.45'%

%32.17
%32.38
%35.45

CMYK color model

#9D9EAD color CMYK value is (9,9,0,32).

  • cyan value is 9.25%
  • magenta value is 8.67%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (9,9,0,32)
C9M9Y0K32 (9%, 9%, 0%, 32%)
(0.09 / 0.09 / 0.00 / 0.32)

CMYK percentages

%9.25
%8.67
%0
%32.16

Codes

Color #9D9EAD in popluar color models

9D 9E AD
RGB 157 158 173
HSL 236° 8.89% 64.71%
HSB/HSV 236° 9.25% 67.84%
CMYK 9.25% 8.67% 0.00%
32.16%

Color #9D9EAD in popluar number systems.

HEX 9D 9E AD
Decimal 157 158 173
Binary 10011101 10011110 10101101
Octal 235 236 255

Shades and tints

Shades of #9D9EAD

#9D9EAD
(157,158,173)
#8F909E
(143,144,158)
#81828F
(129,130,143)
#737480
(115,116,128)
#656671
(101,102,113)
#575862
(87,88,98)
#494A53
(73,74,83)
#3B3C44
(59,60,68)
#2D2E35
(45,46,53)
#1F2026
(31,32,38)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #9D9EAD

#9D9EAD
(157,158,173)
#A5A6B4
(165,166,180)
#ADAEBB
(173,174,187)
#B5B6C2
(181,182,194)
#BDBEC9
(189,190,201)
#C5C6D0
(197,198,208)
#CDCED7
(205,206,215)
#D5D6DE
(213,214,222)
#DDDEE5
(221,222,229)
#E5E6EC
(229,230,236)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9EAD; }

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

This text font color is #9D9EAD.

Background Color

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

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

This div background color is #9D9EAD.

Border color

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

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

This div border color is #9D9EAD.

Opacity

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

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

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

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

This text has shadow with #9D9EAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D9EAD.

Preview

Color preview on black background

This text has color #9D9EAD on black background.


Color preview on white background

This text has color #9D9EAD on white background.


Black color preview on #9D9EAD background

This text has black color on #9D9EAD background.


White color preview on #9D9EAD background

This text has white color on #9D9EAD background.


Related colors

Complementary color

Complementary color for #hex is #626152.


I love getcolorcode.com

Triadic colors

1 #AD9D9E and #9EAD9D with #9D9EAD are triadic colors.

2 #AD9E9D and #9E9DAD with #9D9EAD are triadic colors.