COLOR #9EF8DB

HEX: #9EF8DB
RGB: (158,248,219)

Color info

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

RGB color model

#9EF8DB color RGB value is (158,248,219).

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

RGB channels and saturation

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

158
248
219

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

Portions of RGB colors in percentages

R + G + B =
158 + 248 + 219 = 625 (100%)
R 158 of 625 ~ 25.28%
G 248 of 625 ~ 39.68%
B 219 of 625 ~ 35.04%

%25.28
%39.68
%35.04

CMYK color model

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

  • cyan value is 36.29%
  • 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

%36.29
%0
%11.69
%2.75

Codes

Color #9EF8DB in popluar color models

9EF8DB
RGB158248219
HSL161°86.54%79.61%
HSB/HSV161°36.29%97.25%
CMYK36.29%0.00%11.69%
2.75%

Color #9EF8DB in popluar number systems.

HEX9EF8DB
Decimal158248219
Binary100111101111100011011011
Octal236370333

Shades and tints

Shades of #9EF8DB

#9EF8DB
(158,248,219)
#90E2C8
(144,226,200)
#82CCB5
(130,204,181)
#74B6A2
(116,182,162)
#66A08F
(102,160,143)
#588A7C
(88,138,124)
#4A7469
(74,116,105)
#3C5E56
(60,94,86)
#2E4843
(46,72,67)
#203230
(32,50,48)
#121C1D
(18,28,29)
#000000
(0,0,0)

Tints of #9EF8DB

#9EF8DB
(158,248,219)
#A6F8DE
(166,248,222)
#AEF8E1
(174,248,225)
#B6F8E4
(182,248,228)
#BEF8E7
(190,248,231)
#C6F8EA
(198,248,234)
#CEF8ED
(206,248,237)
#D6F8F0
(214,248,240)
#DEF8F3
(222,248,243)
#E6F8F6
(230,248,246)
#EEF8F9
(238,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EF8DB; }

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

This text font color is #9EF8DB.


Background Color

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

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

This div background color is #9EF8DB.


Border color

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

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

This div border color is #9EF8DB.


Opacity

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

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

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

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

This text has shadow with #9EF8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EF8DB on black background.


Color preview on white background

This text has color #9EF8DB on white background.



Black color preview on #9EF8DB background

This text has black color on #9EF8DB background.


White color preview on #9EF8DB background

This text has white color on #9EF8DB background.