COLOR #9EEDBB

HEX: #9EEDBB
RGB: (158,237,187)

Color info

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

RGB color model

#9EEDBB color RGB value is (158,237,187).

  • red value is 158;
  • green value is 237;
  • blue value is 187.
RGB:
(158,237,187)
(62%,93%,73%)

RGB channels and saturation

R 158 of 255 = 62%
G 237 of 255 = 93%
B 187 of 255 = 73%

158
237
187

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

Portions of RGB colors in percentages

R + G + B =
158 + 237 + 187 = 582 (100%)
R 158 of 582 ~ 27.15%
G 237 of 582 ~ 40.72%
B 187 of 582 ~ 32.13%

%27.15
%40.72
%32.13

CMYK color model

#9EEDBB color CMYK value is (33,0,21,7).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 21.10%
  • key color value is 7.06%
CMYK:
(33,0,21,7)
C33M0Y21K7 
(33%,0%,21%,7%)
(0.33/0.00/0.21/0.07)	

CMYK percentages

%33.33
%0
%21.1
%7.06

Codes

Color #9EEDBB in popluar color models

9EEDBB
RGB158237187
HSL142°68.70%77.45%
HSB/HSV142°33.33%92.94%
CMYK33.33%0.00%21.10%
7.06%

Color #9EEDBB in popluar number systems.

HEX9EEDBB
Decimal158237187
Binary100111101110110110111011
Octal236355273

Shades and tints

Shades of #9EEDBB

#9EEDBB
(158,237,187)
#90D8AA
(144,216,170)
#82C399
(130,195,153)
#74AE88
(116,174,136)
#669977
(102,153,119)
#588466
(88,132,102)
#4A6F55
(74,111,85)
#3C5A44
(60,90,68)
#2E4533
(46,69,51)
#203022
(32,48,34)
#121B11
(18,27,17)
#000000
(0,0,0)

Tints of #9EEDBB

#9EEDBB
(158,237,187)
#A6EEC1
(166,238,193)
#AEEFC7
(174,239,199)
#B6F0CD
(182,240,205)
#BEF1D3
(190,241,211)
#C6F2D9
(198,242,217)
#CEF3DF
(206,243,223)
#D6F4E5
(214,244,229)
#DEF5EB
(222,245,235)
#E6F6F1
(230,246,241)
#EEF7F7
(238,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EEDBB color. Also use rgb(158,237,187) instead hex code.

Text Font Color

.myTextColor { color: #9EEDBB; }

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

This text font color is #9EEDBB.


Background Color

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

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

This div background color is #9EEDBB.


Border color

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

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

This div border color is #9EEDBB.


Opacity

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

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

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

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

This text has shadow with #9EEDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EEDBB on black background.


Color preview on white background

This text has color #9EEDBB on white background.



Black color preview on #9EEDBB background

This text has black color on #9EEDBB background.


White color preview on #9EEDBB background

This text has white color on #9EEDBB background.