COLOR #9E6888

HEX: #9E6888
RGB: (158,104,136)

Color info

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

RGB color model

#9E6888 color RGB value is (158,104,136).

  • red value is 158;
  • green value is 104;
  • blue value is 136.
RGB:
(158,104,136)
(62%,41%,53%)

RGB channels and saturation

R 158 of 255 = 62%
G 104 of 255 = 41%
B 136 of 255 = 53%

158
104
136

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

Portions of RGB colors in percentages

R + G + B =
158 + 104 + 136 = 398 (100%)
R 158 of 398 ~ 39.7%
G 104 of 398 ~ 26.13%
B 136 of 398 ~ 34.17%

%39.7
%26.13
%34.17

CMYK color model

#9E6888 color CMYK value is (0,34,14,38).

  • cyan value is 0.00%
  • magenta value is 34.18%
  • yellow value is 13.92%
  • key color value is 38.04%
CMYK:
(0,34,14,38)
C0M34Y14K38 
(0%,34%,14%,38%)
(0.00/0.34/0.14/0.38)	

CMYK percentages

%0
%34.18
%13.92
%38.04

Codes

Color #9E6888 in popluar color models

9E6888
RGB158104136
HSL324°21.77%51.37%
HSB/HSV324°34.18%61.96%
CMYK0.00%34.18%13.92%
38.04%

Color #9E6888 in popluar number systems.

HEX9E6888
Decimal158104136
Binary10011110110100010001000
Octal236150210

Shades and tints

Shades of #9E6888

#9E6888
(158,104,136)
#905F7C
(144,95,124)
#825670
(130,86,112)
#744D64
(116,77,100)
#664458
(102,68,88)
#583B4C
(88,59,76)
#4A3240
(74,50,64)
#3C2934
(60,41,52)
#2E2028
(46,32,40)
#20171C
(32,23,28)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #9E6888

#9E6888
(158,104,136)
#A67592
(166,117,146)
#AE829C
(174,130,156)
#B68FA6
(182,143,166)
#BE9CB0
(190,156,176)
#C6A9BA
(198,169,186)
#CEB6C4
(206,182,196)
#D6C3CE
(214,195,206)
#DED0D8
(222,208,216)
#E6DDE2
(230,221,226)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E6888; }

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

This text font color is #9E6888.


Background Color

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

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

This div background color is #9E6888.


Border color

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

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

This div border color is #9E6888.


Opacity

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

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

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

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

This text has shadow with #9E6888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6888 on black background.


Color preview on white background

This text has color #9E6888 on white background.



Black color preview on #9E6888 background

This text has black color on #9E6888 background.


White color preview on #9E6888 background

This text has white color on #9E6888 background.