COLOR #9EFBB0

HEX: #9EFBB0 RGB: (158,251,176)

Color info

#9EFBB0 contains mainly green color. Web safe color of #9EFBB0 is #99FF99 (or #9F9).

RGB color model

#9EFBB0 color RGB value is (158,251,176).

RGB: (158,251,176) (62%, 98%, 69%)

RGB channels and saturation

R 158 of 255 = 62%
G 251 of 255 = 98%
B 176 of 255 = 69%

158
251
176

R + G + B ~ 76%. #9EFBB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 251 + 176 = 585 (100%)
R 158 of 585 ~ 27.01%
G 251 of 585 ~ 42.91%
B 176 of 585 ~ 30.09'%

%27.01
%42.91
%30.09

CMYK color model

#9EFBB0 color CMYK value is (37,0,30,2).

  • cyan value is 37.05%
  • magenta value is 0.00%
  • yellow value is 29.88%
  • key color value is 1.57%

CMYK: (37,0,30,2)
C37M0Y30K2 (37%, 0%, 30%, 2%)
(0.37 / 0.00 / 0.30 / 0.02)

CMYK percentages

%37.05
%0
%29.88
%1.57

Codes

Color #9EFBB0 in popluar color models

9E FB B0
RGB 158 251 176
HSL 132° 92.08% 80.20%
HSB/HSV 132° 37.05% 98.43%
CMYK 37.05% 0.00% 29.88%
1.57%

Color #9EFBB0 in popluar number systems.

HEX 9E FB B0
Decimal 158 251 176
Binary 10011110 11111011 10110000
Octal 236 373 260

Shades and tints

Shades of #9EFBB0

#9EFBB0
(158,251,176)
#90E5A0
(144,229,160)
#82CF90
(130,207,144)
#74B980
(116,185,128)
#66A370
(102,163,112)
#588D60
(88,141,96)
#4A7750
(74,119,80)
#3C6140
(60,97,64)
#2E4B30
(46,75,48)
#203520
(32,53,32)
#121F10
(18,31,16)
#000000
(0,0,0)

Tints of #9EFBB0

#9EFBB0
(158,251,176)
#A6FBB7
(166,251,183)
#AEFBBE
(174,251,190)
#B6FBC5
(182,251,197)
#BEFBCC
(190,251,204)
#C6FBD3
(198,251,211)
#CEFBDA
(206,251,218)
#D6FBE1
(214,251,225)
#DEFBE8
(222,251,232)
#E6FBEF
(230,251,239)
#EEFBF6
(238,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EFBB0 color. Also use rgb(158,251,176) instead hex code.

Text Font Color

.myTextColor { color: #9EFBB0; }

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

This text font color is #9EFBB0.

Background Color

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

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

This div background color is #9EFBB0.

Border color

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

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

This div border color is #9EFBB0.

Opacity

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

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

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

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

This text has shadow with #9EFBB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EFBB0.

Preview

Color preview on black background

This text has color #9EFBB0 on black background.


Color preview on white background

This text has color #9EFBB0 on white background.


Black color preview on #9EFBB0 background

This text has black color on #9EFBB0 background.


White color preview on #9EFBB0 background

This text has white color on #9EFBB0 background.


Related colors

Complementary color

Complementary color for #hex is #61044F.


I love getcolorcode.com

Triadic colors

1 #B09EFB and #FBB09E with #9EFBB0 are triadic colors.

2 #B0FB9E and #FB9EB0 with #9EFBB0 are triadic colors.