COLOR #9EDFB1

HEX: #9EDFB1 RGB: (158,223,177)

Color info

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

RGB color model

#9EDFB1 color RGB value is (158,223,177).

RGB: (158,223,177) (62%, 87%, 69%)

RGB channels and saturation

R 158 of 255 = 62%
G 223 of 255 = 87%
B 177 of 255 = 69%

158
223
177

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

Portions of RGB colors in percentages

R + G + B = 158 + 223 + 177 = 558 (100%)
R 158 of 558 ~ 28.32%
G 223 of 558 ~ 39.96%
B 177 of 558 ~ 31.72'%

%28.32
%39.96
%31.72

CMYK color model

#9EDFB1 color CMYK value is (29,0,21,13).

  • cyan value is 29.15%
  • magenta value is 0.00%
  • yellow value is 20.63%
  • key color value is 12.55%

CMYK: (29,0,21,13)
C29M0Y21K13 (29%, 0%, 21%, 13%)
(0.29 / 0.00 / 0.21 / 0.13)

CMYK percentages

%29.15
%0
%20.63
%12.55

Codes

Color #9EDFB1 in popluar color models

9E DF B1
RGB 158 223 177
HSL 138° 50.39% 74.71%
HSB/HSV 138° 29.15% 87.45%
CMYK 29.15% 0.00% 20.63%
12.55%

Color #9EDFB1 in popluar number systems.

HEX 9E DF B1
Decimal 158 223 177
Binary 10011110 11011111 10110001
Octal 236 337 261

Shades and tints

Shades of #9EDFB1

#9EDFB1
(158,223,177)
#90CBA1
(144,203,161)
#82B791
(130,183,145)
#74A381
(116,163,129)
#668F71
(102,143,113)
#587B61
(88,123,97)
#4A6751
(74,103,81)
#3C5341
(60,83,65)
#2E3F31
(46,63,49)
#202B21
(32,43,33)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #9EDFB1

#9EDFB1
(158,223,177)
#A6E1B8
(166,225,184)
#AEE3BF
(174,227,191)
#B6E5C6
(182,229,198)
#BEE7CD
(190,231,205)
#C6E9D4
(198,233,212)
#CEEBDB
(206,235,219)
#D6EDE2
(214,237,226)
#DEEFE9
(222,239,233)
#E6F1F0
(230,241,240)
#EEF3F7
(238,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EDFB1; }

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

This text font color is #9EDFB1.

Background Color

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

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

This div background color is #9EDFB1.

Border color

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

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

This div border color is #9EDFB1.

Opacity

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

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

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

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

This text has shadow with #9EDFB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EDFB1.

Preview

Color preview on black background

This text has color #9EDFB1 on black background.


Color preview on white background

This text has color #9EDFB1 on white background.


Black color preview on #9EDFB1 background

This text has black color on #9EDFB1 background.


White color preview on #9EDFB1 background

This text has white color on #9EDFB1 background.


Related colors

Complementary color

Complementary color for #hex is #61204E.


I love getcolorcode.com

Triadic colors

1 #B19EDF and #DFB19E with #9EDFB1 are triadic colors.

2 #B1DF9E and #DF9EB1 with #9EDFB1 are triadic colors.