COLOR #9EA1BA

HEX: #9EA1BA RGB: (158,161,186)

Color info

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

RGB color model

#9EA1BA color RGB value is (158,161,186).

RGB: (158,161,186) (62%, 63%, 73%)

RGB channels and saturation

R 158 of 255 = 62%
G 161 of 255 = 63%
B 186 of 255 = 73%

158
161
186

R + G + B ~ 66%. #9EA1BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 161 + 186 = 505 (100%)
R 158 of 505 ~ 31.29%
G 161 of 505 ~ 31.88%
B 186 of 505 ~ 36.83'%

%31.29
%31.88
%36.83

CMYK color model

#9EA1BA color CMYK value is (15,13,0,27).

  • cyan value is 15.05%
  • magenta value is 13.44%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (15,13,0,27)
C15M13Y0K27 (15%, 13%, 0%, 27%)
(0.15 / 0.13 / 0.00 / 0.27)

CMYK percentages

%15.05
%13.44
%0
%27.06

Codes

Color #9EA1BA in popluar color models

9E A1 BA
RGB 158 161 186
HSL 234° 16.87% 67.45%
HSB/HSV 234° 15.05% 72.94%
CMYK 15.05% 13.44% 0.00%
27.06%

Color #9EA1BA in popluar number systems.

HEX 9E A1 BA
Decimal 158 161 186
Binary 10011110 10100001 10111010
Octal 236 241 272

Shades and tints

Shades of #9EA1BA

#9EA1BA
(158,161,186)
#9093AA
(144,147,170)
#82859A
(130,133,154)
#74778A
(116,119,138)
#66697A
(102,105,122)
#585B6A
(88,91,106)
#4A4D5A
(74,77,90)
#3C3F4A
(60,63,74)
#2E313A
(46,49,58)
#20232A
(32,35,42)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #9EA1BA

#9EA1BA
(158,161,186)
#A6A9C0
(166,169,192)
#AEB1C6
(174,177,198)
#B6B9CC
(182,185,204)
#BEC1D2
(190,193,210)
#C6C9D8
(198,201,216)
#CED1DE
(206,209,222)
#D6D9E4
(214,217,228)
#DEE1EA
(222,225,234)
#E6E9F0
(230,233,240)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA1BA; }

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

This text font color is #9EA1BA.

Background Color

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

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

This div background color is #9EA1BA.

Border color

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

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

This div border color is #9EA1BA.

Opacity

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

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

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

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

This text has shadow with #9EA1BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA1BA.

Preview

Color preview on black background

This text has color #9EA1BA on black background.


Color preview on white background

This text has color #9EA1BA on white background.


Black color preview on #9EA1BA background

This text has black color on #9EA1BA background.


White color preview on #9EA1BA background

This text has white color on #9EA1BA background.


Related colors

Complementary color

Complementary color for #hex is #615E45.


I love getcolorcode.com

Triadic colors

1 #BA9EA1 and #A1BA9E with #9EA1BA are triadic colors.

2 #BAA19E and #A19EBA with #9EA1BA are triadic colors.