COLOR #9EBEF1

HEX: #9EBEF1
RGB: (158,190,241)

Color info

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

RGB color model

#9EBEF1 color RGB value is (158,190,241).

  • red value is 158;
  • green value is 190;
  • blue value is 241.
RGB:
(158,190,241)
(62%,75%,95%)

RGB channels and saturation

R 158 of 255 = 62%
G 190 of 255 = 75%
B 241 of 255 = 95%

158
190
241

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

Portions of RGB colors in percentages

R + G + B =
158 + 190 + 241 = 589 (100%)
R 158 of 589 ~ 26.83%
G 190 of 589 ~ 32.26%
B 241 of 589 ~ 40.92%

%26.83
%32.26
%40.92

CMYK color model

#9EBEF1 color CMYK value is (34,21,0,5).

  • cyan value is 34.44%
  • magenta value is 21.16%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(34,21,0,5)
C34M21Y0K5 
(34%,21%,0%,5%)
(0.34/0.21/0.00/0.05)	

CMYK percentages

%34.44
%21.16
%0
%5.49

Codes

Color #9EBEF1 in popluar color models

9EBEF1
RGB158190241
HSL217°74.77%78.24%
HSB/HSV217°34.44%94.51%
CMYK34.44%21.16%0.00%
5.49%

Color #9EBEF1 in popluar number systems.

HEX9EBEF1
Decimal158190241
Binary100111101011111011110001
Octal236276361

Shades and tints

Shades of #9EBEF1

#9EBEF1
(158,190,241)
#90ADDC
(144,173,220)
#829CC7
(130,156,199)
#748BB2
(116,139,178)
#667A9D
(102,122,157)
#586988
(88,105,136)
#4A5873
(74,88,115)
#3C475E
(60,71,94)
#2E3649
(46,54,73)
#202534
(32,37,52)
#12141F
(18,20,31)
#000000
(0,0,0)

Tints of #9EBEF1

#9EBEF1
(158,190,241)
#A6C3F2
(166,195,242)
#AEC8F3
(174,200,243)
#B6CDF4
(182,205,244)
#BED2F5
(190,210,245)
#C6D7F6
(198,215,246)
#CEDCF7
(206,220,247)
#D6E1F8
(214,225,248)
#DEE6F9
(222,230,249)
#E6EBFA
(230,235,250)
#EEF0FB
(238,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EBEF1 color. Also use rgb(158,190,241) instead hex code.

Text Font Color

.myTextColor { color: #9EBEF1; }

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

This text font color is #9EBEF1.


Background Color

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

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

This div background color is #9EBEF1.


Border color

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

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

This div border color is #9EBEF1.


Opacity

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

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

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

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

This text has shadow with #9EBEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBEF1 on black background.


Color preview on white background

This text has color #9EBEF1 on white background.



Black color preview on #9EBEF1 background

This text has black color on #9EBEF1 background.


White color preview on #9EBEF1 background

This text has white color on #9EBEF1 background.