COLOR #9EB1DB

HEX: #9EB1DB
RGB: (158,177,219)

Color info

#9EB1DB contains mainly green and blue colors. Web safe color of #9EB1DB is #9999CC (or #99C).

RGB color model

#9EB1DB color RGB value is (158,177,219).

  • red value is 158;
  • green value is 177;
  • blue value is 219.
RGB:
(158,177,219)
(62%,69%,86%)

RGB channels and saturation

R 158 of 255 = 62%
G 177 of 255 = 69%
B 219 of 255 = 86%

158
177
219

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

Portions of RGB colors in percentages

R + G + B =
158 + 177 + 219 = 554 (100%)
R 158 of 554 ~ 28.52%
G 177 of 554 ~ 31.95%
B 219 of 554 ~ 39.53%

%28.52
%31.95
%39.53

CMYK color model

#9EB1DB color CMYK value is (28,19,0,14).

  • cyan value is 27.85%
  • magenta value is 19.18%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(28,19,0,14)
C28M19Y0K14 
(28%,19%,0%,14%)
(0.28/0.19/0.00/0.14)	

CMYK percentages

%27.85
%19.18
%0
%14.12

Codes

Color #9EB1DB in popluar color models

9EB1DB
RGB158177219
HSL221°45.86%73.92%
HSB/HSV221°27.85%85.88%
CMYK27.85%19.18%0.00%
14.12%

Color #9EB1DB in popluar number systems.

HEX9EB1DB
Decimal158177219
Binary100111101011000111011011
Octal236261333

Shades and tints

Shades of #9EB1DB

#9EB1DB
(158,177,219)
#90A1C8
(144,161,200)
#8291B5
(130,145,181)
#7481A2
(116,129,162)
#66718F
(102,113,143)
#58617C
(88,97,124)
#4A5169
(74,81,105)
#3C4156
(60,65,86)
#2E3143
(46,49,67)
#202130
(32,33,48)
#12111D
(18,17,29)
#000000
(0,0,0)

Tints of #9EB1DB

#9EB1DB
(158,177,219)
#A6B8DE
(166,184,222)
#AEBFE1
(174,191,225)
#B6C6E4
(182,198,228)
#BECDE7
(190,205,231)
#C6D4EA
(198,212,234)
#CEDBED
(206,219,237)
#D6E2F0
(214,226,240)
#DEE9F3
(222,233,243)
#E6F0F6
(230,240,246)
#EEF7F9
(238,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB1DB color. Also use rgb(158,177,219) instead hex code.

Text Font Color

.myTextColor { color: #9EB1DB; }

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

This text font color is #9EB1DB.


Background Color

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

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

This div background color is #9EB1DB.


Border color

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

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

This div border color is #9EB1DB.


Opacity

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

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

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

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

This text has shadow with #9EB1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB1DB on black background.


Color preview on white background

This text has color #9EB1DB on white background.



Black color preview on #9EB1DB background

This text has black color on #9EB1DB background.


White color preview on #9EB1DB background

This text has white color on #9EB1DB background.