COLOR #9EB7BB

HEX: #9EB7BB
RGB: (158,183,187)

Color info

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

RGB color model

#9EB7BB color RGB value is (158,183,187).

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

RGB channels and saturation

R 158 of 255 = 62%
G 183 of 255 = 72%
B 187 of 255 = 73%

158
183
187

R + G + B ~ 69%. #9EB7BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 183 + 187 = 528 (100%)
R 158 of 528 ~ 29.92%
G 183 of 528 ~ 34.66%
B 187 of 528 ~ 35.42%

%29.92
%34.66
%35.42

CMYK color model

#9EB7BB color CMYK value is (16,2,0,27).

  • cyan value is 15.51%
  • magenta value is 2.14%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(16,2,0,27)
C16M2Y0K27 
(16%,2%,0%,27%)
(0.16/0.02/0.00/0.27)	

CMYK percentages

%15.51
%2.14
%0
%26.67

Codes

Color #9EB7BB in popluar color models

9EB7BB
RGB158183187
HSL188°17.58%67.65%
HSB/HSV188°15.51%73.33%
CMYK15.51%2.14%0.00%
26.67%

Color #9EB7BB in popluar number systems.

HEX9EB7BB
Decimal158183187
Binary100111101011011110111011
Octal236267273

Shades and tints

Shades of #9EB7BB

#9EB7BB
(158,183,187)
#90A7AA
(144,167,170)
#829799
(130,151,153)
#748788
(116,135,136)
#667777
(102,119,119)
#586766
(88,103,102)
#4A5755
(74,87,85)
#3C4744
(60,71,68)
#2E3733
(46,55,51)
#202722
(32,39,34)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #9EB7BB

#9EB7BB
(158,183,187)
#A6BDC1
(166,189,193)
#AEC3C7
(174,195,199)
#B6C9CD
(182,201,205)
#BECFD3
(190,207,211)
#C6D5D9
(198,213,217)
#CEDBDF
(206,219,223)
#D6E1E5
(214,225,229)
#DEE7EB
(222,231,235)
#E6EDF1
(230,237,241)
#EEF3F7
(238,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB7BB; }

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

This text font color is #9EB7BB.


Background Color

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

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

This div background color is #9EB7BB.


Border color

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

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

This div border color is #9EB7BB.


Opacity

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

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

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

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

This text has shadow with #9EB7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB7BB on black background.


Color preview on white background

This text has color #9EB7BB on white background.



Black color preview on #9EB7BB background

This text has black color on #9EB7BB background.


White color preview on #9EB7BB background

This text has white color on #9EB7BB background.