COLOR #9E888A

HEX: #9E888A RGB: (158,136,138)

Color info

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

RGB color model

#9E888A color RGB value is (158,136,138).

RGB: (158,136,138) (62%, 53%, 54%)

RGB channels and saturation

R 158 of 255 = 62%
G 136 of 255 = 53%
B 138 of 255 = 54%

158
136
138

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

Portions of RGB colors in percentages

R + G + B = 158 + 136 + 138 = 432 (100%)
R 158 of 432 ~ 36.57%
G 136 of 432 ~ 31.48%
B 138 of 432 ~ 31.94'%

%36.57
%31.48
%31.94

CMYK color model

#9E888A color CMYK value is (0,14,13,38).

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

CMYK: (0,14,13,38)
C0M14Y13K38 (0%, 14%, 13%, 38%)
(0.00 / 0.14 / 0.13 / 0.38)

CMYK percentages

%0
%13.92
%12.66
%38.04

Codes

Color #9E888A in popluar color models

9E 88 8A
RGB 158 136 138
HSL 355° 10.19% 57.65%
HSB/HSV 355° 13.92% 61.96%
CMYK 0.00% 13.92% 12.66%
38.04%

Color #9E888A in popluar number systems.

HEX 9E 88 8A
Decimal 158 136 138
Binary 10011110 10001000 10001010
Octal 236 210 212

Shades and tints

Shades of #9E888A

#9E888A
(158,136,138)
#907C7E
(144,124,126)
#827072
(130,112,114)
#746466
(116,100,102)
#66585A
(102,88,90)
#584C4E
(88,76,78)
#4A4042
(74,64,66)
#3C3436
(60,52,54)
#2E282A
(46,40,42)
#201C1E
(32,28,30)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #9E888A

#9E888A
(158,136,138)
#A69294
(166,146,148)
#AE9C9E
(174,156,158)
#B6A6A8
(182,166,168)
#BEB0B2
(190,176,178)
#C6BABC
(198,186,188)
#CEC4C6
(206,196,198)
#D6CED0
(214,206,208)
#DED8DA
(222,216,218)
#E6E2E4
(230,226,228)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E888A; }

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

This text font color is #9E888A.

Background Color

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

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

This div background color is #9E888A.

Border color

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

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

This div border color is #9E888A.

Opacity

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

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

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

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

This text has shadow with #9E888A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E888A.

Preview

Color preview on black background

This text has color #9E888A on black background.


Color preview on white background

This text has color #9E888A on white background.


Black color preview on #9E888A background

This text has black color on #9E888A background.


White color preview on #9E888A background

This text has white color on #9E888A background.


Related colors

Complementary color

Complementary color for #hex is #617775.


I love getcolorcode.com

Triadic colors

1 #8A9E88 and #888A9E with #9E888A are triadic colors.

2 #8A889E and #889E8A with #9E888A are triadic colors.