COLOR #9EA5BC

HEX: #9EA5BC RGB: (158,165,188)

Color info

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

RGB color model

#9EA5BC color RGB value is (158,165,188).

RGB: (158,165,188) (62%, 65%, 74%)

RGB channels and saturation

R 158 of 255 = 62%
G 165 of 255 = 65%
B 188 of 255 = 74%

158
165
188

R + G + B ~ 67%. #9EA5BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 165 + 188 = 511 (100%)
R 158 of 511 ~ 30.92%
G 165 of 511 ~ 32.29%
B 188 of 511 ~ 36.79'%

%30.92
%32.29
%36.79

CMYK color model

#9EA5BC color CMYK value is (16,12,0,26).

  • cyan value is 15.96%
  • magenta value is 12.23%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (16,12,0,26)
C16M12Y0K26 (16%, 12%, 0%, 26%)
(0.16 / 0.12 / 0.00 / 0.26)

CMYK percentages

%15.96
%12.23
%0
%26.27

Codes

Color #9EA5BC in popluar color models

9E A5 BC
RGB 158 165 188
HSL 226° 18.29% 67.84%
HSB/HSV 226° 15.96% 73.73%
CMYK 15.96% 12.23% 0.00%
26.27%

Color #9EA5BC in popluar number systems.

HEX 9E A5 BC
Decimal 158 165 188
Binary 10011110 10100101 10111100
Octal 236 245 274

Shades and tints

Shades of #9EA5BC

#9EA5BC
(158,165,188)
#9096AB
(144,150,171)
#82879A
(130,135,154)
#747889
(116,120,137)
#666978
(102,105,120)
#585A67
(88,90,103)
#4A4B56
(74,75,86)
#3C3C45
(60,60,69)
#2E2D34
(46,45,52)
#201E23
(32,30,35)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #9EA5BC

#9EA5BC
(158,165,188)
#A6ADC2
(166,173,194)
#AEB5C8
(174,181,200)
#B6BDCE
(182,189,206)
#BEC5D4
(190,197,212)
#C6CDDA
(198,205,218)
#CED5E0
(206,213,224)
#D6DDE6
(214,221,230)
#DEE5EC
(222,229,236)
#E6EDF2
(230,237,242)
#EEF5F8
(238,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA5BC color. Also use rgb(158,165,188) instead hex code.

Text Font Color

.myTextColor { color: #9EA5BC; }

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

This text font color is #9EA5BC.

Background Color

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

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

This div background color is #9EA5BC.

Border color

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

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

This div border color is #9EA5BC.

Opacity

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

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

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

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

This text has shadow with #9EA5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EA5BC.

Preview

Color preview on black background

This text has color #9EA5BC on black background.


Color preview on white background

This text has color #9EA5BC on white background.


Black color preview on #9EA5BC background

This text has black color on #9EA5BC background.


White color preview on #9EA5BC background

This text has white color on #9EA5BC background.


Related colors

Complementary color

Complementary color for #hex is #615A43.


I love getcolorcode.com

Triadic colors

1 #BC9EA5 and #A5BC9E with #9EA5BC are triadic colors.

2 #BCA59E and #A59EBC with #9EA5BC are triadic colors.