COLOR #9ED9E7

HEX: #9ED9E7 RGB: (158,217,231)

Color info

#9ED9E7 contains mainly green and blue colors. Web safe color of #9ED9E7 is #99CCFF (or #9CF).

RGB color model

#9ED9E7 color RGB value is (158,217,231).

RGB: (158,217,231) (62%, 85%, 91%)

RGB channels and saturation

R 158 of 255 = 62%
G 217 of 255 = 85%
B 231 of 255 = 91%

158
217
231

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

Portions of RGB colors in percentages

R + G + B = 158 + 217 + 231 = 606 (100%)
R 158 of 606 ~ 26.07%
G 217 of 606 ~ 35.81%
B 231 of 606 ~ 38.12'%

%26.07
%35.81
%38.12

CMYK color model

#9ED9E7 color CMYK value is (32,6,0,9).

  • cyan value is 31.60%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (32,6,0,9)
C32M6Y0K9 (32%, 6%, 0%, 9%)
(0.32 / 0.06 / 0.00 / 0.09)

CMYK percentages

%31.6
%6.06
%0
%9.41

Codes

Color #9ED9E7 in popluar color models

9E D9 E7
RGB 158 217 231
HSL 192° 60.33% 76.27%
HSB/HSV 192° 31.60% 90.59%
CMYK 31.60% 6.06% 0.00%
9.41%

Color #9ED9E7 in popluar number systems.

HEX 9E D9 E7
Decimal 158 217 231
Binary 10011110 11011001 11100111
Octal 236 331 347

Shades and tints

Shades of #9ED9E7

#9ED9E7
(158,217,231)
#90C6D2
(144,198,210)
#82B3BD
(130,179,189)
#74A0A8
(116,160,168)
#668D93
(102,141,147)
#587A7E
(88,122,126)
#4A6769
(74,103,105)
#3C5454
(60,84,84)
#2E413F
(46,65,63)
#202E2A
(32,46,42)
#121B15
(18,27,21)
#000000
(0,0,0)

Tints of #9ED9E7

#9ED9E7
(158,217,231)
#A6DCE9
(166,220,233)
#AEDFEB
(174,223,235)
#B6E2ED
(182,226,237)
#BEE5EF
(190,229,239)
#C6E8F1
(198,232,241)
#CEEBF3
(206,235,243)
#D6EEF5
(214,238,245)
#DEF1F7
(222,241,247)
#E6F4F9
(230,244,249)
#EEF7FB
(238,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED9E7 color. Also use rgb(158,217,231) instead hex code.

Text Font Color

.myTextColor { color: #9ED9E7; }

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

This text font color is #9ED9E7.

Background Color

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

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

This div background color is #9ED9E7.

Border color

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

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

This div border color is #9ED9E7.

Opacity

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

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

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

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

This text has shadow with #9ED9E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ED9E7.

Preview

Color preview on black background

This text has color #9ED9E7 on black background.


Color preview on white background

This text has color #9ED9E7 on white background.


Black color preview on #9ED9E7 background

This text has black color on #9ED9E7 background.


White color preview on #9ED9E7 background

This text has white color on #9ED9E7 background.


Related colors

Complementary color

Complementary color for #hex is #612618.


I love getcolorcode.com

Triadic colors

1 #E79ED9 and #D9E79E with #9ED9E7 are triadic colors.

2 #E7D99E and #D99EE7 with #9ED9E7 are triadic colors.