COLOR #9E9879

HEX: #9E9879 RGB: (158,152,121)

Color info

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

RGB color model

#9E9879 color RGB value is (158,152,121).

RGB: (158,152,121) (62%, 60%, 47%)

RGB channels and saturation

R 158 of 255 = 62%
G 152 of 255 = 60%
B 121 of 255 = 47%

158
152
121

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

Portions of RGB colors in percentages

R + G + B = 158 + 152 + 121 = 431 (100%)
R 158 of 431 ~ 36.66%
G 152 of 431 ~ 35.27%
B 121 of 431 ~ 28.07'%

%36.66
%35.27
%28.07

CMYK color model

#9E9879 color CMYK value is (0,4,23,38).

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

CMYK: (0,4,23,38)
C0M4Y23K38 (0%, 4%, 23%, 38%)
(0.00 / 0.04 / 0.23 / 0.38)

CMYK percentages

%0
%3.8
%23.42
%38.04

Codes

Color #9E9879 in popluar color models

9E 98 79
RGB 158 152 121
HSL 50° 16.02% 54.71%
HSB/HSV 50° 23.42% 61.96%
CMYK 0.00% 3.80% 23.42%
38.04%

Color #9E9879 in popluar number systems.

HEX 9E 98 79
Decimal 158 152 121
Binary 10011110 10011000 1111001
Octal 236 230 171

Shades and tints

Shades of #9E9879

#9E9879
(158,152,121)
#908B6E
(144,139,110)
#827E63
(130,126,99)
#747158
(116,113,88)
#66644D
(102,100,77)
#585742
(88,87,66)
#4A4A37
(74,74,55)
#3C3D2C
(60,61,44)
#2E3021
(46,48,33)
#202316
(32,35,22)
#12160B
(18,22,11)
#000000
(0,0,0)

Tints of #9E9879

#9E9879
(158,152,121)
#A6A185
(166,161,133)
#AEAA91
(174,170,145)
#B6B39D
(182,179,157)
#BEBCA9
(190,188,169)
#C6C5B5
(198,197,181)
#CECEC1
(206,206,193)
#D6D7CD
(214,215,205)
#DEE0D9
(222,224,217)
#E6E9E5
(230,233,229)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9879; }

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

This text font color is #9E9879.

Background Color

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

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

This div background color is #9E9879.

Border color

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

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

This div border color is #9E9879.

Opacity

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

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

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

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

This text has shadow with #9E9879 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E9879.

Preview

Color preview on black background

This text has color #9E9879 on black background.


Color preview on white background

This text has color #9E9879 on white background.


Black color preview on #9E9879 background

This text has black color on #9E9879 background.


White color preview on #9E9879 background

This text has white color on #9E9879 background.


Related colors

Complementary color

Complementary color for #hex is #616786.


I love getcolorcode.com

Triadic colors

1 #799E98 and #98799E with #9E9879 are triadic colors.

2 #79989E and #989E79 with #9E9879 are triadic colors.