COLOR #9EBCDC

HEX: #9EBCDC
RGB: (158,188,220)

Color info

#9EBCDC contains mainly green and blue colors. Web safe color of #9EBCDC is #99CCCC (or #9CC).

RGB color model

#9EBCDC color RGB value is (158,188,220).

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

RGB channels and saturation

R 158 of 255 = 62%
G 188 of 255 = 74%
B 220 of 255 = 86%

158
188
220

R + G + B ~ 74%. #9EBCDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 188 + 220 = 566 (100%)
R 158 of 566 ~ 27.92%
G 188 of 566 ~ 33.22%
B 220 of 566 ~ 38.87%

%27.92
%33.22
%38.87

CMYK color model

#9EBCDC color CMYK value is (28,15,0,14).

  • cyan value is 28.18%
  • magenta value is 14.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(28,15,0,14)
C28M15Y0K14 
(28%,15%,0%,14%)
(0.28/0.15/0.00/0.14)	

CMYK percentages

%28.18
%14.55
%0
%13.73

Codes

Color #9EBCDC in popluar color models

9EBCDC
RGB158188220
HSL211°46.97%74.12%
HSB/HSV211°28.18%86.27%
CMYK28.18%14.55%0.00%
13.73%

Color #9EBCDC in popluar number systems.

HEX9EBCDC
Decimal158188220
Binary100111101011110011011100
Octal236274334

Shades and tints

Shades of #9EBCDC

#9EBCDC
(158,188,220)
#90ABC8
(144,171,200)
#829AB4
(130,154,180)
#7489A0
(116,137,160)
#66788C
(102,120,140)
#586778
(88,103,120)
#4A5664
(74,86,100)
#3C4550
(60,69,80)
#2E343C
(46,52,60)
#202328
(32,35,40)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #9EBCDC

#9EBCDC
(158,188,220)
#A6C2DF
(166,194,223)
#AEC8E2
(174,200,226)
#B6CEE5
(182,206,229)
#BED4E8
(190,212,232)
#C6DAEB
(198,218,235)
#CEE0EE
(206,224,238)
#D6E6F1
(214,230,241)
#DEECF4
(222,236,244)
#E6F2F7
(230,242,247)
#EEF8FA
(238,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBCDC; }

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

This text font color is #9EBCDC.


Background Color

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

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

This div background color is #9EBCDC.


Border color

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

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

This div border color is #9EBCDC.


Opacity

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

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

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

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

This text has shadow with #9EBCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBCDC on black background.


Color preview on white background

This text has color #9EBCDC on white background.



Black color preview on #9EBCDC background

This text has black color on #9EBCDC background.


White color preview on #9EBCDC background

This text has white color on #9EBCDC background.