COLOR #9EBAED

HEX: #9EBAED
RGB: (158,186,237)

Color info

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

RGB color model

#9EBAED color RGB value is (158,186,237).

  • red value is 158;
  • green value is 186;
  • blue value is 237.
RGB:
(158,186,237)
(62%,73%,93%)

RGB channels and saturation

R 158 of 255 = 62%
G 186 of 255 = 73%
B 237 of 255 = 93%

158
186
237

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

Portions of RGB colors in percentages

R + G + B =
158 + 186 + 237 = 581 (100%)
R 158 of 581 ~ 27.19%
G 186 of 581 ~ 32.01%
B 237 of 581 ~ 40.79%

%27.19
%32.01
%40.79

CMYK color model

#9EBAED color CMYK value is (33,22,0,7).

  • cyan value is 33.33%
  • magenta value is 21.52%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(33,22,0,7)
C33M22Y0K7 
(33%,22%,0%,7%)
(0.33/0.22/0.00/0.07)	

CMYK percentages

%33.33
%21.52
%0
%7.06

Codes

Color #9EBAED in popluar color models

9EBAED
RGB158186237
HSL219°68.70%77.45%
HSB/HSV219°33.33%92.94%
CMYK33.33%21.52%0.00%
7.06%

Color #9EBAED in popluar number systems.

HEX9EBAED
Decimal158186237
Binary100111101011101011101101
Octal236272355

Shades and tints

Shades of #9EBAED

#9EBAED
(158,186,237)
#90AAD8
(144,170,216)
#829AC3
(130,154,195)
#748AAE
(116,138,174)
#667A99
(102,122,153)
#586A84
(88,106,132)
#4A5A6F
(74,90,111)
#3C4A5A
(60,74,90)
#2E3A45
(46,58,69)
#202A30
(32,42,48)
#121A1B
(18,26,27)
#000000
(0,0,0)

Tints of #9EBAED

#9EBAED
(158,186,237)
#A6C0EE
(166,192,238)
#AEC6EF
(174,198,239)
#B6CCF0
(182,204,240)
#BED2F1
(190,210,241)
#C6D8F2
(198,216,242)
#CEDEF3
(206,222,243)
#D6E4F4
(214,228,244)
#DEEAF5
(222,234,245)
#E6F0F6
(230,240,246)
#EEF6F7
(238,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EBAED color. Also use rgb(158,186,237) instead hex code.

Text Font Color

.myTextColor { color: #9EBAED; }

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

This text font color is #9EBAED.


Background Color

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

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

This div background color is #9EBAED.


Border color

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

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

This div border color is #9EBAED.


Opacity

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

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

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

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

This text has shadow with #9EBAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBAED on black background.


Color preview on white background

This text has color #9EBAED on white background.



Black color preview on #9EBAED background

This text has black color on #9EBAED background.


White color preview on #9EBAED background

This text has white color on #9EBAED background.