COLOR #9EB5BD

HEX: #9EB5BD
RGB: (158,181,189)

Color info

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

RGB color model

#9EB5BD color RGB value is (158,181,189).

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

RGB channels and saturation

R 158 of 255 = 62%
G 181 of 255 = 71%
B 189 of 255 = 74%

158
181
189

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

Portions of RGB colors in percentages

R + G + B =
158 + 181 + 189 = 528 (100%)
R 158 of 528 ~ 29.92%
G 181 of 528 ~ 34.28%
B 189 of 528 ~ 35.8%

%29.92
%34.28
%35.8

CMYK color model

#9EB5BD color CMYK value is (16,4,0,26).

  • cyan value is 16.40%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(16,4,0,26)
C16M4Y0K26 
(16%,4%,0%,26%)
(0.16/0.04/0.00/0.26)	

CMYK percentages

%16.4
%4.23
%0
%25.88

Codes

Color #9EB5BD in popluar color models

9EB5BD
RGB158181189
HSL195°19.02%68.04%
HSB/HSV195°16.40%74.12%
CMYK16.40%4.23%0.00%
25.88%

Color #9EB5BD in popluar number systems.

HEX9EB5BD
Decimal158181189
Binary100111101011010110111101
Octal236265275

Shades and tints

Shades of #9EB5BD

#9EB5BD
(158,181,189)
#90A5AC
(144,165,172)
#82959B
(130,149,155)
#74858A
(116,133,138)
#667579
(102,117,121)
#586568
(88,101,104)
#4A5557
(74,85,87)
#3C4546
(60,69,70)
#2E3535
(46,53,53)
#202524
(32,37,36)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #9EB5BD

#9EB5BD
(158,181,189)
#A6BBC3
(166,187,195)
#AEC1C9
(174,193,201)
#B6C7CF
(182,199,207)
#BECDD5
(190,205,213)
#C6D3DB
(198,211,219)
#CED9E1
(206,217,225)
#D6DFE7
(214,223,231)
#DEE5ED
(222,229,237)
#E6EBF3
(230,235,243)
#EEF1F9
(238,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB5BD; }

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

This text font color is #9EB5BD.


Background Color

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

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

This div background color is #9EB5BD.


Border color

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

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

This div border color is #9EB5BD.


Opacity

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

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

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

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

This text has shadow with #9EB5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB5BD on black background.


Color preview on white background

This text has color #9EB5BD on white background.



Black color preview on #9EB5BD background

This text has black color on #9EB5BD background.


White color preview on #9EB5BD background

This text has white color on #9EB5BD background.