COLOR #9FF8DB

HEX: #9FF8DB
RGB: (159,248,219)

Color info

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

RGB color model

#9FF8DB color RGB value is (159,248,219).

  • red value is 159;
  • green value is 248;
  • blue value is 219.
RGB:
(159,248,219)
(62%,97%,86%)

RGB channels and saturation

R 159 of 255 = 62%
G 248 of 255 = 97%
B 219 of 255 = 86%

159
248
219

R + G + B ~ 82%. #9FF8DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 248 + 219 = 626 (100%)
R 159 of 626 ~ 25.4%
G 248 of 626 ~ 39.62%
B 219 of 626 ~ 34.98%

%25.4
%39.62
%34.98

CMYK color model

#9FF8DB color CMYK value is (36,0,12,3).

  • cyan value is 35.89%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 2.75%
CMYK:
(36,0,12,3)
C36M0Y12K3 
(36%,0%,12%,3%)
(0.36/0.00/0.12/0.03)	

CMYK percentages

%35.89
%0
%11.69
%2.75

Codes

Color #9FF8DB in popluar color models

9FF8DB
RGB159248219
HSL160°86.41%79.80%
HSB/HSV160°35.89%97.25%
CMYK35.89%0.00%11.69%
2.75%

Color #9FF8DB in popluar number systems.

HEX9FF8DB
Decimal159248219
Binary100111111111100011011011
Octal237370333

Shades and tints

Shades of #9FF8DB

#9FF8DB
(159,248,219)
#91E2C8
(145,226,200)
#83CCB5
(131,204,181)
#75B6A2
(117,182,162)
#67A08F
(103,160,143)
#598A7C
(89,138,124)
#4B7469
(75,116,105)
#3D5E56
(61,94,86)
#2F4843
(47,72,67)
#213230
(33,50,48)
#131C1D
(19,28,29)
#000000
(0,0,0)

Tints of #9FF8DB

#9FF8DB
(159,248,219)
#A7F8DE
(167,248,222)
#AFF8E1
(175,248,225)
#B7F8E4
(183,248,228)
#BFF8E7
(191,248,231)
#C7F8EA
(199,248,234)
#CFF8ED
(207,248,237)
#D7F8F0
(215,248,240)
#DFF8F3
(223,248,243)
#E7F8F6
(231,248,246)
#EFF8F9
(239,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FF8DB color. Also use rgb(159,248,219) instead hex code.

Text Font Color

.myTextColor { color: #9FF8DB; }

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

This text font color is #9FF8DB.


Background Color

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

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

This div background color is #9FF8DB.


Border color

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

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

This div border color is #9FF8DB.


Opacity

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

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

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

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

This text has shadow with #9FF8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FF8DB on black background.


Color preview on white background

This text has color #9FF8DB on white background.



Black color preview on #9FF8DB background

This text has black color on #9FF8DB background.


White color preview on #9FF8DB background

This text has white color on #9FF8DB background.