COLOR #9F9DAC

HEX: #9F9DAC RGB: (159,157,172)

Color info

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

RGB color model

#9F9DAC color RGB value is (159,157,172).

RGB: (159,157,172) (62%, 62%, 67%)

RGB channels and saturation

R 159 of 255 = 62%
G 157 of 255 = 62%
B 172 of 255 = 67%

159
157
172

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

Portions of RGB colors in percentages

R + G + B = 159 + 157 + 172 = 488 (100%)
R 159 of 488 ~ 32.58%
G 157 of 488 ~ 32.17%
B 172 of 488 ~ 35.25'%

%32.58
%32.17
%35.25

CMYK color model

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

  • cyan value is 7.56%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (8,9,0,33)
C8M9Y0K33 (8%, 9%, 0%, 33%)
(0.08 / 0.09 / 0.00 / 0.33)

CMYK percentages

%7.56
%8.72
%0
%32.55

Codes

Color #9F9DAC in popluar color models

9F 9D AC
RGB 159 157 172
HSL 248° 8.29% 64.51%
HSB/HSV 248° 8.72% 67.45%
CMYK 7.56% 8.72% 0.00%
32.55%

Color #9F9DAC in popluar number systems.

HEX 9F 9D AC
Decimal 159 157 172
Binary 10011111 10011101 10101100
Octal 237 235 254

Shades and tints

Shades of #9F9DAC

#9F9DAC
(159,157,172)
#918F9D
(145,143,157)
#83818E
(131,129,142)
#75737F
(117,115,127)
#676570
(103,101,112)
#595761
(89,87,97)
#4B4952
(75,73,82)
#3D3B43
(61,59,67)
#2F2D34
(47,45,52)
#211F25
(33,31,37)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #9F9DAC

#9F9DAC
(159,157,172)
#A7A5B3
(167,165,179)
#AFADBA
(175,173,186)
#B7B5C1
(183,181,193)
#BFBDC8
(191,189,200)
#C7C5CF
(199,197,207)
#CFCDD6
(207,205,214)
#D7D5DD
(215,213,221)
#DFDDE4
(223,221,228)
#E7E5EB
(231,229,235)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9DAC; }

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

This text font color is #9F9DAC.

Background Color

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

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

This div background color is #9F9DAC.

Border color

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

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

This div border color is #9F9DAC.

Opacity

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

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

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

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

This text has shadow with #9F9DAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F9DAC.

Preview

Color preview on black background

This text has color #9F9DAC on black background.


Color preview on white background

This text has color #9F9DAC on white background.


Black color preview on #9F9DAC background

This text has black color on #9F9DAC background.


White color preview on #9F9DAC background

This text has white color on #9F9DAC background.


Related colors

Complementary color

Complementary color for #hex is #606253.


I love getcolorcode.com

Triadic colors

1 #AC9F9D and #9DAC9F with #9F9DAC are triadic colors.

2 #AC9D9F and #9D9FAC with #9F9DAC are triadic colors.