COLOR #9EAFFD

HEX: #9EAFFD
RGB: (158,175,253)

Color info

#9EAFFD contains mainly blue color. Web safe color of #9EAFFD is #9999FF (or #99F).

RGB color model

#9EAFFD color RGB value is (158,175,253).

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

RGB channels and saturation

R 158 of 255 = 62%
G 175 of 255 = 69%
B 253 of 255 = 99%

158
175
253

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

Portions of RGB colors in percentages

R + G + B =
158 + 175 + 253 = 586 (100%)
R 158 of 586 ~ 26.96%
G 175 of 586 ~ 29.86%
B 253 of 586 ~ 43.17%

%26.96
%29.86
%43.17

CMYK color model

#9EAFFD color CMYK value is (38,31,0,1).

  • cyan value is 37.55%
  • magenta value is 30.83%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(38,31,0,1)
C38M31Y0K1 
(38%,31%,0%,1%)
(0.38/0.31/0.00/0.01)	

CMYK percentages

%37.55
%30.83
%0
%0.78

Codes

Color #9EAFFD in popluar color models

9EAFFD
RGB158175253
HSL229°95.96%80.59%
HSB/HSV229°37.55%99.22%
CMYK37.55%30.83%0.00%
0.78%

Color #9EAFFD in popluar number systems.

HEX9EAFFD
Decimal158175253
Binary100111101010111111111101
Octal236257375

Shades and tints

Shades of #9EAFFD

#9EAFFD
(158,175,253)
#90A0E6
(144,160,230)
#8291CF
(130,145,207)
#7482B8
(116,130,184)
#6673A1
(102,115,161)
#58648A
(88,100,138)
#4A5573
(74,85,115)
#3C465C
(60,70,92)
#2E3745
(46,55,69)
#20282E
(32,40,46)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #9EAFFD

#9EAFFD
(158,175,253)
#A6B6FD
(166,182,253)
#AEBDFD
(174,189,253)
#B6C4FD
(182,196,253)
#BECBFD
(190,203,253)
#C6D2FD
(198,210,253)
#CED9FD
(206,217,253)
#D6E0FD
(214,224,253)
#DEE7FD
(222,231,253)
#E6EEFD
(230,238,253)
#EEF5FD
(238,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAFFD; }

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

This text font color is #9EAFFD.


Background Color

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

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

This div background color is #9EAFFD.


Border color

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

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

This div border color is #9EAFFD.


Opacity

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

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

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

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

This text has shadow with #9EAFFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAFFD on black background.


Color preview on white background

This text has color #9EAFFD on white background.



Black color preview on #9EAFFD background

This text has black color on #9EAFFD background.


White color preview on #9EAFFD background

This text has white color on #9EAFFD background.