COLOR #9FE7FB

HEX: #9FE7FB RGB: (159,231,251)

Color info

#9FE7FB contains mainly green and blue colors. Web safe color of #9FE7FB is #99FFFF (or #9FF).

RGB color model

#9FE7FB color RGB value is (159,231,251).

RGB: (159,231,251) (62%, 91%, 98%)

RGB channels and saturation

R 159 of 255 = 62%
G 231 of 255 = 91%
B 251 of 255 = 98%

159
231
251

R + G + B ~ 84%. #9FE7FB is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 231 + 251 = 641 (100%)
R 159 of 641 ~ 24.8%
G 231 of 641 ~ 36.04%
B 251 of 641 ~ 39.16'%

%24.8
%36.04
%39.16

CMYK color model

#9FE7FB color CMYK value is (37,8,0,2).

  • cyan value is 36.65%
  • magenta value is 7.97%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (37,8,0,2)
C37M8Y0K2 (37%, 8%, 0%, 2%)
(0.37 / 0.08 / 0.00 / 0.02)

CMYK percentages

%36.65
%7.97
%0
%1.57

Codes

Color #9FE7FB in popluar color models

9F E7 FB
RGB 159 231 251
HSL 193° 92.00% 80.39%
HSB/HSV 193° 36.65% 98.43%
CMYK 36.65% 7.97% 0.00%
1.57%

Color #9FE7FB in popluar number systems.

HEX 9F E7 FB
Decimal 159 231 251
Binary 10011111 11100111 11111011
Octal 237 347 373

Shades and tints

Shades of #9FE7FB

#9FE7FB
(159,231,251)
#91D2E5
(145,210,229)
#83BDCF
(131,189,207)
#75A8B9
(117,168,185)
#6793A3
(103,147,163)
#597E8D
(89,126,141)
#4B6977
(75,105,119)
#3D5461
(61,84,97)
#2F3F4B
(47,63,75)
#212A35
(33,42,53)
#13151F
(19,21,31)
#000000
(0,0,0)

Tints of #9FE7FB

#9FE7FB
(159,231,251)
#A7E9FB
(167,233,251)
#AFEBFB
(175,235,251)
#B7EDFB
(183,237,251)
#BFEFFB
(191,239,251)
#C7F1FB
(199,241,251)
#CFF3FB
(207,243,251)
#D7F5FB
(215,245,251)
#DFF7FB
(223,247,251)
#E7F9FB
(231,249,251)
#EFFBFB
(239,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FE7FB color. Also use rgb(159,231,251) instead hex code.

Text Font Color

.myTextColor { color: #9FE7FB; }

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

This text font color is #9FE7FB.

Background Color

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

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

This div background color is #9FE7FB.

Border color

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

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

This div border color is #9FE7FB.

Opacity

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

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

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

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

This text has shadow with #9FE7FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FE7FB.

Preview

Color preview on black background

This text has color #9FE7FB on black background.


Color preview on white background

This text has color #9FE7FB on white background.


Black color preview on #9FE7FB background

This text has black color on #9FE7FB background.


White color preview on #9FE7FB background

This text has white color on #9FE7FB background.


Related colors

Complementary color

Complementary color for #hex is #601804.


I love getcolorcode.com

Triadic colors

1 #FB9FE7 and #E7FB9F with #9FE7FB are triadic colors.

2 #FBE79F and #E79FFB with #9FE7FB are triadic colors.