COLOR #9D9DAB

HEX: #9D9DAB RGB: (157,157,171)

Color info

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

RGB color model

#9D9DAB color RGB value is (157,157,171).

RGB: (157,157,171) (62%, 62%, 67%)

RGB channels and saturation

R 157 of 255 = 62%
G 157 of 255 = 62%
B 171 of 255 = 67%

157
157
171

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

Portions of RGB colors in percentages

R + G + B = 157 + 157 + 171 = 485 (100%)
R 157 of 485 ~ 32.37%
G 157 of 485 ~ 32.37%
B 171 of 485 ~ 35.26'%

%32.37
%32.37
%35.26

CMYK color model

#9D9DAB color CMYK value is (8,8,0,33).

  • cyan value is 8.19%
  • magenta value is 8.19%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (8,8,0,33)
C8M8Y0K33 (8%, 8%, 0%, 33%)
(0.08 / 0.08 / 0.00 / 0.33)

CMYK percentages

%8.19
%8.19
%0
%32.94

Codes

Color #9D9DAB in popluar color models

9D 9D AB
RGB 157 157 171
HSL 240° 7.69% 64.31%
HSB/HSV 240° 8.19% 67.06%
CMYK 8.19% 8.19% 0.00%
32.94%

Color #9D9DAB in popluar number systems.

HEX 9D 9D AB
Decimal 157 157 171
Binary 10011101 10011101 10101011
Octal 235 235 253

Shades and tints

Shades of #9D9DAB

#9D9DAB
(157,157,171)
#8F8F9C
(143,143,156)
#81818D
(129,129,141)
#73737E
(115,115,126)
#65656F
(101,101,111)
#575760
(87,87,96)
#494951
(73,73,81)
#3B3B42
(59,59,66)
#2D2D33
(45,45,51)
#1F1F24
(31,31,36)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #9D9DAB

#9D9DAB
(157,157,171)
#A5A5B2
(165,165,178)
#ADADB9
(173,173,185)
#B5B5C0
(181,181,192)
#BDBDC7
(189,189,199)
#C5C5CE
(197,197,206)
#CDCDD5
(205,205,213)
#D5D5DC
(213,213,220)
#DDDDE3
(221,221,227)
#E5E5EA
(229,229,234)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9DAB; }

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

This text font color is #9D9DAB.

Background Color

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

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

This div background color is #9D9DAB.

Border color

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

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

This div border color is #9D9DAB.

Opacity

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

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

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

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

This text has shadow with #9D9DAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D9DAB.

Preview

Color preview on black background

This text has color #9D9DAB on black background.


Color preview on white background

This text has color #9D9DAB on white background.


Black color preview on #9D9DAB background

This text has black color on #9D9DAB background.


White color preview on #9D9DAB background

This text has white color on #9D9DAB background.


Related colors

Complementary color

Complementary color for #hex is #626254.


I love getcolorcode.com