COLOR #9EA4BA

HEX: #9EA4BA RGB: (158,164,186)

Color info

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

RGB color model

#9EA4BA color RGB value is (158,164,186).

RGB: (158,164,186) (62%, 64%, 73%)

RGB channels and saturation

R 158 of 255 = 62%
G 164 of 255 = 64%
B 186 of 255 = 73%

158
164
186

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

Portions of RGB colors in percentages

R + G + B = 158 + 164 + 186 = 508 (100%)
R 158 of 508 ~ 31.1%
G 164 of 508 ~ 32.28%
B 186 of 508 ~ 36.61'%

%31.1
%32.28
%36.61

CMYK color model

#9EA4BA color CMYK value is (15,12,0,27).

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

CMYK: (15,12,0,27)
C15M12Y0K27 (15%, 12%, 0%, 27%)
(0.15 / 0.12 / 0.00 / 0.27)

CMYK percentages

%15.05
%11.83
%0
%27.06

Codes

Color #9EA4BA in popluar color models

9E A4 BA
RGB 158 164 186
HSL 227° 16.87% 67.45%
HSB/HSV 227° 15.05% 72.94%
CMYK 15.05% 11.83% 0.00%
27.06%

Color #9EA4BA in popluar number systems.

HEX 9E A4 BA
Decimal 158 164 186
Binary 10011110 10100100 10111010
Octal 236 244 272

Shades and tints

Shades of #9EA4BA

#9EA4BA
(158,164,186)
#9096AA
(144,150,170)
#82889A
(130,136,154)
#747A8A
(116,122,138)
#666C7A
(102,108,122)
#585E6A
(88,94,106)
#4A505A
(74,80,90)
#3C424A
(60,66,74)
#2E343A
(46,52,58)
#20262A
(32,38,42)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #9EA4BA

#9EA4BA
(158,164,186)
#A6ACC0
(166,172,192)
#AEB4C6
(174,180,198)
#B6BCCC
(182,188,204)
#BEC4D2
(190,196,210)
#C6CCD8
(198,204,216)
#CED4DE
(206,212,222)
#D6DCE4
(214,220,228)
#DEE4EA
(222,228,234)
#E6ECF0
(230,236,240)
#EEF4F6
(238,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA4BA; }

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

This text font color is #9EA4BA.

Background Color

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

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

This div background color is #9EA4BA.

Border color

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

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

This div border color is #9EA4BA.

Opacity

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

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

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

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

This text has shadow with #9EA4BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA4BA.

Preview

Color preview on black background

This text has color #9EA4BA on black background.


Color preview on white background

This text has color #9EA4BA on white background.


Black color preview on #9EA4BA background

This text has black color on #9EA4BA background.


White color preview on #9EA4BA background

This text has white color on #9EA4BA background.


Related colors

Complementary color

Complementary color for #hex is #615B45.


I love getcolorcode.com

Triadic colors

1 #BA9EA4 and #A4BA9E with #9EA4BA are triadic colors.

2 #BAA49E and #A49EBA with #9EA4BA are triadic colors.