COLOR #9EB7D6

HEX: #9EB7D6
RGB: (158,183,214)

Color info

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

RGB color model

#9EB7D6 color RGB value is (158,183,214).

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

RGB channels and saturation

R 158 of 255 = 62%
G 183 of 255 = 72%
B 214 of 255 = 84%

158
183
214

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

Portions of RGB colors in percentages

R + G + B =
158 + 183 + 214 = 555 (100%)
R 158 of 555 ~ 28.47%
G 183 of 555 ~ 32.97%
B 214 of 555 ~ 38.56%

%28.47
%32.97
%38.56

CMYK color model

#9EB7D6 color CMYK value is (26,14,0,16).

  • cyan value is 26.17%
  • magenta value is 14.49%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(26,14,0,16)
C26M14Y0K16 
(26%,14%,0%,16%)
(0.26/0.14/0.00/0.16)	

CMYK percentages

%26.17
%14.49
%0
%16.08

Codes

Color #9EB7D6 in popluar color models

9EB7D6
RGB158183214
HSL213°40.58%72.94%
HSB/HSV213°26.17%83.92%
CMYK26.17%14.49%0.00%
16.08%

Color #9EB7D6 in popluar number systems.

HEX9EB7D6
Decimal158183214
Binary100111101011011111010110
Octal236267326

Shades and tints

Shades of #9EB7D6

#9EB7D6
(158,183,214)
#90A7C3
(144,167,195)
#8297B0
(130,151,176)
#74879D
(116,135,157)
#66778A
(102,119,138)
#586777
(88,103,119)
#4A5764
(74,87,100)
#3C4751
(60,71,81)
#2E373E
(46,55,62)
#20272B
(32,39,43)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #9EB7D6

#9EB7D6
(158,183,214)
#A6BDD9
(166,189,217)
#AEC3DC
(174,195,220)
#B6C9DF
(182,201,223)
#BECFE2
(190,207,226)
#C6D5E5
(198,213,229)
#CEDBE8
(206,219,232)
#D6E1EB
(214,225,235)
#DEE7EE
(222,231,238)
#E6EDF1
(230,237,241)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB7D6; }

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

This text font color is #9EB7D6.


Background Color

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

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

This div background color is #9EB7D6.


Border color

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

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

This div border color is #9EB7D6.


Opacity

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

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

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

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

This text has shadow with #9EB7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB7D6 on black background.


Color preview on white background

This text has color #9EB7D6 on white background.



Black color preview on #9EB7D6 background

This text has black color on #9EB7D6 background.


White color preview on #9EB7D6 background

This text has white color on #9EB7D6 background.