COLOR #9E828A

HEX: #9E828A RGB: (158,130,138)

Color info

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

RGB color model

#9E828A color RGB value is (158,130,138).

RGB: (158,130,138) (62%, 51%, 54%)

RGB channels and saturation

R 158 of 255 = 62%
G 130 of 255 = 51%
B 138 of 255 = 54%

158
130
138

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

Portions of RGB colors in percentages

R + G + B = 158 + 130 + 138 = 426 (100%)
R 158 of 426 ~ 37.09%
G 130 of 426 ~ 30.52%
B 138 of 426 ~ 32.39'%

%37.09
%30.52
%32.39

CMYK color model

#9E828A color CMYK value is (0,18,13,38).

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 12.66%
  • key color value is 38.04%

CMYK: (0,18,13,38)
C0M18Y13K38 (0%, 18%, 13%, 38%)
(0.00 / 0.18 / 0.13 / 0.38)

CMYK percentages

%0
%17.72
%12.66
%38.04

Codes

Color #9E828A in popluar color models

9E 82 8A
RGB 158 130 138
HSL 343° 12.61% 56.47%
HSB/HSV 343° 17.72% 61.96%
CMYK 0.00% 17.72% 12.66%
38.04%

Color #9E828A in popluar number systems.

HEX 9E 82 8A
Decimal 158 130 138
Binary 10011110 10000010 10001010
Octal 236 202 212

Shades and tints

Shades of #9E828A

#9E828A
(158,130,138)
#90777E
(144,119,126)
#826C72
(130,108,114)
#746166
(116,97,102)
#66565A
(102,86,90)
#584B4E
(88,75,78)
#4A4042
(74,64,66)
#3C3536
(60,53,54)
#2E2A2A
(46,42,42)
#201F1E
(32,31,30)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #9E828A

#9E828A
(158,130,138)
#A68D94
(166,141,148)
#AE989E
(174,152,158)
#B6A3A8
(182,163,168)
#BEAEB2
(190,174,178)
#C6B9BC
(198,185,188)
#CEC4C6
(206,196,198)
#D6CFD0
(214,207,208)
#DEDADA
(222,218,218)
#E6E5E4
(230,229,228)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E828A color. Also use rgb(158,130,138) instead hex code.

Text Font Color

.myTextColor { color: #9E828A; }

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

This text font color is #9E828A.

Background Color

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

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

This div background color is #9E828A.

Border color

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

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

This div border color is #9E828A.

Opacity

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

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

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

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

This text has shadow with #9E828A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E828A.

Preview

Color preview on black background

This text has color #9E828A on black background.


Color preview on white background

This text has color #9E828A on white background.


Black color preview on #9E828A background

This text has black color on #9E828A background.


White color preview on #9E828A background

This text has white color on #9E828A background.


Related colors

Complementary color

Complementary color for #hex is #617D75.


I love getcolorcode.com

Triadic colors

1 #8A9E82 and #828A9E with #9E828A are triadic colors.

2 #8A829E and #829E8A with #9E828A are triadic colors.