COLOR #9EBFFD

HEX: #9EBFFD
RGB: (158,191,253)

Color info

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

RGB color model

#9EBFFD color RGB value is (158,191,253).

  • red value is 158;
  • green value is 191;
  • blue value is 253.
RGB:
(158,191,253)
(62%,75%,99%)

RGB channels and saturation

R 158 of 255 = 62%
G 191 of 255 = 75%
B 253 of 255 = 99%

158
191
253

R + G + B ~ 79%. #9EBFFD is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 191 + 253 = 602 (100%)
R 158 of 602 ~ 26.25%
G 191 of 602 ~ 31.73%
B 253 of 602 ~ 42.03%

%26.25
%31.73
%42.03

CMYK color model

#9EBFFD color CMYK value is (38,25,0,1).

  • cyan value is 37.55%
  • magenta value is 24.51%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(38,25,0,1)
C38M25Y0K1 
(38%,25%,0%,1%)
(0.38/0.25/0.00/0.01)	

CMYK percentages

%37.55
%24.51
%0
%0.78

Codes

Color #9EBFFD in popluar color models

9EBFFD
RGB158191253
HSL219°95.96%80.59%
HSB/HSV219°37.55%99.22%
CMYK37.55%24.51%0.00%
0.78%

Color #9EBFFD in popluar number systems.

HEX9EBFFD
Decimal158191253
Binary100111101011111111111101
Octal236277375

Shades and tints

Shades of #9EBFFD

#9EBFFD
(158,191,253)
#90AEE6
(144,174,230)
#829DCF
(130,157,207)
#748CB8
(116,140,184)
#667BA1
(102,123,161)
#586A8A
(88,106,138)
#4A5973
(74,89,115)
#3C485C
(60,72,92)
#2E3745
(46,55,69)
#20262E
(32,38,46)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #9EBFFD

#9EBFFD
(158,191,253)
#A6C4FD
(166,196,253)
#AEC9FD
(174,201,253)
#B6CEFD
(182,206,253)
#BED3FD
(190,211,253)
#C6D8FD
(198,216,253)
#CEDDFD
(206,221,253)
#D6E2FD
(214,226,253)
#DEE7FD
(222,231,253)
#E6ECFD
(230,236,253)
#EEF1FD
(238,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EBFFD color. Also use rgb(158,191,253) instead hex code.

Text Font Color

.myTextColor { color: #9EBFFD; }

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

This text font color is #9EBFFD.


Background Color

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

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

This div background color is #9EBFFD.


Border color

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

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

This div border color is #9EBFFD.


Opacity

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

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

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

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

This text has shadow with #9EBFFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBFFD on black background.


Color preview on white background

This text has color #9EBFFD on white background.



Black color preview on #9EBFFD background

This text has black color on #9EBFFD background.


White color preview on #9EBFFD background

This text has white color on #9EBFFD background.