COLOR #9EB7F7

HEX: #9EB7F7
RGB: (158,183,247)

Color info

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

RGB color model

#9EB7F7 color RGB value is (158,183,247).

  • red value is 158;
  • green value is 183;
  • blue value is 247.
RGB:
(158,183,247)
(62%,72%,97%)

RGB channels and saturation

R 158 of 255 = 62%
G 183 of 255 = 72%
B 247 of 255 = 97%

158
183
247

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

Portions of RGB colors in percentages

R + G + B =
158 + 183 + 247 = 588 (100%)
R 158 of 588 ~ 26.87%
G 183 of 588 ~ 31.12%
B 247 of 588 ~ 42.01%

%26.87
%31.12
%42.01

CMYK color model

#9EB7F7 color CMYK value is (36,26,0,3).

  • cyan value is 36.03%
  • magenta value is 25.91%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(36,26,0,3)
C36M26Y0K3 
(36%,26%,0%,3%)
(0.36/0.26/0.00/0.03)	

CMYK percentages

%36.03
%25.91
%0
%3.14

Codes

Color #9EB7F7 in popluar color models

9EB7F7
RGB158183247
HSL223°84.76%79.41%
HSB/HSV223°36.03%96.86%
CMYK36.03%25.91%0.00%
3.14%

Color #9EB7F7 in popluar number systems.

HEX9EB7F7
Decimal158183247
Binary100111101011011111110111
Octal236267367

Shades and tints

Shades of #9EB7F7

#9EB7F7
(158,183,247)
#90A7E1
(144,167,225)
#8297CB
(130,151,203)
#7487B5
(116,135,181)
#66779F
(102,119,159)
#586789
(88,103,137)
#4A5773
(74,87,115)
#3C475D
(60,71,93)
#2E3747
(46,55,71)
#202731
(32,39,49)
#12171B
(18,23,27)
#000000
(0,0,0)

Tints of #9EB7F7

#9EB7F7
(158,183,247)
#A6BDF7
(166,189,247)
#AEC3F7
(174,195,247)
#B6C9F7
(182,201,247)
#BECFF7
(190,207,247)
#C6D5F7
(198,213,247)
#CEDBF7
(206,219,247)
#D6E1F7
(214,225,247)
#DEE7F7
(222,231,247)
#E6EDF7
(230,237,247)
#EEF3F7
(238,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB7F7 color. Also use rgb(158,183,247) instead hex code.

Text Font Color

.myTextColor { color: #9EB7F7; }

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

This text font color is #9EB7F7.


Background Color

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

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

This div background color is #9EB7F7.


Border color

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

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

This div border color is #9EB7F7.


Opacity

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

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

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

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

This text has shadow with #9EB7F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB7F7 on black background.


Color preview on white background

This text has color #9EB7F7 on white background.



Black color preview on #9EB7F7 background

This text has black color on #9EB7F7 background.


White color preview on #9EB7F7 background

This text has white color on #9EB7F7 background.