COLOR #9FF0D0

HEX: #9FF0D0
RGB: (159,240,208)

Color info

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

RGB color model

#9FF0D0 color RGB value is (159,240,208).

  • red value is 159;
  • green value is 240;
  • blue value is 208.
RGB:
(159,240,208)
(62%,94%,82%)

RGB channels and saturation

R 159 of 255 = 62%
G 240 of 255 = 94%
B 208 of 255 = 82%

159
240
208

R + G + B ~ 79%. #9FF0D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 240 + 208 = 607 (100%)
R 159 of 607 ~ 26.19%
G 240 of 607 ~ 39.54%
B 208 of 607 ~ 34.27%

%26.19
%39.54
%34.27

CMYK color model

#9FF0D0 color CMYK value is (34,0,13,6).

  • cyan value is 33.75%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 5.88%
CMYK:
(34,0,13,6)
C34M0Y13K6 
(34%,0%,13%,6%)
(0.34/0.00/0.13/0.06)	

CMYK percentages

%33.75
%0
%13.33
%5.88

Codes

Color #9FF0D0 in popluar color models

9FF0D0
RGB159240208
HSL156°72.97%78.24%
HSB/HSV156°33.75%94.12%
CMYK33.75%0.00%13.33%
5.88%

Color #9FF0D0 in popluar number systems.

HEX9FF0D0
Decimal159240208
Binary100111111111000011010000
Octal237360320

Shades and tints

Shades of #9FF0D0

#9FF0D0
(159,240,208)
#91DBBE
(145,219,190)
#83C6AC
(131,198,172)
#75B19A
(117,177,154)
#679C88
(103,156,136)
#598776
(89,135,118)
#4B7264
(75,114,100)
#3D5D52
(61,93,82)
#2F4840
(47,72,64)
#21332E
(33,51,46)
#131E1C
(19,30,28)
#000000
(0,0,0)

Tints of #9FF0D0

#9FF0D0
(159,240,208)
#A7F1D4
(167,241,212)
#AFF2D8
(175,242,216)
#B7F3DC
(183,243,220)
#BFF4E0
(191,244,224)
#C7F5E4
(199,245,228)
#CFF6E8
(207,246,232)
#D7F7EC
(215,247,236)
#DFF8F0
(223,248,240)
#E7F9F4
(231,249,244)
#EFFAF8
(239,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FF0D0 color. Also use rgb(159,240,208) instead hex code.

Text Font Color

.myTextColor { color: #9FF0D0; }

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

This text font color is #9FF0D0.


Background Color

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

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

This div background color is #9FF0D0.


Border color

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

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

This div border color is #9FF0D0.


Opacity

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

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

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

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

This text has shadow with #9FF0D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FF0D0 on black background.


Color preview on white background

This text has color #9FF0D0 on white background.



Black color preview on #9FF0D0 background

This text has black color on #9FF0D0 background.


White color preview on #9FF0D0 background

This text has white color on #9FF0D0 background.