COLOR #9E927D

HEX: #9E927D
RGB: (158,146,125)

Color info

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

RGB color model

#9E927D color RGB value is (158,146,125).

  • red value is 158;
  • green value is 146;
  • blue value is 125.
RGB:
(158,146,125)
(62%,57%,49%)

RGB channels and saturation

R 158 of 255 = 62%
G 146 of 255 = 57%
B 125 of 255 = 49%

158
146
125

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

Portions of RGB colors in percentages

R + G + B =
158 + 146 + 125 = 429 (100%)
R 158 of 429 ~ 36.83%
G 146 of 429 ~ 34.03%
B 125 of 429 ~ 29.14%

%36.83
%34.03
%29.14

CMYK color model

#9E927D color CMYK value is (0,8,21,38).

  • cyan value is 0.00%
  • magenta value is 7.59%
  • yellow value is 20.89%
  • key color value is 38.04%
CMYK:
(0,8,21,38)
C0M8Y21K38 
(0%,8%,21%,38%)
(0.00/0.08/0.21/0.38)	

CMYK percentages

%0
%7.59
%20.89
%38.04

Codes

Color #9E927D in popluar color models

9E927D
RGB158146125
HSL38°14.54%55.49%
HSB/HSV38°20.89%61.96%
CMYK0.00%7.59%20.89%
38.04%

Color #9E927D in popluar number systems.

HEX9E927D
Decimal158146125
Binary10011110100100101111101
Octal236222175

Shades and tints

Shades of #9E927D

#9E927D
(158,146,125)
#908572
(144,133,114)
#827867
(130,120,103)
#746B5C
(116,107,92)
#665E51
(102,94,81)
#585146
(88,81,70)
#4A443B
(74,68,59)
#3C3730
(60,55,48)
#2E2A25
(46,42,37)
#201D1A
(32,29,26)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #9E927D

#9E927D
(158,146,125)
#A69B88
(166,155,136)
#AEA493
(174,164,147)
#B6AD9E
(182,173,158)
#BEB6A9
(190,182,169)
#C6BFB4
(198,191,180)
#CEC8BF
(206,200,191)
#D6D1CA
(214,209,202)
#DEDAD5
(222,218,213)
#E6E3E0
(230,227,224)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E927D color. Also use rgb(158,146,125) instead hex code.

Text Font Color

.myTextColor { color: #9E927D; }

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

This text font color is #9E927D.


Background Color

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

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

This div background color is #9E927D.


Border color

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

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

This div border color is #9E927D.


Opacity

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

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

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

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

This text has shadow with #9E927D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E927D on black background.


Color preview on white background

This text has color #9E927D on white background.



Black color preview on #9E927D background

This text has black color on #9E927D background.


White color preview on #9E927D background

This text has white color on #9E927D background.