COLOR #9EB5BA

HEX: #9EB5BA
RGB: (158,181,186)

Color info

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

RGB color model

#9EB5BA color RGB value is (158,181,186).

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

RGB channels and saturation

R 158 of 255 = 62%
G 181 of 255 = 71%
B 186 of 255 = 73%

158
181
186

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

Portions of RGB colors in percentages

R + G + B =
158 + 181 + 186 = 525 (100%)
R 158 of 525 ~ 30.1%
G 181 of 525 ~ 34.48%
B 186 of 525 ~ 35.43%

%30.1
%34.48
%35.43

CMYK color model

#9EB5BA color CMYK value is (15,3,0,27).

  • cyan value is 15.05%
  • magenta value is 2.69%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(15,3,0,27)
C15M3Y0K27 
(15%,3%,0%,27%)
(0.15/0.03/0.00/0.27)	

CMYK percentages

%15.05
%2.69
%0
%27.06

Codes

Color #9EB5BA in popluar color models

9EB5BA
RGB158181186
HSL191°16.87%67.45%
HSB/HSV191°15.05%72.94%
CMYK15.05%2.69%0.00%
27.06%

Color #9EB5BA in popluar number systems.

HEX9EB5BA
Decimal158181186
Binary100111101011010110111010
Octal236265272

Shades and tints

Shades of #9EB5BA

#9EB5BA
(158,181,186)
#90A5AA
(144,165,170)
#82959A
(130,149,154)
#74858A
(116,133,138)
#66757A
(102,117,122)
#58656A
(88,101,106)
#4A555A
(74,85,90)
#3C454A
(60,69,74)
#2E353A
(46,53,58)
#20252A
(32,37,42)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #9EB5BA

#9EB5BA
(158,181,186)
#A6BBC0
(166,187,192)
#AEC1C6
(174,193,198)
#B6C7CC
(182,199,204)
#BECDD2
(190,205,210)
#C6D3D8
(198,211,216)
#CED9DE
(206,217,222)
#D6DFE4
(214,223,228)
#DEE5EA
(222,229,234)
#E6EBF0
(230,235,240)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB5BA; }

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

This text font color is #9EB5BA.


Background Color

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

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

This div background color is #9EB5BA.


Border color

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

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

This div border color is #9EB5BA.


Opacity

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

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

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

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

This text has shadow with #9EB5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB5BA on black background.


Color preview on white background

This text has color #9EB5BA on white background.



Black color preview on #9EB5BA background

This text has black color on #9EB5BA background.


White color preview on #9EB5BA background

This text has white color on #9EB5BA background.