COLOR #9E9690

HEX: #9E9690 RGB: (158,150,144)

Color info

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

RGB color model

#9E9690 color RGB value is (158,150,144).

RGB: (158,150,144) (62%, 59%, 56%)

RGB channels and saturation

R 158 of 255 = 62%
G 150 of 255 = 59%
B 144 of 255 = 56%

158
150
144

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

Portions of RGB colors in percentages

R + G + B = 158 + 150 + 144 = 452 (100%)
R 158 of 452 ~ 34.96%
G 150 of 452 ~ 33.19%
B 144 of 452 ~ 31.86'%

%34.96
%33.19
%31.86

CMYK color model

#9E9690 color CMYK value is (0,5,9,38).

  • cyan value is 0.00%
  • magenta value is 5.06%
  • yellow value is 8.86%
  • key color value is 38.04%

CMYK: (0,5,9,38)
C0M5Y9K38 (0%, 5%, 9%, 38%)
(0.00 / 0.05 / 0.09 / 0.38)

CMYK percentages

%0
%5.06
%8.86
%38.04

Codes

Color #9E9690 in popluar color models

9E 96 90
RGB 158 150 144
HSL 26° 6.73% 59.22%
HSB/HSV 26° 8.86% 61.96%
CMYK 0.00% 5.06% 8.86%
38.04%

Color #9E9690 in popluar number systems.

HEX 9E 96 90
Decimal 158 150 144
Binary 10011110 10010110 10010000
Octal 236 226 220

Shades and tints

Shades of #9E9690

#9E9690
(158,150,144)
#908983
(144,137,131)
#827C76
(130,124,118)
#746F69
(116,111,105)
#66625C
(102,98,92)
#58554F
(88,85,79)
#4A4842
(74,72,66)
#3C3B35
(60,59,53)
#2E2E28
(46,46,40)
#20211B
(32,33,27)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #9E9690

#9E9690
(158,150,144)
#A69F9A
(166,159,154)
#AEA8A4
(174,168,164)
#B6B1AE
(182,177,174)
#BEBAB8
(190,186,184)
#C6C3C2
(198,195,194)
#CECCCC
(206,204,204)
#D6D5D6
(214,213,214)
#DEDEE0
(222,222,224)
#E6E7EA
(230,231,234)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E9690 color. Also use rgb(158,150,144) instead hex code.

Text Font Color

.myTextColor { color: #9E9690; }

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

This text font color is #9E9690.

Background Color

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

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

This div background color is #9E9690.

Border color

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

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

This div border color is #9E9690.

Opacity

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

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

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

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

This text has shadow with #9E9690 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E9690.

Preview

Color preview on black background

This text has color #9E9690 on black background.


Color preview on white background

This text has color #9E9690 on white background.


Black color preview on #9E9690 background

This text has black color on #9E9690 background.


White color preview on #9E9690 background

This text has white color on #9E9690 background.


Related colors

Complementary color

Complementary color for #hex is #61696F.


I love getcolorcode.com

Triadic colors

1 #909E96 and #96909E with #9E9690 are triadic colors.

2 #90969E and #969E90 with #9E9690 are triadic colors.