COLOR #9EB5FE

HEX: #9EB5FE RGB: (158,181,254)

Color info

#9EB5FE contains mainly blue color. Web safe color of #9EB5FE is #99CCFF (or #9CF).

RGB color model

#9EB5FE color RGB value is (158,181,254).

RGB: (158,181,254) (62%, 71%, 100%)

RGB channels and saturation

R 158 of 255 = 62%
G 181 of 255 = 71%
B 254 of 255 = 100%

158
181
254

R + G + B ~ 78%. #9EB5FE is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 181 + 254 = 593 (100%)
R 158 of 593 ~ 26.64%
G 181 of 593 ~ 30.52%
B 254 of 593 ~ 42.83'%

%26.64
%30.52
%42.83

CMYK color model

#9EB5FE color CMYK value is (38,29,0,0).

  • cyan value is 37.80%
  • magenta value is 28.74%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (38,29,0,0)
C38M29Y0K0 (38%, 29%, 0%, 0%)
(0.38 / 0.29 / 0.00 / 0.00)

CMYK percentages

%37.8
%28.74
%0
%0.39

Codes

Color #9EB5FE in popluar color models

9E B5 FE
RGB 158 181 254
HSL 226° 97.96% 80.78%
HSB/HSV 226° 37.80% 99.61%
CMYK 37.80% 28.74% 0.00%
0.39%

Color #9EB5FE in popluar number systems.

HEX 9E B5 FE
Decimal 158 181 254
Binary 10011110 10110101 11111110
Octal 236 265 376

Shades and tints

Shades of #9EB5FE

#9EB5FE
(158,181,254)
#90A5E7
(144,165,231)
#8295D0
(130,149,208)
#7485B9
(116,133,185)
#6675A2
(102,117,162)
#58658B
(88,101,139)
#4A5574
(74,85,116)
#3C455D
(60,69,93)
#2E3546
(46,53,70)
#20252F
(32,37,47)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #9EB5FE

#9EB5FE
(158,181,254)
#A6BBFE
(166,187,254)
#AEC1FE
(174,193,254)
#B6C7FE
(182,199,254)
#BECDFE
(190,205,254)
#C6D3FE
(198,211,254)
#CED9FE
(206,217,254)
#D6DFFE
(214,223,254)
#DEE5FE
(222,229,254)
#E6EBFE
(230,235,254)
#EEF1FE
(238,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB5FE color. Also use rgb(158,181,254) instead hex code.

Text Font Color

.myTextColor { color: #9EB5FE; }

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

This text font color is #9EB5FE.

Background Color

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

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

This div background color is #9EB5FE.

Border color

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

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

This div border color is #9EB5FE.

Opacity

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

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

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

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

This text has shadow with #9EB5FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB5FE.

Preview

Color preview on black background

This text has color #9EB5FE on black background.


Color preview on white background

This text has color #9EB5FE on white background.


Black color preview on #9EB5FE background

This text has black color on #9EB5FE background.


White color preview on #9EB5FE background

This text has white color on #9EB5FE background.


Related colors

Complementary color

Complementary color for #hex is #614A01.


I love getcolorcode.com

Triadic colors

1 #FE9EB5 and #B5FE9E with #9EB5FE are triadic colors.

2 #FEB59E and #B59EFE with #9EB5FE are triadic colors.