COLOR #9ED4BC

HEX: #9ED4BC
RGB: (158,212,188)

Color info

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

RGB color model

#9ED4BC color RGB value is (158,212,188).

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

RGB channels and saturation

R 158 of 255 = 62%
G 212 of 255 = 83%
B 188 of 255 = 74%

158
212
188

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

Portions of RGB colors in percentages

R + G + B =
158 + 212 + 188 = 558 (100%)
R 158 of 558 ~ 28.32%
G 212 of 558 ~ 37.99%
B 188 of 558 ~ 33.69%

%28.32
%37.99
%33.69

CMYK color model

#9ED4BC color CMYK value is (25,0,11,17).

  • cyan value is 25.47%
  • magenta value is 0.00%
  • yellow value is 11.32%
  • key color value is 16.86%
CMYK:
(25,0,11,17)
C25M0Y11K17 
(25%,0%,11%,17%)
(0.25/0.00/0.11/0.17)	

CMYK percentages

%25.47
%0
%11.32
%16.86

Codes

Color #9ED4BC in popluar color models

9ED4BC
RGB158212188
HSL153°38.57%72.55%
HSB/HSV153°25.47%83.14%
CMYK25.47%0.00%11.32%
16.86%

Color #9ED4BC in popluar number systems.

HEX9ED4BC
Decimal158212188
Binary100111101101010010111100
Octal236324274

Shades and tints

Shades of #9ED4BC

#9ED4BC
(158,212,188)
#90C1AB
(144,193,171)
#82AE9A
(130,174,154)
#749B89
(116,155,137)
#668878
(102,136,120)
#587567
(88,117,103)
#4A6256
(74,98,86)
#3C4F45
(60,79,69)
#2E3C34
(46,60,52)
#202923
(32,41,35)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #9ED4BC

#9ED4BC
(158,212,188)
#A6D7C2
(166,215,194)
#AEDAC8
(174,218,200)
#B6DDCE
(182,221,206)
#BEE0D4
(190,224,212)
#C6E3DA
(198,227,218)
#CEE6E0
(206,230,224)
#D6E9E6
(214,233,230)
#DEECEC
(222,236,236)
#E6EFF2
(230,239,242)
#EEF2F8
(238,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ED4BC; }

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

This text font color is #9ED4BC.


Background Color

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

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

This div background color is #9ED4BC.


Border color

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

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

This div border color is #9ED4BC.


Opacity

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

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

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

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

This text has shadow with #9ED4BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED4BC on black background.


Color preview on white background

This text has color #9ED4BC on white background.



Black color preview on #9ED4BC background

This text has black color on #9ED4BC background.


White color preview on #9ED4BC background

This text has white color on #9ED4BC background.