COLOR #9EDABE

HEX: #9EDABE RGB: (158,218,190)

Color info

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

RGB color model

#9EDABE color RGB value is (158,218,190).

RGB: (158,218,190) (62%, 85%, 75%)

RGB channels and saturation

R 158 of 255 = 62%
G 218 of 255 = 85%
B 190 of 255 = 75%

158
218
190

R + G + B ~ 74%. #9EDABE is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 218 + 190 = 566 (100%)
R 158 of 566 ~ 27.92%
G 218 of 566 ~ 38.52%
B 190 of 566 ~ 33.57'%

%27.92
%38.52
%33.57

CMYK color model

#9EDABE color CMYK value is (28,0,13,15).

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

CMYK: (28,0,13,15)
C28M0Y13K15 (28%, 0%, 13%, 15%)
(0.28 / 0.00 / 0.13 / 0.15)

CMYK percentages

%27.52
%0
%12.84
%14.51

Codes

Color #9EDABE in popluar color models

9E DA BE
RGB 158 218 190
HSL 152° 44.78% 73.73%
HSB/HSV 152° 27.52% 85.49%
CMYK 27.52% 0.00% 12.84%
14.51%

Color #9EDABE in popluar number systems.

HEX 9E DA BE
Decimal 158 218 190
Binary 10011110 11011010 10111110
Octal 236 332 276

Shades and tints

Shades of #9EDABE

#9EDABE
(158,218,190)
#90C7AD
(144,199,173)
#82B49C
(130,180,156)
#74A18B
(116,161,139)
#668E7A
(102,142,122)
#587B69
(88,123,105)
#4A6858
(74,104,88)
#3C5547
(60,85,71)
#2E4236
(46,66,54)
#202F25
(32,47,37)
#121C14
(18,28,20)
#000000
(0,0,0)

Tints of #9EDABE

#9EDABE
(158,218,190)
#A6DDC3
(166,221,195)
#AEE0C8
(174,224,200)
#B6E3CD
(182,227,205)
#BEE6D2
(190,230,210)
#C6E9D7
(198,233,215)
#CEECDC
(206,236,220)
#D6EFE1
(214,239,225)
#DEF2E6
(222,242,230)
#E6F5EB
(230,245,235)
#EEF8F0
(238,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EDABE; }

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

This text font color is #9EDABE.

Background Color

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

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

This div background color is #9EDABE.

Border color

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

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

This div border color is #9EDABE.

Opacity

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

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

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

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

This text has shadow with #9EDABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EDABE.

Preview

Color preview on black background

This text has color #9EDABE on black background.


Color preview on white background

This text has color #9EDABE on white background.


Black color preview on #9EDABE background

This text has black color on #9EDABE background.


White color preview on #9EDABE background

This text has white color on #9EDABE background.


Related colors

Complementary color

Complementary color for #hex is #612541.


I love getcolorcode.com

Triadic colors

1 #BE9EDA and #DABE9E with #9EDABE are triadic colors.

2 #BEDA9E and #DA9EBE with #9EDABE are triadic colors.