COLOR #9FF5D9

HEX: #9FF5D9 RGB: (159,245,217)

Color info

#9FF5D9 contains mainly green and blue colors. Web safe color of #9FF5D9 is #99FFCC (or #9FC).

RGB color model

#9FF5D9 color RGB value is (159,245,217).

RGB: (159,245,217) (62%, 96%, 85%)

RGB channels and saturation

R 159 of 255 = 62%
G 245 of 255 = 96%
B 217 of 255 = 85%

159
245
217

R + G + B ~ 81%. #9FF5D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 245 + 217 = 621 (100%)
R 159 of 621 ~ 25.6%
G 245 of 621 ~ 39.45%
B 217 of 621 ~ 34.94'%

%25.6
%39.45
%34.94

CMYK color model

#9FF5D9 color CMYK value is (35,0,11,4).

  • cyan value is 35.10%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 3.92%

CMYK: (35,0,11,4)
C35M0Y11K4 (35%, 0%, 11%, 4%)
(0.35 / 0.00 / 0.11 / 0.04)

CMYK percentages

%35.1
%0
%11.43
%3.92

Codes

Color #9FF5D9 in popluar color models

9F F5 D9
RGB 159 245 217
HSL 160° 81.13% 79.22%
HSB/HSV 160° 35.10% 96.08%
CMYK 35.10% 0.00% 11.43%
3.92%

Color #9FF5D9 in popluar number systems.

HEX 9F F5 D9
Decimal 159 245 217
Binary 10011111 11110101 11011001
Octal 237 365 331

Shades and tints

Shades of #9FF5D9

#9FF5D9
(159,245,217)
#91DFC6
(145,223,198)
#83C9B3
(131,201,179)
#75B3A0
(117,179,160)
#679D8D
(103,157,141)
#59877A
(89,135,122)
#4B7167
(75,113,103)
#3D5B54
(61,91,84)
#2F4541
(47,69,65)
#212F2E
(33,47,46)
#13191B
(19,25,27)
#000000
(0,0,0)

Tints of #9FF5D9

#9FF5D9
(159,245,217)
#A7F5DC
(167,245,220)
#AFF5DF
(175,245,223)
#B7F5E2
(183,245,226)
#BFF5E5
(191,245,229)
#C7F5E8
(199,245,232)
#CFF5EB
(207,245,235)
#D7F5EE
(215,245,238)
#DFF5F1
(223,245,241)
#E7F5F4
(231,245,244)
#EFF5F7
(239,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FF5D9 color. Also use rgb(159,245,217) instead hex code.

Text Font Color

.myTextColor { color: #9FF5D9; }

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

This text font color is #9FF5D9.

Background Color

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

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

This div background color is #9FF5D9.

Border color

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

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

This div border color is #9FF5D9.

Opacity

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

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

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

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

This text has shadow with #9FF5D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FF5D9.

Preview

Color preview on black background

This text has color #9FF5D9 on black background.


Color preview on white background

This text has color #9FF5D9 on white background.


Black color preview on #9FF5D9 background

This text has black color on #9FF5D9 background.


White color preview on #9FF5D9 background

This text has white color on #9FF5D9 background.


Related colors

Complementary color

Complementary color for #hex is #600A26.


I love getcolorcode.com

Triadic colors

1 #D99FF5 and #F5D99F with #9FF5D9 are triadic colors.

2 #D9F59F and #F59FD9 with #9FF5D9 are triadic colors.