COLOR #9EE1D8

HEX: #9EE1D8 RGB: (158,225,216)

Color info

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

RGB color model

#9EE1D8 color RGB value is (158,225,216).

RGB: (158,225,216) (62%, 88%, 85%)

RGB channels and saturation

R 158 of 255 = 62%
G 225 of 255 = 88%
B 216 of 255 = 85%

158
225
216

R + G + B ~ 78%. #9EE1D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 225 + 216 = 599 (100%)
R 158 of 599 ~ 26.38%
G 225 of 599 ~ 37.56%
B 216 of 599 ~ 36.06'%

%26.38
%37.56
%36.06

CMYK color model

#9EE1D8 color CMYK value is (30,0,4,12).

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

CMYK: (30,0,4,12)
C30M0Y4K12 (30%, 0%, 4%, 12%)
(0.30 / 0.00 / 0.04 / 0.12)

CMYK percentages

%29.78
%0
%4
%11.76

Codes

Color #9EE1D8 in popluar color models

9E E1 D8
RGB 158 225 216
HSL 172° 52.76% 75.10%
HSB/HSV 172° 29.78% 88.24%
CMYK 29.78% 0.00% 4.00%
11.76%

Color #9EE1D8 in popluar number systems.

HEX 9E E1 D8
Decimal 158 225 216
Binary 10011110 11100001 11011000
Octal 236 341 330

Shades and tints

Shades of #9EE1D8

#9EE1D8
(158,225,216)
#90CDC5
(144,205,197)
#82B9B2
(130,185,178)
#74A59F
(116,165,159)
#66918C
(102,145,140)
#587D79
(88,125,121)
#4A6966
(74,105,102)
#3C5553
(60,85,83)
#2E4140
(46,65,64)
#202D2D
(32,45,45)
#12191A
(18,25,26)
#000000
(0,0,0)

Tints of #9EE1D8

#9EE1D8
(158,225,216)
#A6E3DB
(166,227,219)
#AEE5DE
(174,229,222)
#B6E7E1
(182,231,225)
#BEE9E4
(190,233,228)
#C6EBE7
(198,235,231)
#CEEDEA
(206,237,234)
#D6EFED
(214,239,237)
#DEF1F0
(222,241,240)
#E6F3F3
(230,243,243)
#EEF5F6
(238,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EE1D8; }

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

This text font color is #9EE1D8.

Background Color

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

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

This div background color is #9EE1D8.

Border color

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

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

This div border color is #9EE1D8.

Opacity

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

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

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

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

This text has shadow with #9EE1D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EE1D8.

Preview

Color preview on black background

This text has color #9EE1D8 on black background.


Color preview on white background

This text has color #9EE1D8 on white background.


Black color preview on #9EE1D8 background

This text has black color on #9EE1D8 background.


White color preview on #9EE1D8 background

This text has white color on #9EE1D8 background.


Related colors

Complementary color

Complementary color for #hex is #611E27.


I love getcolorcode.com

Triadic colors

1 #D89EE1 and #E1D89E with #9EE1D8 are triadic colors.

2 #D8E19E and #E19ED8 with #9EE1D8 are triadic colors.