COLOR #9EDFE7

HEX: #9EDFE7 RGB: (158,223,231)

Color info

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

RGB color model

#9EDFE7 color RGB value is (158,223,231).

RGB: (158,223,231) (62%, 87%, 91%)

RGB channels and saturation

R 158 of 255 = 62%
G 223 of 255 = 87%
B 231 of 255 = 91%

158
223
231

R + G + B ~ 80%. #9EDFE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 223 + 231 = 612 (100%)
R 158 of 612 ~ 25.82%
G 223 of 612 ~ 36.44%
B 231 of 612 ~ 37.75'%

%25.82
%36.44
%37.75

CMYK color model

#9EDFE7 color CMYK value is (32,3,0,9).

  • cyan value is 31.60%
  • magenta value is 3.46%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (32,3,0,9) C32M3Y0K9 (32%,3%,0%,9%) (0.32/0.03/0.00/0.09) 

CMYK percentages

%31.6
%3.46
%0
%9.41

Codes

Color #9EDFE7 in popluar color models

9E DF E7
RGB 158 223 231
HSL 187° 60.33% 76.27%
HSB/HSV 187° 31.60% 90.59%
CMYK 31.60% 3.46% 0.00%
9.41%

Color #9EDFE7 in popluar number systems.

HEX 9E DF E7
Decimal 158 223 231
Binary 10011110 11011111 11100111
Octal 236 337 347

Shades and tints

Shades of #9EDFE7

#9EDFE7
(158,223,231)
#90CBD2
(144,203,210)
#82B7BD
(130,183,189)
#74A3A8
(116,163,168)
#668F93
(102,143,147)
#587B7E
(88,123,126)
#4A6769
(74,103,105)
#3C5354
(60,83,84)
#2E3F3F
(46,63,63)
#202B2A
(32,43,42)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #9EDFE7

#9EDFE7
(158,223,231)
#A6E1E9
(166,225,233)
#AEE3EB
(174,227,235)
#B6E5ED
(182,229,237)
#BEE7EF
(190,231,239)
#C6E9F1
(198,233,241)
#CEEBF3
(206,235,243)
#D6EDF5
(214,237,245)
#DEEFF7
(222,239,247)
#E6F1F9
(230,241,249)
#EEF3FB
(238,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EDFE7; }

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

This text font color is #9EDFE7.

Background Color

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

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

This div background color is #9EDFE7.

Border color

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

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

This div border color is #9EDFE7.

Opacity

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

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

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

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

This text has shadow with #9EDFE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EDFE7.

Preview

Color preview on black background

This text has color #9EDFE7 on black background.


Color preview on white background

This text has color #9EDFE7 on white background.


Black color preview on #9EDFE7 background

This text has black color on #9EDFE7 background.


White color preview on #9EDFE7 background

This text has white color on #9EDFE7 background.


Related colors

Complementary color

Complementary color for #hex is #612018.


I love getcolorcode.com

Triadic colors

1 #E79EDF and #DFE79E with #9EDFE7 are triadic colors.

2 #E7DF9E and #DF9EE7 with #9EDFE7 are triadic colors.