COLOR #9EE2DE

HEX: #9EE2DE RGB: (158,226,222)

Color info

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

RGB color model

#9EE2DE color RGB value is (158,226,222).

RGB: (158,226,222) (62%, 89%, 87%)

RGB channels and saturation

R 158 of 255 = 62%
G 226 of 255 = 89%
B 222 of 255 = 87%

158
226
222

R + G + B ~ 79%. #9EE2DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 226 + 222 = 606 (100%)
R 158 of 606 ~ 26.07%
G 226 of 606 ~ 37.29%
B 222 of 606 ~ 36.63'%

%26.07
%37.29
%36.63

CMYK color model

#9EE2DE color CMYK value is (30,0,2,11).

  • cyan value is 30.09%
  • magenta value is 0.00%
  • yellow value is 1.77%
  • key color value is 11.37%

CMYK: (30,0,2,11)
C30M0Y2K11 (30%, 0%, 2%, 11%)
(0.30 / 0.00 / 0.02 / 0.11)

CMYK percentages

%30.09
%0
%1.77
%11.37

Codes

Color #9EE2DE in popluar color models

9E E2 DE
RGB 158 226 222
HSL 176° 53.97% 75.29%
HSB/HSV 176° 30.09% 88.63%
CMYK 30.09% 0.00% 1.77%
11.37%

Color #9EE2DE in popluar number systems.

HEX 9E E2 DE
Decimal 158 226 222
Binary 10011110 11100010 11011110
Octal 236 342 336

Shades and tints

Shades of #9EE2DE

#9EE2DE
(158,226,222)
#90CECA
(144,206,202)
#82BAB6
(130,186,182)
#74A6A2
(116,166,162)
#66928E
(102,146,142)
#587E7A
(88,126,122)
#4A6A66
(74,106,102)
#3C5652
(60,86,82)
#2E423E
(46,66,62)
#202E2A
(32,46,42)
#121A16
(18,26,22)
#000000
(0,0,0)

Tints of #9EE2DE

#9EE2DE
(158,226,222)
#A6E4E1
(166,228,225)
#AEE6E4
(174,230,228)
#B6E8E7
(182,232,231)
#BEEAEA
(190,234,234)
#C6ECED
(198,236,237)
#CEEEF0
(206,238,240)
#D6F0F3
(214,240,243)
#DEF2F6
(222,242,246)
#E6F4F9
(230,244,249)
#EEF6FC
(238,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EE2DE color. Also use rgb(158,226,222) instead hex code.

Text Font Color

.myTextColor { color: #9EE2DE; }

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

This text font color is #9EE2DE.

Background Color

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

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

This div background color is #9EE2DE.

Border color

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

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

This div border color is #9EE2DE.

Opacity

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

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

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

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

This text has shadow with #9EE2DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EE2DE.

Preview

Color preview on black background

This text has color #9EE2DE on black background.


Color preview on white background

This text has color #9EE2DE on white background.


Black color preview on #9EE2DE background

This text has black color on #9EE2DE background.


White color preview on #9EE2DE background

This text has white color on #9EE2DE background.


Related colors

Complementary color

Complementary color for #hex is #611D21.


I love getcolorcode.com

Triadic colors

1 #DE9EE2 and #E2DE9E with #9EE2DE are triadic colors.

2 #DEE29E and #E29EDE with #9EE2DE are triadic colors.