COLOR #9EBEDC

HEX: #9EBEDC
RGB: (158,190,220)

Color info

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

RGB color model

#9EBEDC color RGB value is (158,190,220).

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

RGB channels and saturation

R 158 of 255 = 62%
G 190 of 255 = 75%
B 220 of 255 = 86%

158
190
220

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

Portions of RGB colors in percentages

R + G + B =
158 + 190 + 220 = 568 (100%)
R 158 of 568 ~ 27.82%
G 190 of 568 ~ 33.45%
B 220 of 568 ~ 38.73%

%27.82
%33.45
%38.73

CMYK color model

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

  • cyan value is 28.18%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(28,14,0,14)
C28M14Y0K14 
(28%,14%,0%,14%)
(0.28/0.14/0.00/0.14)	

CMYK percentages

%28.18
%13.64
%0
%13.73

Codes

Color #9EBEDC in popluar color models

9EBEDC
RGB158190220
HSL209°46.97%74.12%
HSB/HSV209°28.18%86.27%
CMYK28.18%13.64%0.00%
13.73%

Color #9EBEDC in popluar number systems.

HEX9EBEDC
Decimal158190220
Binary100111101011111011011100
Octal236276334

Shades and tints

Shades of #9EBEDC

#9EBEDC
(158,190,220)
#90ADC8
(144,173,200)
#829CB4
(130,156,180)
#748BA0
(116,139,160)
#667A8C
(102,122,140)
#586978
(88,105,120)
#4A5864
(74,88,100)
#3C4750
(60,71,80)
#2E363C
(46,54,60)
#202528
(32,37,40)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #9EBEDC

#9EBEDC
(158,190,220)
#A6C3DF
(166,195,223)
#AEC8E2
(174,200,226)
#B6CDE5
(182,205,229)
#BED2E8
(190,210,232)
#C6D7EB
(198,215,235)
#CEDCEE
(206,220,238)
#D6E1F1
(214,225,241)
#DEE6F4
(222,230,244)
#E6EBF7
(230,235,247)
#EEF0FA
(238,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBEDC; }

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

This text font color is #9EBEDC.


Background Color

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

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

This div background color is #9EBEDC.


Border color

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

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

This div border color is #9EBEDC.


Opacity

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

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

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

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

This text has shadow with #9EBEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBEDC on black background.


Color preview on white background

This text has color #9EBEDC on white background.



Black color preview on #9EBEDC background

This text has black color on #9EBEDC background.


White color preview on #9EBEDC background

This text has white color on #9EBEDC background.