COLOR #9E8CA6

HEX: #9E8CA6 RGB: (158,140,166)

Color info

#9E8CA6 contains red, green and blue colors in about the same proportion. Web safe color of #9E8CA6 is #999999 (or #999).

RGB color model

#9E8CA6 color RGB value is (158,140,166).

RGB: (158,140,166) (62%, 55%, 65%)

RGB channels and saturation

R 158 of 255 = 62%
G 140 of 255 = 55%
B 166 of 255 = 65%

158
140
166

R + G + B ~ 61%. #9E8CA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 140 + 166 = 464 (100%)
R 158 of 464 ~ 34.05%
G 140 of 464 ~ 30.17%
B 166 of 464 ~ 35.78'%

%34.05
%30.17
%35.78

CMYK color model

#9E8CA6 color CMYK value is (5,16,0,35).

  • cyan value is 4.82%
  • magenta value is 15.66%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (5,16,0,35)
C5M16Y0K35 (5%, 16%, 0%, 35%)
(0.05 / 0.16 / 0.00 / 0.35)

CMYK percentages

%4.82
%15.66
%0
%34.9

Codes

Color #9E8CA6 in popluar color models

9E 8C A6
RGB 158 140 166
HSL 282° 12.75% 60.00%
HSB/HSV 282° 15.66% 65.10%
CMYK 4.82% 15.66% 0.00%
34.90%

Color #9E8CA6 in popluar number systems.

HEX 9E 8C A6
Decimal 158 140 166
Binary 10011110 10001100 10100110
Octal 236 214 246

Shades and tints

Shades of #9E8CA6

#9E8CA6
(158,140,166)
#908097
(144,128,151)
#827488
(130,116,136)
#746879
(116,104,121)
#665C6A
(102,92,106)
#58505B
(88,80,91)
#4A444C
(74,68,76)
#3C383D
(60,56,61)
#2E2C2E
(46,44,46)
#20201F
(32,32,31)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #9E8CA6

#9E8CA6
(158,140,166)
#A696AE
(166,150,174)
#AEA0B6
(174,160,182)
#B6AABE
(182,170,190)
#BEB4C6
(190,180,198)
#C6BECE
(198,190,206)
#CEC8D6
(206,200,214)
#D6D2DE
(214,210,222)
#DEDCE6
(222,220,230)
#E6E6EE
(230,230,238)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8CA6 color. Also use rgb(158,140,166) instead hex code.

Text Font Color

.myTextColor { color: #9E8CA6; }

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

This text font color is #9E8CA6.

Background Color

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

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

This div background color is #9E8CA6.

Border color

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

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

This div border color is #9E8CA6.

Opacity

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

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

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

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

This text has shadow with #9E8CA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E8CA6.

Preview

Color preview on black background

This text has color #9E8CA6 on black background.


Color preview on white background

This text has color #9E8CA6 on white background.


Black color preview on #9E8CA6 background

This text has black color on #9E8CA6 background.


White color preview on #9E8CA6 background

This text has white color on #9E8CA6 background.


Related colors

Complementary color

Complementary color for #hex is #617359.


I love getcolorcode.com

Triadic colors

1 #A69E8C and #8CA69E with #9E8CA6 are triadic colors.

2 #A68C9E and #8C9EA6 with #9E8CA6 are triadic colors.