COLOR #9EDAB1

HEX: #9EDAB1 RGB: (158,218,177)

Color info

#9EDAB1 contains mainly green and blue colors. Web safe color of #9EDAB1 is #99CC99 (or #9C9).

RGB color model

#9EDAB1 color RGB value is (158,218,177).

RGB: (158,218,177) (62%, 85%, 69%)

RGB channels and saturation

R 158 of 255 = 62%
G 218 of 255 = 85%
B 177 of 255 = 69%

158
218
177

R + G + B ~ 72%. #9EDAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 218 + 177 = 553 (100%)
R 158 of 553 ~ 28.57%
G 218 of 553 ~ 39.42%
B 177 of 553 ~ 32.01'%

%28.57
%39.42
%32.01

CMYK color model

#9EDAB1 color CMYK value is (28,0,19,15).

  • cyan value is 27.52%
  • magenta value is 0.00%
  • yellow value is 18.81%
  • key color value is 14.51%
CMYK: (28,0,19,15) C28M0Y19K15 (28%,0%,19%,15%) (0.28/0.00/0.19/0.15) 

CMYK percentages

%27.52
%0
%18.81
%14.51

Codes

Color #9EDAB1 in popluar color models

9E DA B1
RGB 158 218 177
HSL 139° 44.78% 73.73%
HSB/HSV 139° 27.52% 85.49%
CMYK 27.52% 0.00% 18.81%
14.51%

Color #9EDAB1 in popluar number systems.

HEX 9E DA B1
Decimal 158 218 177
Binary 10011110 11011010 10110001
Octal 236 332 261

Shades and tints

Shades of #9EDAB1

#9EDAB1
(158,218,177)
#90C7A1
(144,199,161)
#82B491
(130,180,145)
#74A181
(116,161,129)
#668E71
(102,142,113)
#587B61
(88,123,97)
#4A6851
(74,104,81)
#3C5541
(60,85,65)
#2E4231
(46,66,49)
#202F21
(32,47,33)
#121C11
(18,28,17)
#000000
(0,0,0)

Tints of #9EDAB1

#9EDAB1
(158,218,177)
#A6DDB8
(166,221,184)
#AEE0BF
(174,224,191)
#B6E3C6
(182,227,198)
#BEE6CD
(190,230,205)
#C6E9D4
(198,233,212)
#CEECDB
(206,236,219)
#D6EFE2
(214,239,226)
#DEF2E9
(222,242,233)
#E6F5F0
(230,245,240)
#EEF8F7
(238,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EDAB1; }

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

This text font color is #9EDAB1.

Background Color

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

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

This div background color is #9EDAB1.

Border color

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

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

This div border color is #9EDAB1.

Opacity

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

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

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

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

This text has shadow with #9EDAB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EDAB1.

Preview

Color preview on black background

This text has color #9EDAB1 on black background.


Color preview on white background

This text has color #9EDAB1 on white background.


Black color preview on #9EDAB1 background

This text has black color on #9EDAB1 background.


White color preview on #9EDAB1 background

This text has white color on #9EDAB1 background.


Related colors

Complementary color

Complementary color for #hex is #61254E.


I love getcolorcode.com

Triadic colors

1 #B19EDA and #DAB19E with #9EDAB1 are triadic colors.

2 #B1DA9E and #DA9EB1 with #9EDAB1 are triadic colors.