COLOR #9EB4EE

HEX: #9EB4EE RGB: (158,180,238)

Color info

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

RGB color model

#9EB4EE color RGB value is (158,180,238).

RGB: (158,180,238) (62%, 71%, 93%)

RGB channels and saturation

R 158 of 255 = 62%
G 180 of 255 = 71%
B 238 of 255 = 93%

158
180
238

R + G + B ~ 75%. #9EB4EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 180 + 238 = 576 (100%)
R 158 of 576 ~ 27.43%
G 180 of 576 ~ 31.25%
B 238 of 576 ~ 41.32'%

%27.43
%31.25
%41.32

CMYK color model

#9EB4EE color CMYK value is (34,24,0,7).

  • cyan value is 33.61%
  • magenta value is 24.37%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (34,24,0,7)
C34M24Y0K7 (34%, 24%, 0%, 7%)
(0.34 / 0.24 / 0.00 / 0.07)

CMYK percentages

%33.61
%24.37
%0
%6.67

Codes

Color #9EB4EE in popluar color models

9E B4 EE
RGB 158 180 238
HSL 224° 70.18% 77.65%
HSB/HSV 224° 33.61% 93.33%
CMYK 33.61% 24.37% 0.00%
6.67%

Color #9EB4EE in popluar number systems.

HEX 9E B4 EE
Decimal 158 180 238
Binary 10011110 10110100 11101110
Octal 236 264 356

Shades and tints

Shades of #9EB4EE

#9EB4EE
(158,180,238)
#90A4D9
(144,164,217)
#8294C4
(130,148,196)
#7484AF
(116,132,175)
#66749A
(102,116,154)
#586485
(88,100,133)
#4A5470
(74,84,112)
#3C445B
(60,68,91)
#2E3446
(46,52,70)
#202431
(32,36,49)
#12141C
(18,20,28)
#000000
(0,0,0)

Tints of #9EB4EE

#9EB4EE
(158,180,238)
#A6BAEF
(166,186,239)
#AEC0F0
(174,192,240)
#B6C6F1
(182,198,241)
#BECCF2
(190,204,242)
#C6D2F3
(198,210,243)
#CED8F4
(206,216,244)
#D6DEF5
(214,222,245)
#DEE4F6
(222,228,246)
#E6EAF7
(230,234,247)
#EEF0F8
(238,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB4EE; }

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

This text font color is #9EB4EE.

Background Color

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

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

This div background color is #9EB4EE.

Border color

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

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

This div border color is #9EB4EE.

Opacity

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

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

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

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

This text has shadow with #9EB4EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB4EE.

Preview

Color preview on black background

This text has color #9EB4EE on black background.


Color preview on white background

This text has color #9EB4EE on white background.


Black color preview on #9EB4EE background

This text has black color on #9EB4EE background.


White color preview on #9EB4EE background

This text has white color on #9EB4EE background.


Related colors

Complementary color

Complementary color for #hex is #614B11.


I love getcolorcode.com

Triadic colors

1 #EE9EB4 and #B4EE9E with #9EB4EE are triadic colors.

2 #EEB49E and #B49EEE with #9EB4EE are triadic colors.