COLOR #9EDEF3

HEX: #9EDEF3 RGB: (158,222,243)

Color info

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

RGB color model

#9EDEF3 color RGB value is (158,222,243).

RGB: (158,222,243) (62%, 87%, 95%)

RGB channels and saturation

R 158 of 255 = 62%
G 222 of 255 = 87%
B 243 of 255 = 95%

158
222
243

R + G + B ~ 81%. #9EDEF3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 222 + 243 = 623 (100%)
R 158 of 623 ~ 25.36%
G 222 of 623 ~ 35.63%
B 243 of 623 ~ 39'%

%25.36
%35.63
%39

CMYK color model

#9EDEF3 color CMYK value is (35,9,0,5).

  • cyan value is 34.98%
  • magenta value is 8.64%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (35,9,0,5)
C35M9Y0K5 (35%, 9%, 0%, 5%)
(0.35 / 0.09 / 0.00 / 0.05)

CMYK percentages

%34.98
%8.64
%0
%4.71

Codes

Color #9EDEF3 in popluar color models

9E DE F3
RGB 158 222 243
HSL 195° 77.98% 78.63%
HSB/HSV 195° 34.98% 95.29%
CMYK 34.98% 8.64% 0.00%
4.71%

Color #9EDEF3 in popluar number systems.

HEX 9E DE F3
Decimal 158 222 243
Binary 10011110 11011110 11110011
Octal 236 336 363

Shades and tints

Shades of #9EDEF3

#9EDEF3
(158,222,243)
#90CADD
(144,202,221)
#82B6C7
(130,182,199)
#74A2B1
(116,162,177)
#668E9B
(102,142,155)
#587A85
(88,122,133)
#4A666F
(74,102,111)
#3C5259
(60,82,89)
#2E3E43
(46,62,67)
#202A2D
(32,42,45)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #9EDEF3

#9EDEF3
(158,222,243)
#A6E1F4
(166,225,244)
#AEE4F5
(174,228,245)
#B6E7F6
(182,231,246)
#BEEAF7
(190,234,247)
#C6EDF8
(198,237,248)
#CEF0F9
(206,240,249)
#D6F3FA
(214,243,250)
#DEF6FB
(222,246,251)
#E6F9FC
(230,249,252)
#EEFCFD
(238,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EDEF3; }

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

This text font color is #9EDEF3.

Background Color

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

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

This div background color is #9EDEF3.

Border color

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

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

This div border color is #9EDEF3.

Opacity

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

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

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

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

This text has shadow with #9EDEF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EDEF3.

Preview

Color preview on black background

This text has color #9EDEF3 on black background.


Color preview on white background

This text has color #9EDEF3 on white background.


Black color preview on #9EDEF3 background

This text has black color on #9EDEF3 background.


White color preview on #9EDEF3 background

This text has white color on #9EDEF3 background.


Related colors

Complementary color

Complementary color for #hex is #61210C.


I love getcolorcode.com

Triadic colors

1 #F39EDE and #DEF39E with #9EDEF3 are triadic colors.

2 #F3DE9E and #DE9EF3 with #9EDEF3 are triadic colors.