COLOR #9FA3CC

HEX: #9FA3CC RGB: (159,163,204)

Color info

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

RGB color model

#9FA3CC color RGB value is (159,163,204).

RGB: (159,163,204) (62%, 64%, 80%)

RGB channels and saturation

R 159 of 255 = 62%
G 163 of 255 = 64%
B 204 of 255 = 80%

159
163
204

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

Portions of RGB colors in percentages

R + G + B = 159 + 163 + 204 = 526 (100%)
R 159 of 526 ~ 30.23%
G 163 of 526 ~ 30.99%
B 204 of 526 ~ 38.78'%

%30.23
%30.99
%38.78

CMYK color model

#9FA3CC color CMYK value is (22,20,0,20).

  • cyan value is 22.06%
  • magenta value is 20.10%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (22,20,0,20)
C22M20Y0K20 (22%, 20%, 0%, 20%)
(0.22 / 0.20 / 0.00 / 0.20)

CMYK percentages

%22.06
%20.1
%0
%20

Codes

Color #9FA3CC in popluar color models

9F A3 CC
RGB 159 163 204
HSL 235° 30.61% 71.18%
HSB/HSV 235° 22.06% 80.00%
CMYK 22.06% 20.10% 0.00%
20.00%

Color #9FA3CC in popluar number systems.

HEX 9F A3 CC
Decimal 159 163 204
Binary 10011111 10100011 11001100
Octal 237 243 314

Shades and tints

Shades of #9FA3CC

#9FA3CC
(159,163,204)
#9195BA
(145,149,186)
#8387A8
(131,135,168)
#757996
(117,121,150)
#676B84
(103,107,132)
#595D72
(89,93,114)
#4B4F60
(75,79,96)
#3D414E
(61,65,78)
#2F333C
(47,51,60)
#21252A
(33,37,42)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #9FA3CC

#9FA3CC
(159,163,204)
#A7ABD0
(167,171,208)
#AFB3D4
(175,179,212)
#B7BBD8
(183,187,216)
#BFC3DC
(191,195,220)
#C7CBE0
(199,203,224)
#CFD3E4
(207,211,228)
#D7DBE8
(215,219,232)
#DFE3EC
(223,227,236)
#E7EBF0
(231,235,240)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA3CC color. Also use rgb(159,163,204) instead hex code.

Text Font Color

.myTextColor { color: #9FA3CC; }

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

This text font color is #9FA3CC.

Background Color

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

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

This div background color is #9FA3CC.

Border color

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

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

This div border color is #9FA3CC.

Opacity

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

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

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

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

This text has shadow with #9FA3CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA3CC.

Preview

Color preview on black background

This text has color #9FA3CC on black background.


Color preview on white background

This text has color #9FA3CC on white background.


Black color preview on #9FA3CC background

This text has black color on #9FA3CC background.


White color preview on #9FA3CC background

This text has white color on #9FA3CC background.


Related colors

Complementary color

Complementary color for #hex is #605C33.


I love getcolorcode.com

Triadic colors

1 #CC9FA3 and #A3CC9F with #9FA3CC are triadic colors.

2 #CCA39F and #A39FCC with #9FA3CC are triadic colors.