COLOR #9E768E

HEX: #9E768E RGB: (158,118,142)

Color info

#9E768E contains red, green and blue colors in about the same proportion. Web safe color of #9E768E is #996699 (or #969).

RGB color model

#9E768E color RGB value is (158,118,142).

RGB: (158,118,142) (62%, 46%, 56%)

RGB channels and saturation

R 158 of 255 = 62%
G 118 of 255 = 46%
B 142 of 255 = 56%

158
118
142

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

Portions of RGB colors in percentages

R + G + B = 158 + 118 + 142 = 418 (100%)
R 158 of 418 ~ 37.8%
G 118 of 418 ~ 28.23%
B 142 of 418 ~ 33.97'%

%37.8
%28.23
%33.97

CMYK color model

#9E768E color CMYK value is (0,25,10,38).

  • cyan value is 0.00%
  • magenta value is 25.32%
  • yellow value is 10.13%
  • key color value is 38.04%

CMYK: (0,25,10,38)
C0M25Y10K38 (0%, 25%, 10%, 38%)
(0.00 / 0.25 / 0.10 / 0.38)

CMYK percentages

%0
%25.32
%10.13
%38.04

Codes

Color #9E768E in popluar color models

9E 76 8E
RGB 158 118 142
HSL 324° 17.09% 54.12%
HSB/HSV 324° 25.32% 61.96%
CMYK 0.00% 25.32% 10.13%
38.04%

Color #9E768E in popluar number systems.

HEX 9E 76 8E
Decimal 158 118 142
Binary 10011110 1110110 10001110
Octal 236 166 216

Shades and tints

Shades of #9E768E

#9E768E
(158,118,142)
#906C82
(144,108,130)
#826276
(130,98,118)
#74586A
(116,88,106)
#664E5E
(102,78,94)
#584452
(88,68,82)
#4A3A46
(74,58,70)
#3C303A
(60,48,58)
#2E262E
(46,38,46)
#201C22
(32,28,34)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #9E768E

#9E768E
(158,118,142)
#A68298
(166,130,152)
#AE8EA2
(174,142,162)
#B69AAC
(182,154,172)
#BEA6B6
(190,166,182)
#C6B2C0
(198,178,192)
#CEBECA
(206,190,202)
#D6CAD4
(214,202,212)
#DED6DE
(222,214,222)
#E6E2E8
(230,226,232)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E768E color. Also use rgb(158,118,142) instead hex code.

Text Font Color

.myTextColor { color: #9E768E; }

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

This text font color is #9E768E.

Background Color

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

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

This div background color is #9E768E.

Border color

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

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

This div border color is #9E768E.

Opacity

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

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

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

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

This text has shadow with #9E768E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E768E.

Preview

Color preview on black background

This text has color #9E768E on black background.


Color preview on white background

This text has color #9E768E on white background.


Black color preview on #9E768E background

This text has black color on #9E768E background.


White color preview on #9E768E background

This text has white color on #9E768E background.


Related colors

Complementary color

Complementary color for #hex is #618971.


I love getcolorcode.com

Triadic colors

1 #8E9E76 and #768E9E with #9E768E are triadic colors.

2 #8E769E and #769E8E with #9E768E are triadic colors.