COLOR #9EB5D9

HEX: #9EB5D9
RGB: (158,181,217)

Color info

#9EB5D9 contains red, green and blue colors in about the same proportion. Web safe color of #9EB5D9 is #99CCCC (or #9CC).

RGB color model

#9EB5D9 color RGB value is (158,181,217).

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

RGB channels and saturation

R 158 of 255 = 62%
G 181 of 255 = 71%
B 217 of 255 = 85%

158
181
217

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

Portions of RGB colors in percentages

R + G + B =
158 + 181 + 217 = 556 (100%)
R 158 of 556 ~ 28.42%
G 181 of 556 ~ 32.55%
B 217 of 556 ~ 39.03%

%28.42
%32.55
%39.03

CMYK color model

#9EB5D9 color CMYK value is (27,17,0,15).

  • cyan value is 27.19%
  • magenta value is 16.59%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(27,17,0,15)
C27M17Y0K15 
(27%,17%,0%,15%)
(0.27/0.17/0.00/0.15)	

CMYK percentages

%27.19
%16.59
%0
%14.9

Codes

Color #9EB5D9 in popluar color models

9EB5D9
RGB158181217
HSL217°43.70%73.53%
HSB/HSV217°27.19%85.10%
CMYK27.19%16.59%0.00%
14.90%

Color #9EB5D9 in popluar number systems.

HEX9EB5D9
Decimal158181217
Binary100111101011010111011001
Octal236265331

Shades and tints

Shades of #9EB5D9

#9EB5D9
(158,181,217)
#90A5C6
(144,165,198)
#8295B3
(130,149,179)
#7485A0
(116,133,160)
#66758D
(102,117,141)
#58657A
(88,101,122)
#4A5567
(74,85,103)
#3C4554
(60,69,84)
#2E3541
(46,53,65)
#20252E
(32,37,46)
#12151B
(18,21,27)
#000000
(0,0,0)

Tints of #9EB5D9

#9EB5D9
(158,181,217)
#A6BBDC
(166,187,220)
#AEC1DF
(174,193,223)
#B6C7E2
(182,199,226)
#BECDE5
(190,205,229)
#C6D3E8
(198,211,232)
#CED9EB
(206,217,235)
#D6DFEE
(214,223,238)
#DEE5F1
(222,229,241)
#E6EBF4
(230,235,244)
#EEF1F7
(238,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB5D9; }

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

This text font color is #9EB5D9.


Background Color

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

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

This div background color is #9EB5D9.


Border color

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

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

This div border color is #9EB5D9.


Opacity

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

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

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

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

This text has shadow with #9EB5D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB5D9 on black background.


Color preview on white background

This text has color #9EB5D9 on white background.



Black color preview on #9EB5D9 background

This text has black color on #9EB5D9 background.


White color preview on #9EB5D9 background

This text has white color on #9EB5D9 background.