COLOR #9EF6B9

HEX: #9EF6B9 RGB: (158,246,185)

Color info

#9EF6B9 contains mainly green color. Web safe color of #9EF6B9 is #99FFCC (or #9FC).

RGB color model

#9EF6B9 color RGB value is (158,246,185).

RGB: (158,246,185) (62%, 96%, 73%)

RGB channels and saturation

R 158 of 255 = 62%
G 246 of 255 = 96%
B 185 of 255 = 73%

158
246
185

R + G + B ~ 77%. #9EF6B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 246 + 185 = 589 (100%)
R 158 of 589 ~ 26.83%
G 246 of 589 ~ 41.77%
B 185 of 589 ~ 31.41'%

%26.83
%41.77
%31.41

CMYK color model

#9EF6B9 color CMYK value is (36,0,25,4).

  • cyan value is 35.77%
  • magenta value is 0.00%
  • yellow value is 24.80%
  • key color value is 3.53%

CMYK: (36,0,25,4)
C36M0Y25K4 (36%, 0%, 25%, 4%)
(0.36 / 0.00 / 0.25 / 0.04)

CMYK percentages

%35.77
%0
%24.8
%3.53

Codes

Color #9EF6B9 in popluar color models

9E F6 B9
RGB 158 246 185
HSL 138° 83.02% 79.22%
HSB/HSV 138° 35.77% 96.47%
CMYK 35.77% 0.00% 24.80%
3.53%

Color #9EF6B9 in popluar number systems.

HEX 9E F6 B9
Decimal 158 246 185
Binary 10011110 11110110 10111001
Octal 236 366 271

Shades and tints

Shades of #9EF6B9

#9EF6B9
(158,246,185)
#90E0A9
(144,224,169)
#82CA99
(130,202,153)
#74B489
(116,180,137)
#669E79
(102,158,121)
#588869
(88,136,105)
#4A7259
(74,114,89)
#3C5C49
(60,92,73)
#2E4639
(46,70,57)
#203029
(32,48,41)
#121A19
(18,26,25)
#000000
(0,0,0)

Tints of #9EF6B9

#9EF6B9
(158,246,185)
#A6F6BF
(166,246,191)
#AEF6C5
(174,246,197)
#B6F6CB
(182,246,203)
#BEF6D1
(190,246,209)
#C6F6D7
(198,246,215)
#CEF6DD
(206,246,221)
#D6F6E3
(214,246,227)
#DEF6E9
(222,246,233)
#E6F6EF
(230,246,239)
#EEF6F5
(238,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EF6B9; }

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

This text font color is #9EF6B9.

Background Color

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

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

This div background color is #9EF6B9.

Border color

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

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

This div border color is #9EF6B9.

Opacity

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

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

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

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

This text has shadow with #9EF6B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EF6B9.

Preview

Color preview on black background

This text has color #9EF6B9 on black background.


Color preview on white background

This text has color #9EF6B9 on white background.


Black color preview on #9EF6B9 background

This text has black color on #9EF6B9 background.


White color preview on #9EF6B9 background

This text has white color on #9EF6B9 background.


Related colors

Complementary color

Complementary color for #hex is #610946.


I love getcolorcode.com

Triadic colors

1 #B99EF6 and #F6B99E with #9EF6B9 are triadic colors.

2 #B9F69E and #F69EB9 with #9EF6B9 are triadic colors.