COLOR #9E768C

HEX: #9E768C
RGB: (158,118,140)

Color info

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

RGB color model

#9E768C color RGB value is (158,118,140).

  • red value is 158;
  • green value is 118;
  • blue value is 140.
RGB:
(158,118,140)
(62%,46%,55%)

RGB channels and saturation

R 158 of 255 = 62%
G 118 of 255 = 46%
B 140 of 255 = 55%

158
118
140

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

Portions of RGB colors in percentages

R + G + B =
158 + 118 + 140 = 416 (100%)
R 158 of 416 ~ 37.98%
G 118 of 416 ~ 28.37%
B 140 of 416 ~ 33.65%

%37.98
%28.37
%33.65

CMYK color model

#9E768C color CMYK value is (0,25,11,38).

  • cyan value is 0.00%
  • magenta value is 25.32%
  • yellow value is 11.39%
  • key color value is 38.04%
CMYK:
(0,25,11,38)
C0M25Y11K38 
(0%,25%,11%,38%)
(0.00/0.25/0.11/0.38)	

CMYK percentages

%0
%25.32
%11.39
%38.04

Codes

Color #9E768C in popluar color models

9E768C
RGB158118140
HSL327°17.09%54.12%
HSB/HSV327°25.32%61.96%
CMYK0.00%25.32%11.39%
38.04%

Color #9E768C in popluar number systems.

HEX9E768C
Decimal158118140
Binary10011110111011010001100
Octal236166214

Shades and tints

Shades of #9E768C

#9E768C
(158,118,140)
#906C80
(144,108,128)
#826274
(130,98,116)
#745868
(116,88,104)
#664E5C
(102,78,92)
#584450
(88,68,80)
#4A3A44
(74,58,68)
#3C3038
(60,48,56)
#2E262C
(46,38,44)
#201C20
(32,28,32)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #9E768C

#9E768C
(158,118,140)
#A68296
(166,130,150)
#AE8EA0
(174,142,160)
#B69AAA
(182,154,170)
#BEA6B4
(190,166,180)
#C6B2BE
(198,178,190)
#CEBEC8
(206,190,200)
#D6CAD2
(214,202,210)
#DED6DC
(222,214,220)
#E6E2E6
(230,226,230)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E768C; }

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

This text font color is #9E768C.


Background Color

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

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

This div background color is #9E768C.


Border color

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

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

This div border color is #9E768C.


Opacity

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

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

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

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

This text has shadow with #9E768C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E768C on black background.


Color preview on white background

This text has color #9E768C on white background.



Black color preview on #9E768C background

This text has black color on #9E768C background.


White color preview on #9E768C background

This text has white color on #9E768C background.