COLOR #9EF6BD

HEX: #9EF6BD
RGB: (158,246,189)

Color info

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

RGB color model

#9EF6BD color RGB value is (158,246,189).

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

RGB channels and saturation

R 158 of 255 = 62%
G 246 of 255 = 96%
B 189 of 255 = 74%

158
246
189

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

Portions of RGB colors in percentages

R + G + B =
158 + 246 + 189 = 593 (100%)
R 158 of 593 ~ 26.64%
G 246 of 593 ~ 41.48%
B 189 of 593 ~ 31.87%

%26.64
%41.48
%31.87

CMYK color model

#9EF6BD color CMYK value is (36,0,23,4).

  • cyan value is 35.77%
  • magenta value is 0.00%
  • yellow value is 23.17%
  • key color value is 3.53%
CMYK:
(36,0,23,4)
C36M0Y23K4 
(36%,0%,23%,4%)
(0.36/0.00/0.23/0.04)	

CMYK percentages

%35.77
%0
%23.17
%3.53

Codes

Color #9EF6BD in popluar color models

9EF6BD
RGB158246189
HSL141°83.02%79.22%
HSB/HSV141°35.77%96.47%
CMYK35.77%0.00%23.17%
3.53%

Color #9EF6BD in popluar number systems.

HEX9EF6BD
Decimal158246189
Binary100111101111011010111101
Octal236366275

Shades and tints

Shades of #9EF6BD

#9EF6BD
(158,246,189)
#90E0AC
(144,224,172)
#82CA9B
(130,202,155)
#74B48A
(116,180,138)
#669E79
(102,158,121)
#588868
(88,136,104)
#4A7257
(74,114,87)
#3C5C46
(60,92,70)
#2E4635
(46,70,53)
#203024
(32,48,36)
#121A13
(18,26,19)
#000000
(0,0,0)

Tints of #9EF6BD

#9EF6BD
(158,246,189)
#A6F6C3
(166,246,195)
#AEF6C9
(174,246,201)
#B6F6CF
(182,246,207)
#BEF6D5
(190,246,213)
#C6F6DB
(198,246,219)
#CEF6E1
(206,246,225)
#D6F6E7
(214,246,231)
#DEF6ED
(222,246,237)
#E6F6F3
(230,246,243)
#EEF6F9
(238,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EF6BD; }

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

This text font color is #9EF6BD.


Background Color

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

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

This div background color is #9EF6BD.


Border color

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

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

This div border color is #9EF6BD.


Opacity

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

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

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

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

This text has shadow with #9EF6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EF6BD on black background.


Color preview on white background

This text has color #9EF6BD on white background.



Black color preview on #9EF6BD background

This text has black color on #9EF6BD background.


White color preview on #9EF6BD background

This text has white color on #9EF6BD background.