COLOR #9EB8BD

HEX: #9EB8BD
RGB: (158,184,189)

Color info

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

RGB color model

#9EB8BD color RGB value is (158,184,189).

  • red value is 158;
  • green value is 184;
  • blue value is 189.
RGB:
(158,184,189)
(62%,72%,74%)

RGB channels and saturation

R 158 of 255 = 62%
G 184 of 255 = 72%
B 189 of 255 = 74%

158
184
189

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

Portions of RGB colors in percentages

R + G + B =
158 + 184 + 189 = 531 (100%)
R 158 of 531 ~ 29.76%
G 184 of 531 ~ 34.65%
B 189 of 531 ~ 35.59%

%29.76
%34.65
%35.59

CMYK color model

#9EB8BD color CMYK value is (16,3,0,26).

  • cyan value is 16.40%
  • magenta value is 2.65%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(16,3,0,26)
C16M3Y0K26 
(16%,3%,0%,26%)
(0.16/0.03/0.00/0.26)	

CMYK percentages

%16.4
%2.65
%0
%25.88

Codes

Color #9EB8BD in popluar color models

9EB8BD
RGB158184189
HSL190°19.02%68.04%
HSB/HSV190°16.40%74.12%
CMYK16.40%2.65%0.00%
25.88%

Color #9EB8BD in popluar number systems.

HEX9EB8BD
Decimal158184189
Binary100111101011100010111101
Octal236270275

Shades and tints

Shades of #9EB8BD

#9EB8BD
(158,184,189)
#90A8AC
(144,168,172)
#82989B
(130,152,155)
#74888A
(116,136,138)
#667879
(102,120,121)
#586868
(88,104,104)
#4A5857
(74,88,87)
#3C4846
(60,72,70)
#2E3835
(46,56,53)
#202824
(32,40,36)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #9EB8BD

#9EB8BD
(158,184,189)
#A6BEC3
(166,190,195)
#AEC4C9
(174,196,201)
#B6CACF
(182,202,207)
#BED0D5
(190,208,213)
#C6D6DB
(198,214,219)
#CEDCE1
(206,220,225)
#D6E2E7
(214,226,231)
#DEE8ED
(222,232,237)
#E6EEF3
(230,238,243)
#EEF4F9
(238,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB8BD color. Also use rgb(158,184,189) instead hex code.

Text Font Color

.myTextColor { color: #9EB8BD; }

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

This text font color is #9EB8BD.


Background Color

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

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

This div background color is #9EB8BD.


Border color

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

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

This div border color is #9EB8BD.


Opacity

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

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

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

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

This text has shadow with #9EB8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB8BD on black background.


Color preview on white background

This text has color #9EB8BD on white background.



Black color preview on #9EB8BD background

This text has black color on #9EB8BD background.


White color preview on #9EB8BD background

This text has white color on #9EB8BD background.