COLOR #9ED4B4

HEX: #9ED4B4
RGB: (158,212,180)

Color info

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

RGB color model

#9ED4B4 color RGB value is (158,212,180).

  • red value is 158;
  • green value is 212;
  • blue value is 180.
RGB:
(158,212,180)
(62%,83%,71%)

RGB channels and saturation

R 158 of 255 = 62%
G 212 of 255 = 83%
B 180 of 255 = 71%

158
212
180

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

Portions of RGB colors in percentages

R + G + B =
158 + 212 + 180 = 550 (100%)
R 158 of 550 ~ 28.73%
G 212 of 550 ~ 38.55%
B 180 of 550 ~ 32.73%

%28.73
%38.55
%32.73

CMYK color model

#9ED4B4 color CMYK value is (25,0,15,17).

  • cyan value is 25.47%
  • magenta value is 0.00%
  • yellow value is 15.09%
  • key color value is 16.86%
CMYK:
(25,0,15,17)
C25M0Y15K17 
(25%,0%,15%,17%)
(0.25/0.00/0.15/0.17)	

CMYK percentages

%25.47
%0
%15.09
%16.86

Codes

Color #9ED4B4 in popluar color models

9ED4B4
RGB158212180
HSL144°38.57%72.55%
HSB/HSV144°25.47%83.14%
CMYK25.47%0.00%15.09%
16.86%

Color #9ED4B4 in popluar number systems.

HEX9ED4B4
Decimal158212180
Binary100111101101010010110100
Octal236324264

Shades and tints

Shades of #9ED4B4

#9ED4B4
(158,212,180)
#90C1A4
(144,193,164)
#82AE94
(130,174,148)
#749B84
(116,155,132)
#668874
(102,136,116)
#587564
(88,117,100)
#4A6254
(74,98,84)
#3C4F44
(60,79,68)
#2E3C34
(46,60,52)
#202924
(32,41,36)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #9ED4B4

#9ED4B4
(158,212,180)
#A6D7BA
(166,215,186)
#AEDAC0
(174,218,192)
#B6DDC6
(182,221,198)
#BEE0CC
(190,224,204)
#C6E3D2
(198,227,210)
#CEE6D8
(206,230,216)
#D6E9DE
(214,233,222)
#DEECE4
(222,236,228)
#E6EFEA
(230,239,234)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED4B4 color. Also use rgb(158,212,180) instead hex code.

Text Font Color

.myTextColor { color: #9ED4B4; }

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

This text font color is #9ED4B4.


Background Color

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

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

This div background color is #9ED4B4.


Border color

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

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

This div border color is #9ED4B4.


Opacity

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

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

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

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

This text has shadow with #9ED4B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED4B4 on black background.


Color preview on white background

This text has color #9ED4B4 on white background.



Black color preview on #9ED4B4 background

This text has black color on #9ED4B4 background.


White color preview on #9ED4B4 background

This text has white color on #9ED4B4 background.