COLOR #9FAFE3

HEX: #9FAFE3
RGB: (159,175,227)

Color info

#9FAFE3 contains mainly green and blue colors. Web safe color of #9FAFE3 is #9999CC (or #99C).

RGB color model

#9FAFE3 color RGB value is (159,175,227).

  • red value is 159;
  • green value is 175;
  • blue value is 227.
RGB:
(159,175,227)
(62%,69%,89%)

RGB channels and saturation

R 159 of 255 = 62%
G 175 of 255 = 69%
B 227 of 255 = 89%

159
175
227

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

Portions of RGB colors in percentages

R + G + B =
159 + 175 + 227 = 561 (100%)
R 159 of 561 ~ 28.34%
G 175 of 561 ~ 31.19%
B 227 of 561 ~ 40.46%

%28.34
%31.19
%40.46

CMYK color model

#9FAFE3 color CMYK value is (30,23,0,11).

  • cyan value is 29.96%
  • magenta value is 22.91%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(30,23,0,11)
C30M23Y0K11 
(30%,23%,0%,11%)
(0.30/0.23/0.00/0.11)	

CMYK percentages

%29.96
%22.91
%0
%10.98

Codes

Color #9FAFE3 in popluar color models

9FAFE3
RGB159175227
HSL226°54.84%75.69%
HSB/HSV226°29.96%89.02%
CMYK29.96%22.91%0.00%
10.98%

Color #9FAFE3 in popluar number systems.

HEX9FAFE3
Decimal159175227
Binary100111111010111111100011
Octal237257343

Shades and tints

Shades of #9FAFE3

#9FAFE3
(159,175,227)
#91A0CF
(145,160,207)
#8391BB
(131,145,187)
#7582A7
(117,130,167)
#677393
(103,115,147)
#59647F
(89,100,127)
#4B556B
(75,85,107)
#3D4657
(61,70,87)
#2F3743
(47,55,67)
#21282F
(33,40,47)
#13191B
(19,25,27)
#000000
(0,0,0)

Tints of #9FAFE3

#9FAFE3
(159,175,227)
#A7B6E5
(167,182,229)
#AFBDE7
(175,189,231)
#B7C4E9
(183,196,233)
#BFCBEB
(191,203,235)
#C7D2ED
(199,210,237)
#CFD9EF
(207,217,239)
#D7E0F1
(215,224,241)
#DFE7F3
(223,231,243)
#E7EEF5
(231,238,245)
#EFF5F7
(239,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FAFE3; }

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

This text font color is #9FAFE3.


Background Color

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

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

This div background color is #9FAFE3.


Border color

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

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

This div border color is #9FAFE3.


Opacity

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

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

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

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

This text has shadow with #9FAFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAFE3 on black background.


Color preview on white background

This text has color #9FAFE3 on white background.



Black color preview on #9FAFE3 background

This text has black color on #9FAFE3 background.


White color preview on #9FAFE3 background

This text has white color on #9FAFE3 background.