COLOR #9EB6D6

HEX: #9EB6D6
RGB: (158,182,214)

Color info

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

RGB color model

#9EB6D6 color RGB value is (158,182,214).

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

RGB channels and saturation

R 158 of 255 = 62%
G 182 of 255 = 71%
B 214 of 255 = 84%

158
182
214

R + G + B ~ 72%. #9EB6D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 182 + 214 = 554 (100%)
R 158 of 554 ~ 28.52%
G 182 of 554 ~ 32.85%
B 214 of 554 ~ 38.63%

%28.52
%32.85
%38.63

CMYK color model

#9EB6D6 color CMYK value is (26,15,0,16).

  • cyan value is 26.17%
  • magenta value is 14.95%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(26,15,0,16)
C26M15Y0K16 
(26%,15%,0%,16%)
(0.26/0.15/0.00/0.16)	

CMYK percentages

%26.17
%14.95
%0
%16.08

Codes

Color #9EB6D6 in popluar color models

9EB6D6
RGB158182214
HSL214°40.58%72.94%
HSB/HSV214°26.17%83.92%
CMYK26.17%14.95%0.00%
16.08%

Color #9EB6D6 in popluar number systems.

HEX9EB6D6
Decimal158182214
Binary100111101011011011010110
Octal236266326

Shades and tints

Shades of #9EB6D6

#9EB6D6
(158,182,214)
#90A6C3
(144,166,195)
#8296B0
(130,150,176)
#74869D
(116,134,157)
#66768A
(102,118,138)
#586677
(88,102,119)
#4A5664
(74,86,100)
#3C4651
(60,70,81)
#2E363E
(46,54,62)
#20262B
(32,38,43)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #9EB6D6

#9EB6D6
(158,182,214)
#A6BCD9
(166,188,217)
#AEC2DC
(174,194,220)
#B6C8DF
(182,200,223)
#BECEE2
(190,206,226)
#C6D4E5
(198,212,229)
#CEDAE8
(206,218,232)
#D6E0EB
(214,224,235)
#DEE6EE
(222,230,238)
#E6ECF1
(230,236,241)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB6D6; }

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

This text font color is #9EB6D6.


Background Color

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

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

This div background color is #9EB6D6.


Border color

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

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

This div border color is #9EB6D6.


Opacity

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

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

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

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

This text has shadow with #9EB6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB6D6 on black background.


Color preview on white background

This text has color #9EB6D6 on white background.



Black color preview on #9EB6D6 background

This text has black color on #9EB6D6 background.


White color preview on #9EB6D6 background

This text has white color on #9EB6D6 background.