COLOR #9EB5DF

HEX: #9EB5DF
RGB: (158,181,223)

Color info

#9EB5DF contains mainly green and blue colors. Web safe color of #9EB5DF is #99CCCC (or #9CC).

RGB color model

#9EB5DF color RGB value is (158,181,223).

  • red value is 158;
  • green value is 181;
  • blue value is 223.
RGB:
(158,181,223)
(62%,71%,87%)

RGB channels and saturation

R 158 of 255 = 62%
G 181 of 255 = 71%
B 223 of 255 = 87%

158
181
223

R + G + B ~ 73%. #9EB5DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 181 + 223 = 562 (100%)
R 158 of 562 ~ 28.11%
G 181 of 562 ~ 32.21%
B 223 of 562 ~ 39.68%

%28.11
%32.21
%39.68

CMYK color model

#9EB5DF color CMYK value is (29,19,0,13).

  • cyan value is 29.15%
  • magenta value is 18.83%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(29,19,0,13)
C29M19Y0K13 
(29%,19%,0%,13%)
(0.29/0.19/0.00/0.13)	

CMYK percentages

%29.15
%18.83
%0
%12.55

Codes

Color #9EB5DF in popluar color models

9EB5DF
RGB158181223
HSL219°50.39%74.71%
HSB/HSV219°29.15%87.45%
CMYK29.15%18.83%0.00%
12.55%

Color #9EB5DF in popluar number systems.

HEX9EB5DF
Decimal158181223
Binary100111101011010111011111
Octal236265337

Shades and tints

Shades of #9EB5DF

#9EB5DF
(158,181,223)
#90A5CB
(144,165,203)
#8295B7
(130,149,183)
#7485A3
(116,133,163)
#66758F
(102,117,143)
#58657B
(88,101,123)
#4A5567
(74,85,103)
#3C4553
(60,69,83)
#2E353F
(46,53,63)
#20252B
(32,37,43)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #9EB5DF

#9EB5DF
(158,181,223)
#A6BBE1
(166,187,225)
#AEC1E3
(174,193,227)
#B6C7E5
(182,199,229)
#BECDE7
(190,205,231)
#C6D3E9
(198,211,233)
#CED9EB
(206,217,235)
#D6DFED
(214,223,237)
#DEE5EF
(222,229,239)
#E6EBF1
(230,235,241)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB5DF; }

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

This text font color is #9EB5DF.


Background Color

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

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

This div background color is #9EB5DF.


Border color

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

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

This div border color is #9EB5DF.


Opacity

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

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

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

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

This text has shadow with #9EB5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB5DF on black background.


Color preview on white background

This text has color #9EB5DF on white background.



Black color preview on #9EB5DF background

This text has black color on #9EB5DF background.


White color preview on #9EB5DF background

This text has white color on #9EB5DF background.