COLOR #9FAAEF

HEX: #9FAAEF RGB: (159,170,239)

Color info

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

RGB color model

#9FAAEF color RGB value is (159,170,239).

RGB: (159,170,239) (62%, 67%, 94%)

RGB channels and saturation

R 159 of 255 = 62%
G 170 of 255 = 67%
B 239 of 255 = 94%

159
170
239

R + G + B ~ 74%. #9FAAEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 170 + 239 = 568 (100%)
R 159 of 568 ~ 27.99%
G 170 of 568 ~ 29.93%
B 239 of 568 ~ 42.08'%

%27.99
%29.93
%42.08

CMYK color model

#9FAAEF color CMYK value is (33,29,0,6).

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

CMYK: (33,29,0,6)
C33M29Y0K6 (33%, 29%, 0%, 6%)
(0.33 / 0.29 / 0.00 / 0.06)

CMYK percentages

%33.47
%28.87
%0
%6.27

Codes

Color #9FAAEF in popluar color models

9F AA EF
RGB 159 170 239
HSL 232° 71.43% 78.04%
HSB/HSV 232° 33.47% 93.73%
CMYK 33.47% 28.87% 0.00%
6.27%

Color #9FAAEF in popluar number systems.

HEX 9F AA EF
Decimal 159 170 239
Binary 10011111 10101010 11101111
Octal 237 252 357

Shades and tints

Shades of #9FAAEF

#9FAAEF
(159,170,239)
#919BDA
(145,155,218)
#838CC5
(131,140,197)
#757DB0
(117,125,176)
#676E9B
(103,110,155)
#595F86
(89,95,134)
#4B5071
(75,80,113)
#3D415C
(61,65,92)
#2F3247
(47,50,71)
#212332
(33,35,50)
#13141D
(19,20,29)
#000000
(0,0,0)

Tints of #9FAAEF

#9FAAEF
(159,170,239)
#A7B1F0
(167,177,240)
#AFB8F1
(175,184,241)
#B7BFF2
(183,191,242)
#BFC6F3
(191,198,243)
#C7CDF4
(199,205,244)
#CFD4F5
(207,212,245)
#D7DBF6
(215,219,246)
#DFE2F7
(223,226,247)
#E7E9F8
(231,233,248)
#EFF0F9
(239,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FAAEF; }

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

This text font color is #9FAAEF.

Background Color

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

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

This div background color is #9FAAEF.

Border color

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

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

This div border color is #9FAAEF.

Opacity

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

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

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

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

This text has shadow with #9FAAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FAAEF.

Preview

Color preview on black background

This text has color #9FAAEF on black background.


Color preview on white background

This text has color #9FAAEF on white background.


Black color preview on #9FAAEF background

This text has black color on #9FAAEF background.


White color preview on #9FAAEF background

This text has white color on #9FAAEF background.


Related colors

Complementary color

Complementary color for #hex is #605510.


I love getcolorcode.com

Triadic colors

1 #EF9FAA and #AAEF9F with #9FAAEF are triadic colors.

2 #EFAA9F and #AA9FEF with #9FAAEF are triadic colors.