COLOR #9EDABB

HEX: #9EDABB RGB: (158,218,187)

Color info

#9EDABB contains mainly green and blue colors. Web safe color of #9EDABB is #99CCCC (or #9CC).

RGB color model

#9EDABB color RGB value is (158,218,187).

RGB: (158,218,187) (62%, 85%, 73%)

RGB channels and saturation

R 158 of 255 = 62%
G 218 of 255 = 85%
B 187 of 255 = 73%

158
218
187

R + G + B ~ 73%. #9EDABB is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 218 + 187 = 563 (100%)
R 158 of 563 ~ 28.06%
G 218 of 563 ~ 38.72%
B 187 of 563 ~ 33.21'%

%28.06
%38.72
%33.21

CMYK color model

#9EDABB color CMYK value is (28,0,14,15).

  • cyan value is 27.52%
  • magenta value is 0.00%
  • yellow value is 14.22%
  • key color value is 14.51%

CMYK: (28,0,14,15)
C28M0Y14K15 (28%, 0%, 14%, 15%)
(0.28 / 0.00 / 0.14 / 0.15)

CMYK percentages

%27.52
%0
%14.22
%14.51

Codes

Color #9EDABB in popluar color models

9E DA BB
RGB 158 218 187
HSL 149° 44.78% 73.73%
HSB/HSV 149° 27.52% 85.49%
CMYK 27.52% 0.00% 14.22%
14.51%

Color #9EDABB in popluar number systems.

HEX 9E DA BB
Decimal 158 218 187
Binary 10011110 11011010 10111011
Octal 236 332 273

Shades and tints

Shades of #9EDABB

#9EDABB
(158,218,187)
#90C7AA
(144,199,170)
#82B499
(130,180,153)
#74A188
(116,161,136)
#668E77
(102,142,119)
#587B66
(88,123,102)
#4A6855
(74,104,85)
#3C5544
(60,85,68)
#2E4233
(46,66,51)
#202F22
(32,47,34)
#121C11
(18,28,17)
#000000
(0,0,0)

Tints of #9EDABB

#9EDABB
(158,218,187)
#A6DDC1
(166,221,193)
#AEE0C7
(174,224,199)
#B6E3CD
(182,227,205)
#BEE6D3
(190,230,211)
#C6E9D9
(198,233,217)
#CEECDF
(206,236,223)
#D6EFE5
(214,239,229)
#DEF2EB
(222,242,235)
#E6F5F1
(230,245,241)
#EEF8F7
(238,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EDABB; }

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

This text font color is #9EDABB.

Background Color

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

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

This div background color is #9EDABB.

Border color

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

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

This div border color is #9EDABB.

Opacity

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

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

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

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

This text has shadow with #9EDABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EDABB.

Preview

Color preview on black background

This text has color #9EDABB on black background.


Color preview on white background

This text has color #9EDABB on white background.


Black color preview on #9EDABB background

This text has black color on #9EDABB background.


White color preview on #9EDABB background

This text has white color on #9EDABB background.


Related colors

Complementary color

Complementary color for #hex is #612544.


I love getcolorcode.com

Triadic colors

1 #BB9EDA and #DABB9E with #9EDABB are triadic colors.

2 #BBDA9E and #DA9EBB with #9EDABB are triadic colors.