COLOR #9ED6BE

HEX: #9ED6BE
RGB: (158,214,190)

Color info

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

RGB color model

#9ED6BE color RGB value is (158,214,190).

  • red value is 158;
  • green value is 214;
  • blue value is 190.
RGB:
(158,214,190)
(62%,84%,75%)

RGB channels and saturation

R 158 of 255 = 62%
G 214 of 255 = 84%
B 190 of 255 = 75%

158
214
190

R + G + B ~ 74%. #9ED6BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 214 + 190 = 562 (100%)
R 158 of 562 ~ 28.11%
G 214 of 562 ~ 38.08%
B 190 of 562 ~ 33.81%

%28.11
%38.08
%33.81

CMYK color model

#9ED6BE color CMYK value is (26,0,11,16).

  • cyan value is 26.17%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 16.08%
CMYK:
(26,0,11,16)
C26M0Y11K16 
(26%,0%,11%,16%)
(0.26/0.00/0.11/0.16)	

CMYK percentages

%26.17
%0
%11.21
%16.08

Codes

Color #9ED6BE in popluar color models

9ED6BE
RGB158214190
HSL154°40.58%72.94%
HSB/HSV154°26.17%83.92%
CMYK26.17%0.00%11.21%
16.08%

Color #9ED6BE in popluar number systems.

HEX9ED6BE
Decimal158214190
Binary100111101101011010111110
Octal236326276

Shades and tints

Shades of #9ED6BE

#9ED6BE
(158,214,190)
#90C3AD
(144,195,173)
#82B09C
(130,176,156)
#749D8B
(116,157,139)
#668A7A
(102,138,122)
#587769
(88,119,105)
#4A6458
(74,100,88)
#3C5147
(60,81,71)
#2E3E36
(46,62,54)
#202B25
(32,43,37)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #9ED6BE

#9ED6BE
(158,214,190)
#A6D9C3
(166,217,195)
#AEDCC8
(174,220,200)
#B6DFCD
(182,223,205)
#BEE2D2
(190,226,210)
#C6E5D7
(198,229,215)
#CEE8DC
(206,232,220)
#D6EBE1
(214,235,225)
#DEEEE6
(222,238,230)
#E6F1EB
(230,241,235)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED6BE color. Also use rgb(158,214,190) instead hex code.

Text Font Color

.myTextColor { color: #9ED6BE; }

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

This text font color is #9ED6BE.


Background Color

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

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

This div background color is #9ED6BE.


Border color

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

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

This div border color is #9ED6BE.


Opacity

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

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

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

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

This text has shadow with #9ED6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED6BE on black background.


Color preview on white background

This text has color #9ED6BE on white background.



Black color preview on #9ED6BE background

This text has black color on #9ED6BE background.


White color preview on #9ED6BE background

This text has white color on #9ED6BE background.