COLOR #9EBAEC

HEX: #9EBAEC RGB: (158,186,236)

Color info

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

RGB color model

#9EBAEC color RGB value is (158,186,236).

RGB: (158,186,236) (62%, 73%, 93%)

RGB channels and saturation

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

158
186
236

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

Portions of RGB colors in percentages

R + G + B = 158 + 186 + 236 = 580 (100%)
R 158 of 580 ~ 27.24%
G 186 of 580 ~ 32.07%
B 236 of 580 ~ 40.69'%

%27.24
%32.07
%40.69

CMYK color model

#9EBAEC color CMYK value is (33,21,0,7).

  • cyan value is 33.05%
  • magenta value is 21.19%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (33,21,0,7) C33M21Y0K7 (33%,21%,0%,7%) (0.33/0.21/0.00/0.07) 

CMYK percentages

%33.05
%21.19
%0
%7.45

Codes

Color #9EBAEC in popluar color models

9E BA EC
RGB 158 186 236
HSL 218° 67.24% 77.25%
HSB/HSV 218° 33.05% 92.55%
CMYK 33.05% 21.19% 0.00%
7.45%

Color #9EBAEC in popluar number systems.

HEX 9E BA EC
Decimal 158 186 236
Binary 10011110 10111010 11101100
Octal 236 272 354

Shades and tints

Shades of #9EBAEC

#9EBAEC
(158,186,236)
#90AAD7
(144,170,215)
#829AC2
(130,154,194)
#748AAD
(116,138,173)
#667A98
(102,122,152)
#586A83
(88,106,131)
#4A5A6E
(74,90,110)
#3C4A59
(60,74,89)
#2E3A44
(46,58,68)
#202A2F
(32,42,47)
#121A1A
(18,26,26)
#000000
(0,0,0)

Tints of #9EBAEC

#9EBAEC
(158,186,236)
#A6C0ED
(166,192,237)
#AEC6EE
(174,198,238)
#B6CCEF
(182,204,239)
#BED2F0
(190,210,240)
#C6D8F1
(198,216,241)
#CEDEF2
(206,222,242)
#D6E4F3
(214,228,243)
#DEEAF4
(222,234,244)
#E6F0F5
(230,240,245)
#EEF6F6
(238,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBAEC; }

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

This text font color is #9EBAEC.

Background Color

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

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

This div background color is #9EBAEC.

Border color

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

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

This div border color is #9EBAEC.

Opacity

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

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

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

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

This text has shadow with #9EBAEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EBAEC.

Preview

Color preview on black background

This text has color #9EBAEC on black background.


Color preview on white background

This text has color #9EBAEC on white background.


Black color preview on #9EBAEC background

This text has black color on #9EBAEC background.


White color preview on #9EBAEC background

This text has white color on #9EBAEC background.


Related colors

Complementary color

Complementary color for #hex is #614513.


I love getcolorcode.com

Triadic colors

1 #EC9EBA and #BAEC9E with #9EBAEC are triadic colors.

2 #ECBA9E and #BA9EEC with #9EBAEC are triadic colors.