COLOR #9EBEEE

HEX: #9EBEEE RGB: (158,190,238)

Color info

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

RGB color model

#9EBEEE color RGB value is (158,190,238).

RGB: (158,190,238) (62%, 75%, 93%)

RGB channels and saturation

R 158 of 255 = 62%
G 190 of 255 = 75%
B 238 of 255 = 93%

158
190
238

R + G + B ~ 77%. #9EBEEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 190 + 238 = 586 (100%)
R 158 of 586 ~ 26.96%
G 190 of 586 ~ 32.42%
B 238 of 586 ~ 40.61'%

%26.96
%32.42
%40.61

CMYK color model

#9EBEEE color CMYK value is (34,20,0,7).

  • cyan value is 33.61%
  • magenta value is 20.17%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (34,20,0,7) C34M20Y0K7 (34%,20%,0%,7%) (0.34/0.20/0.00/0.07) 

CMYK percentages

%33.61
%20.17
%0
%6.67

Codes

Color #9EBEEE in popluar color models

9E BE EE
RGB 158 190 238
HSL 216° 70.18% 77.65%
HSB/HSV 216° 33.61% 93.33%
CMYK 33.61% 20.17% 0.00%
6.67%

Color #9EBEEE in popluar number systems.

HEX 9E BE EE
Decimal 158 190 238
Binary 10011110 10111110 11101110
Octal 236 276 356

Shades and tints

Shades of #9EBEEE

#9EBEEE
(158,190,238)
#90ADD9
(144,173,217)
#829CC4
(130,156,196)
#748BAF
(116,139,175)
#667A9A
(102,122,154)
#586985
(88,105,133)
#4A5870
(74,88,112)
#3C475B
(60,71,91)
#2E3646
(46,54,70)
#202531
(32,37,49)
#12141C
(18,20,28)
#000000
(0,0,0)

Tints of #9EBEEE

#9EBEEE
(158,190,238)
#A6C3EF
(166,195,239)
#AEC8F0
(174,200,240)
#B6CDF1
(182,205,241)
#BED2F2
(190,210,242)
#C6D7F3
(198,215,243)
#CEDCF4
(206,220,244)
#D6E1F5
(214,225,245)
#DEE6F6
(222,230,246)
#E6EBF7
(230,235,247)
#EEF0F8
(238,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBEEE; }

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

This text font color is #9EBEEE.

Background Color

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

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

This div background color is #9EBEEE.

Border color

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

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

This div border color is #9EBEEE.

Opacity

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

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

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

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

This text has shadow with #9EBEEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EBEEE.

Preview

Color preview on black background

This text has color #9EBEEE on black background.


Color preview on white background

This text has color #9EBEEE on white background.


Black color preview on #9EBEEE background

This text has black color on #9EBEEE background.


White color preview on #9EBEEE background

This text has white color on #9EBEEE background.


Related colors

Complementary color

Complementary color for #hex is #614111.


I love getcolorcode.com

Triadic colors

1 #EE9EBE and #BEEE9E with #9EBEEE are triadic colors.

2 #EEBE9E and #BE9EEE with #9EBEEE are triadic colors.