COLOR #9EF6D0

HEX: #9EF6D0
RGB: (158,246,208)

Color info

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

RGB color model

#9EF6D0 color RGB value is (158,246,208).

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

RGB channels and saturation

R 158 of 255 = 62%
G 246 of 255 = 96%
B 208 of 255 = 82%

158
246
208

R + G + B ~ 80%. #9EF6D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 246 + 208 = 612 (100%)
R 158 of 612 ~ 25.82%
G 246 of 612 ~ 40.2%
B 208 of 612 ~ 33.99%

%25.82
%40.2
%33.99

CMYK color model

#9EF6D0 color CMYK value is (36,0,15,4).

  • cyan value is 35.77%
  • magenta value is 0.00%
  • yellow value is 15.45%
  • key color value is 3.53%
CMYK:
(36,0,15,4)
C36M0Y15K4 
(36%,0%,15%,4%)
(0.36/0.00/0.15/0.04)	

CMYK percentages

%35.77
%0
%15.45
%3.53

Codes

Color #9EF6D0 in popluar color models

9EF6D0
RGB158246208
HSL154°83.02%79.22%
HSB/HSV154°35.77%96.47%
CMYK35.77%0.00%15.45%
3.53%

Color #9EF6D0 in popluar number systems.

HEX9EF6D0
Decimal158246208
Binary100111101111011011010000
Octal236366320

Shades and tints

Shades of #9EF6D0

#9EF6D0
(158,246,208)
#90E0BE
(144,224,190)
#82CAAC
(130,202,172)
#74B49A
(116,180,154)
#669E88
(102,158,136)
#588876
(88,136,118)
#4A7264
(74,114,100)
#3C5C52
(60,92,82)
#2E4640
(46,70,64)
#20302E
(32,48,46)
#121A1C
(18,26,28)
#000000
(0,0,0)

Tints of #9EF6D0

#9EF6D0
(158,246,208)
#A6F6D4
(166,246,212)
#AEF6D8
(174,246,216)
#B6F6DC
(182,246,220)
#BEF6E0
(190,246,224)
#C6F6E4
(198,246,228)
#CEF6E8
(206,246,232)
#D6F6EC
(214,246,236)
#DEF6F0
(222,246,240)
#E6F6F4
(230,246,244)
#EEF6F8
(238,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EF6D0; }

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

This text font color is #9EF6D0.


Background Color

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

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

This div background color is #9EF6D0.


Border color

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

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

This div border color is #9EF6D0.


Opacity

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

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

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

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

This text has shadow with #9EF6D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EF6D0 on black background.


Color preview on white background

This text has color #9EF6D0 on white background.



Black color preview on #9EF6D0 background

This text has black color on #9EF6D0 background.


White color preview on #9EF6D0 background

This text has white color on #9EF6D0 background.