COLOR #9EB7CF

HEX: #9EB7CF
RGB: (158,183,207)

Color info

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

RGB color model

#9EB7CF color RGB value is (158,183,207).

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

RGB channels and saturation

R 158 of 255 = 62%
G 183 of 255 = 72%
B 207 of 255 = 81%

158
183
207

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

Portions of RGB colors in percentages

R + G + B =
158 + 183 + 207 = 548 (100%)
R 158 of 548 ~ 28.83%
G 183 of 548 ~ 33.39%
B 207 of 548 ~ 37.77%

%28.83
%33.39
%37.77

CMYK color model

#9EB7CF color CMYK value is (24,12,0,19).

  • cyan value is 23.67%
  • magenta value is 11.59%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(24,12,0,19)
C24M12Y0K19 
(24%,12%,0%,19%)
(0.24/0.12/0.00/0.19)	

CMYK percentages

%23.67
%11.59
%0
%18.82

Codes

Color #9EB7CF in popluar color models

9EB7CF
RGB158183207
HSL209°33.79%71.57%
HSB/HSV209°23.67%81.18%
CMYK23.67%11.59%0.00%
18.82%

Color #9EB7CF in popluar number systems.

HEX9EB7CF
Decimal158183207
Binary100111101011011111001111
Octal236267317

Shades and tints

Shades of #9EB7CF

#9EB7CF
(158,183,207)
#90A7BD
(144,167,189)
#8297AB
(130,151,171)
#748799
(116,135,153)
#667787
(102,119,135)
#586775
(88,103,117)
#4A5763
(74,87,99)
#3C4751
(60,71,81)
#2E373F
(46,55,63)
#20272D
(32,39,45)
#12171B
(18,23,27)
#000000
(0,0,0)

Tints of #9EB7CF

#9EB7CF
(158,183,207)
#A6BDD3
(166,189,211)
#AEC3D7
(174,195,215)
#B6C9DB
(182,201,219)
#BECFDF
(190,207,223)
#C6D5E3
(198,213,227)
#CEDBE7
(206,219,231)
#D6E1EB
(214,225,235)
#DEE7EF
(222,231,239)
#E6EDF3
(230,237,243)
#EEF3F7
(238,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB7CF; }

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

This text font color is #9EB7CF.


Background Color

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

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

This div background color is #9EB7CF.


Border color

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

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

This div border color is #9EB7CF.


Opacity

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

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

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

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

This text has shadow with #9EB7CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB7CF on black background.


Color preview on white background

This text has color #9EB7CF on white background.



Black color preview on #9EB7CF background

This text has black color on #9EB7CF background.


White color preview on #9EB7CF background

This text has white color on #9EB7CF background.