COLOR #9EBCEC

HEX: #9EBCEC
RGB: (158,188,236)

Color info

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

RGB color model

#9EBCEC color RGB value is (158,188,236).

  • red value is 158;
  • green value is 188;
  • blue value is 236.
RGB:
(158,188,236)
(62%,74%,93%)

RGB channels and saturation

R 158 of 255 = 62%
G 188 of 255 = 74%
B 236 of 255 = 93%

158
188
236

R + G + B ~ 76%. #9EBCEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 188 + 236 = 582 (100%)
R 158 of 582 ~ 27.15%
G 188 of 582 ~ 32.3%
B 236 of 582 ~ 40.55%

%27.15
%32.3
%40.55

CMYK color model

#9EBCEC color CMYK value is (33,20,0,7).

  • cyan value is 33.05%
  • magenta value is 20.34%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(33,20,0,7)
C33M20Y0K7 
(33%,20%,0%,7%)
(0.33/0.20/0.00/0.07)	

CMYK percentages

%33.05
%20.34
%0
%7.45

Codes

Color #9EBCEC in popluar color models

9EBCEC
RGB158188236
HSL217°67.24%77.25%
HSB/HSV217°33.05%92.55%
CMYK33.05%20.34%0.00%
7.45%

Color #9EBCEC in popluar number systems.

HEX9EBCEC
Decimal158188236
Binary100111101011110011101100
Octal236274354

Shades and tints

Shades of #9EBCEC

#9EBCEC
(158,188,236)
#90ABD7
(144,171,215)
#829AC2
(130,154,194)
#7489AD
(116,137,173)
#667898
(102,120,152)
#586783
(88,103,131)
#4A566E
(74,86,110)
#3C4559
(60,69,89)
#2E3444
(46,52,68)
#20232F
(32,35,47)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #9EBCEC

#9EBCEC
(158,188,236)
#A6C2ED
(166,194,237)
#AEC8EE
(174,200,238)
#B6CEEF
(182,206,239)
#BED4F0
(190,212,240)
#C6DAF1
(198,218,241)
#CEE0F2
(206,224,242)
#D6E6F3
(214,230,243)
#DEECF4
(222,236,244)
#E6F2F5
(230,242,245)
#EEF8F6
(238,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EBCEC color. Also use rgb(158,188,236) instead hex code.

Text Font Color

.myTextColor { color: #9EBCEC; }

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

This text font color is #9EBCEC.


Background Color

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

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

This div background color is #9EBCEC.


Border color

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

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

This div border color is #9EBCEC.


Opacity

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

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

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

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

This text has shadow with #9EBCEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBCEC on black background.


Color preview on white background

This text has color #9EBCEC on white background.



Black color preview on #9EBCEC background

This text has black color on #9EBCEC background.


White color preview on #9EBCEC background

This text has white color on #9EBCEC background.