COLOR #9FA4EF

HEX: #9FA4EF RGB: (159,164,239)

Color info

#9FA4EF contains mainly blue color. Web safe color of #9FA4EF is #9999FF (or #99F).

RGB color model

#9FA4EF color RGB value is (159,164,239).

RGB: (159,164,239) (62%, 64%, 94%)

RGB channels and saturation

R 159 of 255 = 62%
G 164 of 255 = 64%
B 239 of 255 = 94%

159
164
239

R + G + B ~ 73%. #9FA4EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 164 + 239 = 562 (100%)
R 159 of 562 ~ 28.29%
G 164 of 562 ~ 29.18%
B 239 of 562 ~ 42.53'%

%28.29
%29.18
%42.53

CMYK color model

#9FA4EF color CMYK value is (33,31,0,6).

  • cyan value is 33.47%
  • magenta value is 31.38%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (33,31,0,6)
C33M31Y0K6 (33%, 31%, 0%, 6%)
(0.33 / 0.31 / 0.00 / 0.06)

CMYK percentages

%33.47
%31.38
%0
%6.27

Codes

Color #9FA4EF in popluar color models

9F A4 EF
RGB 159 164 239
HSL 236° 71.43% 78.04%
HSB/HSV 236° 33.47% 93.73%
CMYK 33.47% 31.38% 0.00%
6.27%

Color #9FA4EF in popluar number systems.

HEX 9F A4 EF
Decimal 159 164 239
Binary 10011111 10100100 11101111
Octal 237 244 357

Shades and tints

Shades of #9FA4EF

#9FA4EF
(159,164,239)
#9196DA
(145,150,218)
#8388C5
(131,136,197)
#757AB0
(117,122,176)
#676C9B
(103,108,155)
#595E86
(89,94,134)
#4B5071
(75,80,113)
#3D425C
(61,66,92)
#2F3447
(47,52,71)
#212632
(33,38,50)
#13181D
(19,24,29)
#000000
(0,0,0)

Tints of #9FA4EF

#9FA4EF
(159,164,239)
#A7ACF0
(167,172,240)
#AFB4F1
(175,180,241)
#B7BCF2
(183,188,242)
#BFC4F3
(191,196,243)
#C7CCF4
(199,204,244)
#CFD4F5
(207,212,245)
#D7DCF6
(215,220,246)
#DFE4F7
(223,228,247)
#E7ECF8
(231,236,248)
#EFF4F9
(239,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA4EF color. Also use rgb(159,164,239) instead hex code.

Text Font Color

.myTextColor { color: #9FA4EF; }

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

This text font color is #9FA4EF.

Background Color

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

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

This div background color is #9FA4EF.

Border color

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

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

This div border color is #9FA4EF.

Opacity

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

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

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

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

This text has shadow with #9FA4EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA4EF.

Preview

Color preview on black background

This text has color #9FA4EF on black background.


Color preview on white background

This text has color #9FA4EF on white background.


Black color preview on #9FA4EF background

This text has black color on #9FA4EF background.


White color preview on #9FA4EF background

This text has white color on #9FA4EF background.


Related colors

Complementary color

Complementary color for #hex is #605B10.


I love getcolorcode.com

Triadic colors

1 #EF9FA4 and #A4EF9F with #9FA4EF are triadic colors.

2 #EFA49F and #A49FEF with #9FA4EF are triadic colors.