COLOR #9FAFE9

HEX: #9FAFE9 RGB: (159,175,233)

Color info

#9FAFE9 contains mainly green and blue colors. Web safe color of #9FAFE9 is #9999FF (or #99F).

RGB color model

#9FAFE9 color RGB value is (159,175,233).

RGB: (159,175,233) (62%, 69%, 91%)

RGB channels and saturation

R 159 of 255 = 62%
G 175 of 255 = 69%
B 233 of 255 = 91%

159
175
233

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

Portions of RGB colors in percentages

R + G + B = 159 + 175 + 233 = 567 (100%)
R 159 of 567 ~ 28.04%
G 175 of 567 ~ 30.86%
B 233 of 567 ~ 41.09'%

%28.04
%30.86
%41.09

CMYK color model

#9FAFE9 color CMYK value is (32,25,0,9).

  • cyan value is 31.76%
  • magenta value is 24.89%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (32,25,0,9) C32M25Y0K9 (32%,25%,0%,9%) (0.32/0.25/0.00/0.09) 

CMYK percentages

%31.76
%24.89
%0
%8.63

Codes

Color #9FAFE9 in popluar color models

9F AF E9
RGB 159 175 233
HSL 227° 62.71% 76.86%
HSB/HSV 227° 31.76% 91.37%
CMYK 31.76% 24.89% 0.00%
8.63%

Color #9FAFE9 in popluar number systems.

HEX 9F AF E9
Decimal 159 175 233
Binary 10011111 10101111 11101001
Octal 237 257 351

Shades and tints

Shades of #9FAFE9

#9FAFE9
(159,175,233)
#91A0D4
(145,160,212)
#8391BF
(131,145,191)
#7582AA
(117,130,170)
#677395
(103,115,149)
#596480
(89,100,128)
#4B556B
(75,85,107)
#3D4656
(61,70,86)
#2F3741
(47,55,65)
#21282C
(33,40,44)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #9FAFE9

#9FAFE9
(159,175,233)
#A7B6EB
(167,182,235)
#AFBDED
(175,189,237)
#B7C4EF
(183,196,239)
#BFCBF1
(191,203,241)
#C7D2F3
(199,210,243)
#CFD9F5
(207,217,245)
#D7E0F7
(215,224,247)
#DFE7F9
(223,231,249)
#E7EEFB
(231,238,251)
#EFF5FD
(239,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FAFE9 color. Also use rgb(159,175,233) instead hex code.

Text Font Color

.myTextColor { color: #9FAFE9; }

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

This text font color is #9FAFE9.

Background Color

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

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

This div background color is #9FAFE9.

Border color

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

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

This div border color is #9FAFE9.

Opacity

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

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

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

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

This text has shadow with #9FAFE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FAFE9.

Preview

Color preview on black background

This text has color #9FAFE9 on black background.


Color preview on white background

This text has color #9FAFE9 on white background.


Black color preview on #9FAFE9 background

This text has black color on #9FAFE9 background.


White color preview on #9FAFE9 background

This text has white color on #9FAFE9 background.


Related colors

Complementary color

Complementary color for #hex is #605016.


I love getcolorcode.com

Triadic colors

1 #E99FAF and #AFE99F with #9FAFE9 are triadic colors.

2 #E9AF9F and #AF9FE9 with #9FAFE9 are triadic colors.