COLOR #9EE1D0

HEX: #9EE1D0 RGB: (158,225,208)

Color info

#9EE1D0 contains mainly green and blue colors. Web safe color of #9EE1D0 is #99CCCC (or #9CC).

RGB color model

#9EE1D0 color RGB value is (158,225,208).

RGB: (158,225,208) (62%, 88%, 82%)

RGB channels and saturation

R 158 of 255 = 62%
G 225 of 255 = 88%
B 208 of 255 = 82%

158
225
208

R + G + B ~ 77%. #9EE1D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 225 + 208 = 591 (100%)
R 158 of 591 ~ 26.73%
G 225 of 591 ~ 38.07%
B 208 of 591 ~ 35.19'%

%26.73
%38.07
%35.19

CMYK color model

#9EE1D0 color CMYK value is (30,0,8,12).

  • cyan value is 29.78%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 11.76%

CMYK: (30,0,8,12)
C30M0Y8K12 (30%, 0%, 8%, 12%)
(0.30 / 0.00 / 0.08 / 0.12)

CMYK percentages

%29.78
%0
%7.56
%11.76

Codes

Color #9EE1D0 in popluar color models

9E E1 D0
RGB 158 225 208
HSL 165° 52.76% 75.10%
HSB/HSV 165° 29.78% 88.24%
CMYK 29.78% 0.00% 7.56%
11.76%

Color #9EE1D0 in popluar number systems.

HEX 9E E1 D0
Decimal 158 225 208
Binary 10011110 11100001 11010000
Octal 236 341 320

Shades and tints

Shades of #9EE1D0

#9EE1D0
(158,225,208)
#90CDBE
(144,205,190)
#82B9AC
(130,185,172)
#74A59A
(116,165,154)
#669188
(102,145,136)
#587D76
(88,125,118)
#4A6964
(74,105,100)
#3C5552
(60,85,82)
#2E4140
(46,65,64)
#202D2E
(32,45,46)
#12191C
(18,25,28)
#000000
(0,0,0)

Tints of #9EE1D0

#9EE1D0
(158,225,208)
#A6E3D4
(166,227,212)
#AEE5D8
(174,229,216)
#B6E7DC
(182,231,220)
#BEE9E0
(190,233,224)
#C6EBE4
(198,235,228)
#CEEDE8
(206,237,232)
#D6EFEC
(214,239,236)
#DEF1F0
(222,241,240)
#E6F3F4
(230,243,244)
#EEF5F8
(238,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EE1D0 color. Also use rgb(158,225,208) instead hex code.

Text Font Color

.myTextColor { color: #9EE1D0; }

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

This text font color is #9EE1D0.

Background Color

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

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

This div background color is #9EE1D0.

Border color

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

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

This div border color is #9EE1D0.

Opacity

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

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

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

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

This text has shadow with #9EE1D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EE1D0.

Preview

Color preview on black background

This text has color #9EE1D0 on black background.


Color preview on white background

This text has color #9EE1D0 on white background.


Black color preview on #9EE1D0 background

This text has black color on #9EE1D0 background.


White color preview on #9EE1D0 background

This text has white color on #9EE1D0 background.


Related colors

Complementary color

Complementary color for #hex is #611E2F.


I love getcolorcode.com

Triadic colors

1 #D09EE1 and #E1D09E with #9EE1D0 are triadic colors.

2 #D0E19E and #E19ED0 with #9EE1D0 are triadic colors.