COLOR #9EF6DA

HEX: #9EF6DA
RGB: (158,246,218)

Color info

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

RGB color model

#9EF6DA color RGB value is (158,246,218).

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

RGB channels and saturation

R 158 of 255 = 62%
G 246 of 255 = 96%
B 218 of 255 = 85%

158
246
218

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

Portions of RGB colors in percentages

R + G + B =
158 + 246 + 218 = 622 (100%)
R 158 of 622 ~ 25.4%
G 246 of 622 ~ 39.55%
B 218 of 622 ~ 35.05%

%25.4
%39.55
%35.05

CMYK color model

#9EF6DA color CMYK value is (36,0,11,4).

  • cyan value is 35.77%
  • magenta value is 0.00%
  • yellow value is 11.38%
  • key color value is 3.53%
CMYK:
(36,0,11,4)
C36M0Y11K4 
(36%,0%,11%,4%)
(0.36/0.00/0.11/0.04)	

CMYK percentages

%35.77
%0
%11.38
%3.53

Codes

Color #9EF6DA in popluar color models

9EF6DA
RGB158246218
HSL161°83.02%79.22%
HSB/HSV161°35.77%96.47%
CMYK35.77%0.00%11.38%
3.53%

Color #9EF6DA in popluar number systems.

HEX9EF6DA
Decimal158246218
Binary100111101111011011011010
Octal236366332

Shades and tints

Shades of #9EF6DA

#9EF6DA
(158,246,218)
#90E0C7
(144,224,199)
#82CAB4
(130,202,180)
#74B4A1
(116,180,161)
#669E8E
(102,158,142)
#58887B
(88,136,123)
#4A7268
(74,114,104)
#3C5C55
(60,92,85)
#2E4642
(46,70,66)
#20302F
(32,48,47)
#121A1C
(18,26,28)
#000000
(0,0,0)

Tints of #9EF6DA

#9EF6DA
(158,246,218)
#A6F6DD
(166,246,221)
#AEF6E0
(174,246,224)
#B6F6E3
(182,246,227)
#BEF6E6
(190,246,230)
#C6F6E9
(198,246,233)
#CEF6EC
(206,246,236)
#D6F6EF
(214,246,239)
#DEF6F2
(222,246,242)
#E6F6F5
(230,246,245)
#EEF6F8
(238,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EF6DA color. Also use rgb(158,246,218) instead hex code.

Text Font Color

.myTextColor { color: #9EF6DA; }

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

This text font color is #9EF6DA.


Background Color

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

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

This div background color is #9EF6DA.


Border color

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

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

This div border color is #9EF6DA.


Opacity

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

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

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

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

This text has shadow with #9EF6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EF6DA on black background.


Color preview on white background

This text has color #9EF6DA on white background.



Black color preview on #9EF6DA background

This text has black color on #9EF6DA background.


White color preview on #9EF6DA background

This text has white color on #9EF6DA background.