COLOR #9FA8C9

HEX: #9FA8C9 RGB: (159,168,201)

Color info

#9FA8C9 contains red, green and blue colors in about the same proportion. Web safe color of #9FA8C9 is #9999CC (or #99C).

RGB color model

#9FA8C9 color RGB value is (159,168,201).

RGB: (159,168,201) (62%, 66%, 79%)

RGB channels and saturation

R 159 of 255 = 62%
G 168 of 255 = 66%
B 201 of 255 = 79%

159
168
201

R + G + B ~ 69%. #9FA8C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 168 + 201 = 528 (100%)
R 159 of 528 ~ 30.11%
G 168 of 528 ~ 31.82%
B 201 of 528 ~ 38.07'%

%30.11
%31.82
%38.07

CMYK color model

#9FA8C9 color CMYK value is (21,16,0,21).

  • cyan value is 20.90%
  • magenta value is 16.42%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (21,16,0,21)
C21M16Y0K21 (21%, 16%, 0%, 21%)
(0.21 / 0.16 / 0.00 / 0.21)

CMYK percentages

%20.9
%16.42
%0
%21.18

Codes

Color #9FA8C9 in popluar color models

9F A8 C9
RGB 159 168 201
HSL 227° 28.00% 70.59%
HSB/HSV 227° 20.90% 78.82%
CMYK 20.90% 16.42% 0.00%
21.18%

Color #9FA8C9 in popluar number systems.

HEX 9F A8 C9
Decimal 159 168 201
Binary 10011111 10101000 11001001
Octal 237 250 311

Shades and tints

Shades of #9FA8C9

#9FA8C9
(159,168,201)
#9199B7
(145,153,183)
#838AA5
(131,138,165)
#757B93
(117,123,147)
#676C81
(103,108,129)
#595D6F
(89,93,111)
#4B4E5D
(75,78,93)
#3D3F4B
(61,63,75)
#2F3039
(47,48,57)
#212127
(33,33,39)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #9FA8C9

#9FA8C9
(159,168,201)
#A7AFCD
(167,175,205)
#AFB6D1
(175,182,209)
#B7BDD5
(183,189,213)
#BFC4D9
(191,196,217)
#C7CBDD
(199,203,221)
#CFD2E1
(207,210,225)
#D7D9E5
(215,217,229)
#DFE0E9
(223,224,233)
#E7E7ED
(231,231,237)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA8C9 color. Also use rgb(159,168,201) instead hex code.

Text Font Color

.myTextColor { color: #9FA8C9; }

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

This text font color is #9FA8C9.

Background Color

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

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

This div background color is #9FA8C9.

Border color

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

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

This div border color is #9FA8C9.

Opacity

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

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

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

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

This text has shadow with #9FA8C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA8C9.

Preview

Color preview on black background

This text has color #9FA8C9 on black background.


Color preview on white background

This text has color #9FA8C9 on white background.


Black color preview on #9FA8C9 background

This text has black color on #9FA8C9 background.


White color preview on #9FA8C9 background

This text has white color on #9FA8C9 background.


Related colors

Complementary color

Complementary color for #hex is #605736.


I love getcolorcode.com

Triadic colors

1 #C99FA8 and #A8C99F with #9FA8C9 are triadic colors.

2 #C9A89F and #A89FC9 with #9FA8C9 are triadic colors.