COLOR #9FA5CA

HEX: #9FA5CA RGB: (159,165,202)

Color info

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

RGB color model

#9FA5CA color RGB value is (159,165,202).

RGB: (159,165,202) (62%, 65%, 79%)

RGB channels and saturation

R 159 of 255 = 62%
G 165 of 255 = 65%
B 202 of 255 = 79%

159
165
202

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

Portions of RGB colors in percentages

R + G + B = 159 + 165 + 202 = 526 (100%)
R 159 of 526 ~ 30.23%
G 165 of 526 ~ 31.37%
B 202 of 526 ~ 38.4'%

%30.23
%31.37
%38.4

CMYK color model

#9FA5CA color CMYK value is (21,18,0,21).

  • cyan value is 21.29%
  • magenta value is 18.32%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (21,18,0,21) C21M18Y0K21 (21%,18%,0%,21%) (0.21/0.18/0.00/0.21) 

CMYK percentages

%21.29
%18.32
%0
%20.78

Codes

Color #9FA5CA in popluar color models

9F A5 CA
RGB 159 165 202
HSL 232° 28.86% 70.78%
HSB/HSV 232° 21.29% 79.22%
CMYK 21.29% 18.32% 0.00%
20.78%

Color #9FA5CA in popluar number systems.

HEX 9F A5 CA
Decimal 159 165 202
Binary 10011111 10100101 11001010
Octal 237 245 312

Shades and tints

Shades of #9FA5CA

#9FA5CA
(159,165,202)
#9196B8
(145,150,184)
#8387A6
(131,135,166)
#757894
(117,120,148)
#676982
(103,105,130)
#595A70
(89,90,112)
#4B4B5E
(75,75,94)
#3D3C4C
(61,60,76)
#2F2D3A
(47,45,58)
#211E28
(33,30,40)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #9FA5CA

#9FA5CA
(159,165,202)
#A7ADCE
(167,173,206)
#AFB5D2
(175,181,210)
#B7BDD6
(183,189,214)
#BFC5DA
(191,197,218)
#C7CDDE
(199,205,222)
#CFD5E2
(207,213,226)
#D7DDE6
(215,221,230)
#DFE5EA
(223,229,234)
#E7EDEE
(231,237,238)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA5CA color. Also use rgb(159,165,202) instead hex code.

Text Font Color

.myTextColor { color: #9FA5CA; }

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

This text font color is #9FA5CA.

Background Color

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

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

This div background color is #9FA5CA.

Border color

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

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

This div border color is #9FA5CA.

Opacity

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

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

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

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

This text has shadow with #9FA5CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA5CA.

Preview

Color preview on black background

This text has color #9FA5CA on black background.


Color preview on white background

This text has color #9FA5CA on white background.


Black color preview on #9FA5CA background

This text has black color on #9FA5CA background.


White color preview on #9FA5CA background

This text has white color on #9FA5CA background.


Related colors

Complementary color

Complementary color for #hex is #605A35.


I love getcolorcode.com

Triadic colors

1 #CA9FA5 and #A5CA9F with #9FA5CA are triadic colors.

2 #CAA59F and #A59FCA with #9FA5CA are triadic colors.