COLOR #9ED2BF

HEX: #9ED2BF
RGB: (158,210,191)

Color info

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

RGB color model

#9ED2BF color RGB value is (158,210,191).

  • red value is 158;
  • green value is 210;
  • blue value is 191.
RGB:
(158,210,191)
(62%,82%,75%)

RGB channels and saturation

R 158 of 255 = 62%
G 210 of 255 = 82%
B 191 of 255 = 75%

158
210
191

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

Portions of RGB colors in percentages

R + G + B =
158 + 210 + 191 = 559 (100%)
R 158 of 559 ~ 28.26%
G 210 of 559 ~ 37.57%
B 191 of 559 ~ 34.17%

%28.26
%37.57
%34.17

CMYK color model

#9ED2BF color CMYK value is (25,0,9,18).

  • cyan value is 24.76%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 17.65%
CMYK:
(25,0,9,18)
C25M0Y9K18 
(25%,0%,9%,18%)
(0.25/0.00/0.09/0.18)	

CMYK percentages

%24.76
%0
%9.05
%17.65

Codes

Color #9ED2BF in popluar color models

9ED2BF
RGB158210191
HSL158°36.62%72.16%
HSB/HSV158°24.76%82.35%
CMYK24.76%0.00%9.05%
17.65%

Color #9ED2BF in popluar number systems.

HEX9ED2BF
Decimal158210191
Binary100111101101001010111111
Octal236322277

Shades and tints

Shades of #9ED2BF

#9ED2BF
(158,210,191)
#90BFAE
(144,191,174)
#82AC9D
(130,172,157)
#74998C
(116,153,140)
#66867B
(102,134,123)
#58736A
(88,115,106)
#4A6059
(74,96,89)
#3C4D48
(60,77,72)
#2E3A37
(46,58,55)
#202726
(32,39,38)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #9ED2BF

#9ED2BF
(158,210,191)
#A6D6C4
(166,214,196)
#AEDAC9
(174,218,201)
#B6DECE
(182,222,206)
#BEE2D3
(190,226,211)
#C6E6D8
(198,230,216)
#CEEADD
(206,234,221)
#D6EEE2
(214,238,226)
#DEF2E7
(222,242,231)
#E6F6EC
(230,246,236)
#EEFAF1
(238,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED2BF color. Also use rgb(158,210,191) instead hex code.

Text Font Color

.myTextColor { color: #9ED2BF; }

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

This text font color is #9ED2BF.


Background Color

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

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

This div background color is #9ED2BF.


Border color

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

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

This div border color is #9ED2BF.


Opacity

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

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

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

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

This text has shadow with #9ED2BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED2BF on black background.


Color preview on white background

This text has color #9ED2BF on white background.



Black color preview on #9ED2BF background

This text has black color on #9ED2BF background.


White color preview on #9ED2BF background

This text has white color on #9ED2BF background.