COLOR #9ED3BD

HEX: #9ED3BD
RGB: (158,211,189)

Color info

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

RGB color model

#9ED3BD color RGB value is (158,211,189).

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

RGB channels and saturation

R 158 of 255 = 62%
G 211 of 255 = 83%
B 189 of 255 = 74%

158
211
189

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

Portions of RGB colors in percentages

R + G + B =
158 + 211 + 189 = 558 (100%)
R 158 of 558 ~ 28.32%
G 211 of 558 ~ 37.81%
B 189 of 558 ~ 33.87%

%28.32
%37.81
%33.87

CMYK color model

#9ED3BD color CMYK value is (25,0,10,17).

  • cyan value is 25.12%
  • magenta value is 0.00%
  • yellow value is 10.43%
  • key color value is 17.25%
CMYK:
(25,0,10,17)
C25M0Y10K17 
(25%,0%,10%,17%)
(0.25/0.00/0.10/0.17)	

CMYK percentages

%25.12
%0
%10.43
%17.25

Codes

Color #9ED3BD in popluar color models

9ED3BD
RGB158211189
HSL155°37.59%72.35%
HSB/HSV155°25.12%82.75%
CMYK25.12%0.00%10.43%
17.25%

Color #9ED3BD in popluar number systems.

HEX9ED3BD
Decimal158211189
Binary100111101101001110111101
Octal236323275

Shades and tints

Shades of #9ED3BD

#9ED3BD
(158,211,189)
#90C0AC
(144,192,172)
#82AD9B
(130,173,155)
#749A8A
(116,154,138)
#668779
(102,135,121)
#587468
(88,116,104)
#4A6157
(74,97,87)
#3C4E46
(60,78,70)
#2E3B35
(46,59,53)
#202824
(32,40,36)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #9ED3BD

#9ED3BD
(158,211,189)
#A6D7C3
(166,215,195)
#AEDBC9
(174,219,201)
#B6DFCF
(182,223,207)
#BEE3D5
(190,227,213)
#C6E7DB
(198,231,219)
#CEEBE1
(206,235,225)
#D6EFE7
(214,239,231)
#DEF3ED
(222,243,237)
#E6F7F3
(230,247,243)
#EEFBF9
(238,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED3BD color. Also use rgb(158,211,189) instead hex code.

Text Font Color

.myTextColor { color: #9ED3BD; }

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

This text font color is #9ED3BD.


Background Color

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

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

This div background color is #9ED3BD.


Border color

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

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

This div border color is #9ED3BD.


Opacity

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

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

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

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

This text has shadow with #9ED3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED3BD on black background.


Color preview on white background

This text has color #9ED3BD on white background.



Black color preview on #9ED3BD background

This text has black color on #9ED3BD background.


White color preview on #9ED3BD background

This text has white color on #9ED3BD background.