COLOR #9FF5DA

HEX: #9FF5DA
RGB: (159,245,218)

Color info

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

RGB color model

#9FF5DA color RGB value is (159,245,218).

  • red value is 159;
  • green value is 245;
  • blue value is 218.
RGB:
(159,245,218)
(62%,96%,85%)

RGB channels and saturation

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

159
245
218

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

Portions of RGB colors in percentages

R + G + B =
159 + 245 + 218 = 622 (100%)
R 159 of 622 ~ 25.56%
G 245 of 622 ~ 39.39%
B 218 of 622 ~ 35.05%

%25.56
%39.39
%35.05

CMYK color model

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

  • cyan value is 35.10%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • 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.02
%3.92

Codes

Color #9FF5DA in popluar color models

9FF5DA
RGB159245218
HSL161°81.13%79.22%
HSB/HSV161°35.10%96.08%
CMYK35.10%0.00%11.02%
3.92%

Color #9FF5DA in popluar number systems.

HEX9FF5DA
Decimal159245218
Binary100111111111010111011010
Octal237365332

Shades and tints

Shades of #9FF5DA

#9FF5DA
(159,245,218)
#91DFC7
(145,223,199)
#83C9B4
(131,201,180)
#75B3A1
(117,179,161)
#679D8E
(103,157,142)
#59877B
(89,135,123)
#4B7168
(75,113,104)
#3D5B55
(61,91,85)
#2F4542
(47,69,66)
#212F2F
(33,47,47)
#13191C
(19,25,28)
#000000
(0,0,0)

Tints of #9FF5DA

#9FF5DA
(159,245,218)
#A7F5DD
(167,245,221)
#AFF5E0
(175,245,224)
#B7F5E3
(183,245,227)
#BFF5E6
(191,245,230)
#C7F5E9
(199,245,233)
#CFF5EC
(207,245,236)
#D7F5EF
(215,245,239)
#DFF5F2
(223,245,242)
#E7F5F5
(231,245,245)
#EFF5F8
(239,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FF5DA; }

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

This text font color is #9FF5DA.


Background Color

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

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

This div background color is #9FF5DA.


Border color

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

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

This div border color is #9FF5DA.


Opacity

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

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

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

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

This text has shadow with #9FF5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FF5DA on black background.


Color preview on white background

This text has color #9FF5DA on white background.



Black color preview on #9FF5DA background

This text has black color on #9FF5DA background.


White color preview on #9FF5DA background

This text has white color on #9FF5DA background.