COLOR #9EDFF8

HEX: #9EDFF8
RGB: (158,223,248)

Color info

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

RGB color model

#9EDFF8 color RGB value is (158,223,248).

  • red value is 158;
  • green value is 223;
  • blue value is 248.
RGB:
(158,223,248)
(62%,87%,97%)

RGB channels and saturation

R 158 of 255 = 62%
G 223 of 255 = 87%
B 248 of 255 = 97%

158
223
248

R + G + B ~ 82%. #9EDFF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 223 + 248 = 629 (100%)
R 158 of 629 ~ 25.12%
G 223 of 629 ~ 35.45%
B 248 of 629 ~ 39.43%

%25.12
%35.45
%39.43

CMYK color model

#9EDFF8 color CMYK value is (36,10,0,3).

  • cyan value is 36.29%
  • magenta value is 10.08%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(36,10,0,3)
C36M10Y0K3 
(36%,10%,0%,3%)
(0.36/0.10/0.00/0.03)	

CMYK percentages

%36.29
%10.08
%0
%2.75

Codes

Color #9EDFF8 in popluar color models

9EDFF8
RGB158223248
HSL197°86.54%79.61%
HSB/HSV197°36.29%97.25%
CMYK36.29%10.08%0.00%
2.75%

Color #9EDFF8 in popluar number systems.

HEX9EDFF8
Decimal158223248
Binary100111101101111111111000
Octal236337370

Shades and tints

Shades of #9EDFF8

#9EDFF8
(158,223,248)
#90CBE2
(144,203,226)
#82B7CC
(130,183,204)
#74A3B6
(116,163,182)
#668FA0
(102,143,160)
#587B8A
(88,123,138)
#4A6774
(74,103,116)
#3C535E
(60,83,94)
#2E3F48
(46,63,72)
#202B32
(32,43,50)
#12171C
(18,23,28)
#000000
(0,0,0)

Tints of #9EDFF8

#9EDFF8
(158,223,248)
#A6E1F8
(166,225,248)
#AEE3F8
(174,227,248)
#B6E5F8
(182,229,248)
#BEE7F8
(190,231,248)
#C6E9F8
(198,233,248)
#CEEBF8
(206,235,248)
#D6EDF8
(214,237,248)
#DEEFF8
(222,239,248)
#E6F1F8
(230,241,248)
#EEF3F8
(238,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EDFF8; }

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

This text font color is #9EDFF8.


Background Color

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

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

This div background color is #9EDFF8.


Border color

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

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

This div border color is #9EDFF8.


Opacity

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

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

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

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

This text has shadow with #9EDFF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EDFF8 on black background.


Color preview on white background

This text has color #9EDFF8 on white background.



Black color preview on #9EDFF8 background

This text has black color on #9EDFF8 background.


White color preview on #9EDFF8 background

This text has white color on #9EDFF8 background.