COLOR #9FA6D3

HEX: #9FA6D3 RGB: (159,166,211)

Color info

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

RGB color model

#9FA6D3 color RGB value is (159,166,211).

RGB: (159,166,211) (62%, 65%, 83%)

RGB channels and saturation

R 159 of 255 = 62%
G 166 of 255 = 65%
B 211 of 255 = 83%

159
166
211

R + G + B ~ 70%. #9FA6D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 166 + 211 = 536 (100%)
R 159 of 536 ~ 29.66%
G 166 of 536 ~ 30.97%
B 211 of 536 ~ 39.37'%

%29.66
%30.97
%39.37

CMYK color model

#9FA6D3 color CMYK value is (25,21,0,17).

  • cyan value is 24.64%
  • magenta value is 21.33%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (25,21,0,17)
C25M21Y0K17 (25%, 21%, 0%, 17%)
(0.25 / 0.21 / 0.00 / 0.17)

CMYK percentages

%24.64
%21.33
%0
%17.25

Codes

Color #9FA6D3 in popluar color models

9F A6 D3
RGB 159 166 211
HSL 232° 37.14% 72.55%
HSB/HSV 232° 24.64% 82.75%
CMYK 24.64% 21.33% 0.00%
17.25%

Color #9FA6D3 in popluar number systems.

HEX 9F A6 D3
Decimal 159 166 211
Binary 10011111 10100110 11010011
Octal 237 246 323

Shades and tints

Shades of #9FA6D3

#9FA6D3
(159,166,211)
#9197C0
(145,151,192)
#8388AD
(131,136,173)
#75799A
(117,121,154)
#676A87
(103,106,135)
#595B74
(89,91,116)
#4B4C61
(75,76,97)
#3D3D4E
(61,61,78)
#2F2E3B
(47,46,59)
#211F28
(33,31,40)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #9FA6D3

#9FA6D3
(159,166,211)
#A7AED7
(167,174,215)
#AFB6DB
(175,182,219)
#B7BEDF
(183,190,223)
#BFC6E3
(191,198,227)
#C7CEE7
(199,206,231)
#CFD6EB
(207,214,235)
#D7DEEF
(215,222,239)
#DFE6F3
(223,230,243)
#E7EEF7
(231,238,247)
#EFF6FB
(239,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA6D3 color. Also use rgb(159,166,211) instead hex code.

Text Font Color

.myTextColor { color: #9FA6D3; }

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

This text font color is #9FA6D3.

Background Color

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

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

This div background color is #9FA6D3.

Border color

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

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

This div border color is #9FA6D3.

Opacity

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

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

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

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

This text has shadow with #9FA6D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA6D3.

Preview

Color preview on black background

This text has color #9FA6D3 on black background.


Color preview on white background

This text has color #9FA6D3 on white background.


Black color preview on #9FA6D3 background

This text has black color on #9FA6D3 background.


White color preview on #9FA6D3 background

This text has white color on #9FA6D3 background.


Related colors

Complementary color

Complementary color for #hex is #60592C.


I love getcolorcode.com

Triadic colors

1 #D39FA6 and #A6D39F with #9FA6D3 are triadic colors.

2 #D3A69F and #A69FD3 with #9FA6D3 are triadic colors.