COLOR #9EB7D1

HEX: #9EB7D1
RGB: (158,183,209)

Color info

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

RGB color model

#9EB7D1 color RGB value is (158,183,209).

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

RGB channels and saturation

R 158 of 255 = 62%
G 183 of 255 = 72%
B 209 of 255 = 82%

158
183
209

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

Portions of RGB colors in percentages

R + G + B =
158 + 183 + 209 = 550 (100%)
R 158 of 550 ~ 28.73%
G 183 of 550 ~ 33.27%
B 209 of 550 ~ 38%

%28.73
%33.27
%38

CMYK color model

#9EB7D1 color CMYK value is (24,12,0,18).

  • cyan value is 24.40%
  • magenta value is 12.44%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(24,12,0,18)
C24M12Y0K18 
(24%,12%,0%,18%)
(0.24/0.12/0.00/0.18)	

CMYK percentages

%24.4
%12.44
%0
%18.04

Codes

Color #9EB7D1 in popluar color models

9EB7D1
RGB158183209
HSL211°35.66%71.96%
HSB/HSV211°24.40%81.96%
CMYK24.40%12.44%0.00%
18.04%

Color #9EB7D1 in popluar number systems.

HEX9EB7D1
Decimal158183209
Binary100111101011011111010001
Octal236267321

Shades and tints

Shades of #9EB7D1

#9EB7D1
(158,183,209)
#90A7BE
(144,167,190)
#8297AB
(130,151,171)
#748798
(116,135,152)
#667785
(102,119,133)
#586772
(88,103,114)
#4A575F
(74,87,95)
#3C474C
(60,71,76)
#2E3739
(46,55,57)
#202726
(32,39,38)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #9EB7D1

#9EB7D1
(158,183,209)
#A6BDD5
(166,189,213)
#AEC3D9
(174,195,217)
#B6C9DD
(182,201,221)
#BECFE1
(190,207,225)
#C6D5E5
(198,213,229)
#CEDBE9
(206,219,233)
#D6E1ED
(214,225,237)
#DEE7F1
(222,231,241)
#E6EDF5
(230,237,245)
#EEF3F9
(238,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB7D1; }

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

This text font color is #9EB7D1.


Background Color

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

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

This div background color is #9EB7D1.


Border color

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

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

This div border color is #9EB7D1.


Opacity

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

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

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

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

This text has shadow with #9EB7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB7D1 on black background.


Color preview on white background

This text has color #9EB7D1 on white background.



Black color preview on #9EB7D1 background

This text has black color on #9EB7D1 background.


White color preview on #9EB7D1 background

This text has white color on #9EB7D1 background.