COLOR #9EC5F3

HEX: #9EC5F3
RGB: (158,197,243)

Color info

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

RGB color model

#9EC5F3 color RGB value is (158,197,243).

  • red value is 158;
  • green value is 197;
  • blue value is 243.
RGB:
(158,197,243)
(62%,77%,95%)

RGB channels and saturation

R 158 of 255 = 62%
G 197 of 255 = 77%
B 243 of 255 = 95%

158
197
243

R + G + B ~ 78%. #9EC5F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 197 + 243 = 598 (100%)
R 158 of 598 ~ 26.42%
G 197 of 598 ~ 32.94%
B 243 of 598 ~ 40.64%

%26.42
%32.94
%40.64

CMYK color model

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

  • cyan value is 34.98%
  • magenta value is 18.93%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(35,19,0,5)
C35M19Y0K5 
(35%,19%,0%,5%)
(0.35/0.19/0.00/0.05)	

CMYK percentages

%34.98
%18.93
%0
%4.71

Codes

Color #9EC5F3 in popluar color models

9EC5F3
RGB158197243
HSL212°77.98%78.63%
HSB/HSV212°34.98%95.29%
CMYK34.98%18.93%0.00%
4.71%

Color #9EC5F3 in popluar number systems.

HEX9EC5F3
Decimal158197243
Binary100111101100010111110011
Octal236305363

Shades and tints

Shades of #9EC5F3

#9EC5F3
(158,197,243)
#90B4DD
(144,180,221)
#82A3C7
(130,163,199)
#7492B1
(116,146,177)
#66819B
(102,129,155)
#587085
(88,112,133)
#4A5F6F
(74,95,111)
#3C4E59
(60,78,89)
#2E3D43
(46,61,67)
#202C2D
(32,44,45)
#121B17
(18,27,23)
#000000
(0,0,0)

Tints of #9EC5F3

#9EC5F3
(158,197,243)
#A6CAF4
(166,202,244)
#AECFF5
(174,207,245)
#B6D4F6
(182,212,246)
#BED9F7
(190,217,247)
#C6DEF8
(198,222,248)
#CEE3F9
(206,227,249)
#D6E8FA
(214,232,250)
#DEEDFB
(222,237,251)
#E6F2FC
(230,242,252)
#EEF7FD
(238,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC5F3; }

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

This text font color is #9EC5F3.


Background Color

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

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

This div background color is #9EC5F3.


Border color

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

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

This div border color is #9EC5F3.


Opacity

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

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

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

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

This text has shadow with #9EC5F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC5F3 on black background.


Color preview on white background

This text has color #9EC5F3 on white background.



Black color preview on #9EC5F3 background

This text has black color on #9EC5F3 background.


White color preview on #9EC5F3 background

This text has white color on #9EC5F3 background.