COLOR #9E987F

HEX: #9E987F RGB: (158,152,127)

Color info

#9E987F contains red, green and blue colors in about the same proportion. Web safe color of #9E987F is #999966 (or #996).

RGB color model

#9E987F color RGB value is (158,152,127).

RGB: (158,152,127) (62%, 60%, 50%)

RGB channels and saturation

R 158 of 255 = 62%
G 152 of 255 = 60%
B 127 of 255 = 50%

158
152
127

R + G + B ~ 57%. #9E987F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 158 + 152 + 127 = 437 (100%)
R 158 of 437 ~ 36.16%
G 152 of 437 ~ 34.78%
B 127 of 437 ~ 29.06'%

%36.16
%34.78
%29.06

CMYK color model

#9E987F color CMYK value is (0,4,20,38).

  • cyan value is 0.00%
  • magenta value is 3.80%
  • yellow value is 19.62%
  • key color value is 38.04%

CMYK: (0,4,20,38)
C0M4Y20K38 (0%, 4%, 20%, 38%)
(0.00 / 0.04 / 0.20 / 0.38)

CMYK percentages

%0
%3.8
%19.62
%38.04

Codes

Color #9E987F in popluar color models

9E 98 7F
RGB 158 152 127
HSL 48° 13.78% 55.88%
HSB/HSV 48° 19.62% 61.96%
CMYK 0.00% 3.80% 19.62%
38.04%

Color #9E987F in popluar number systems.

HEX 9E 98 7F
Decimal 158 152 127
Binary 10011110 10011000 1111111
Octal 236 230 177

Shades and tints

Shades of #9E987F

#9E987F
(158,152,127)
#908B74
(144,139,116)
#827E69
(130,126,105)
#74715E
(116,113,94)
#666453
(102,100,83)
#585748
(88,87,72)
#4A4A3D
(74,74,61)
#3C3D32
(60,61,50)
#2E3027
(46,48,39)
#20231C
(32,35,28)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #9E987F

#9E987F
(158,152,127)
#A6A18A
(166,161,138)
#AEAA95
(174,170,149)
#B6B3A0
(182,179,160)
#BEBCAB
(190,188,171)
#C6C5B6
(198,197,182)
#CECEC1
(206,206,193)
#D6D7CC
(214,215,204)
#DEE0D7
(222,224,215)
#E6E9E2
(230,233,226)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E987F color. Also use rgb(158,152,127) instead hex code.

Text Font Color

.myTextColor { color: #9E987F; }

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

This text font color is #9E987F.

Background Color

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

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

This div background color is #9E987F.

Border color

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

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

This div border color is #9E987F.

Opacity

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

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

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

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

This text has shadow with #9E987F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E987F.

Preview

Color preview on black background

This text has color #9E987F on black background.


Color preview on white background

This text has color #9E987F on white background.


Black color preview on #9E987F background

This text has black color on #9E987F background.


White color preview on #9E987F background

This text has white color on #9E987F background.


Related colors

Complementary color

Complementary color for #hex is #616780.


I love getcolorcode.com

Triadic colors

1 #7F9E98 and #987F9E with #9E987F are triadic colors.

2 #7F989E and #989E7F with #9E987F are triadic colors.