COLOR #9ED7B1

HEX: #9ED7B1
RGB: (158,215,177)

Color info

#9ED7B1 contains red, green and blue colors in about the same proportion. Web safe color of #9ED7B1 is #99CC99 (or #9C9).

RGB color model

#9ED7B1 color RGB value is (158,215,177).

  • red value is 158;
  • green value is 215;
  • blue value is 177.
RGB:
(158,215,177)
(62%,84%,69%)

RGB channels and saturation

R 158 of 255 = 62%
G 215 of 255 = 84%
B 177 of 255 = 69%

158
215
177

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

Portions of RGB colors in percentages

R + G + B =
158 + 215 + 177 = 550 (100%)
R 158 of 550 ~ 28.73%
G 215 of 550 ~ 39.09%
B 177 of 550 ~ 32.18%

%28.73
%39.09
%32.18

CMYK color model

#9ED7B1 color CMYK value is (27,0,18,16).

  • cyan value is 26.51%
  • magenta value is 0.00%
  • yellow value is 17.67%
  • key color value is 15.69%
CMYK:
(27,0,18,16)
C27M0Y18K16 
(27%,0%,18%,16%)
(0.27/0.00/0.18/0.16)	

CMYK percentages

%26.51
%0
%17.67
%15.69

Codes

Color #9ED7B1 in popluar color models

9ED7B1
RGB158215177
HSL140°41.61%73.14%
HSB/HSV140°26.51%84.31%
CMYK26.51%0.00%17.67%
15.69%

Color #9ED7B1 in popluar number systems.

HEX9ED7B1
Decimal158215177
Binary100111101101011110110001
Octal236327261

Shades and tints

Shades of #9ED7B1

#9ED7B1
(158,215,177)
#90C4A1
(144,196,161)
#82B191
(130,177,145)
#749E81
(116,158,129)
#668B71
(102,139,113)
#587861
(88,120,97)
#4A6551
(74,101,81)
#3C5241
(60,82,65)
#2E3F31
(46,63,49)
#202C21
(32,44,33)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #9ED7B1

#9ED7B1
(158,215,177)
#A6DAB8
(166,218,184)
#AEDDBF
(174,221,191)
#B6E0C6
(182,224,198)
#BEE3CD
(190,227,205)
#C6E6D4
(198,230,212)
#CEE9DB
(206,233,219)
#D6ECE2
(214,236,226)
#DEEFE9
(222,239,233)
#E6F2F0
(230,242,240)
#EEF5F7
(238,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ED7B1; }

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

This text font color is #9ED7B1.


Background Color

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

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

This div background color is #9ED7B1.


Border color

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

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

This div border color is #9ED7B1.


Opacity

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

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

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

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

This text has shadow with #9ED7B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED7B1 on black background.


Color preview on white background

This text has color #9ED7B1 on white background.



Black color preview on #9ED7B1 background

This text has black color on #9ED7B1 background.


White color preview on #9ED7B1 background

This text has white color on #9ED7B1 background.