COLOR #9E566B

HEX: #9E566B
RGB: (158,86,107)

Color info

#9E566B contains mainly red and blue colors. Web safe color of #9E566B is #996666 (or #966).

RGB color model

#9E566B color RGB value is (158,86,107).

  • red value is 158;
  • green value is 86;
  • blue value is 107.
RGB:
(158,86,107)
(62%,34%,42%)

RGB channels and saturation

R 158 of 255 = 62%
G 86 of 255 = 34%
B 107 of 255 = 42%

158
86
107

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

Portions of RGB colors in percentages

R + G + B =
158 + 86 + 107 = 351 (100%)
R 158 of 351 ~ 45.01%
G 86 of 351 ~ 24.5%
B 107 of 351 ~ 30.48%

%45.01
%24.5
%30.48

CMYK color model

#9E566B color CMYK value is (0,46,32,38).

  • cyan value is 0.00%
  • magenta value is 45.57%
  • yellow value is 32.28%
  • key color value is 38.04%
CMYK:
(0,46,32,38)
C0M46Y32K38 
(0%,46%,32%,38%)
(0.00/0.46/0.32/0.38)	

CMYK percentages

%0
%45.57
%32.28
%38.04

Codes

Color #9E566B in popluar color models

9E566B
RGB15886107
HSL343°29.51%47.84%
HSB/HSV343°45.57%61.96%
CMYK0.00%45.57%32.28%
38.04%

Color #9E566B in popluar number systems.

HEX9E566B
Decimal15886107
Binary1001111010101101101011
Octal236126153

Shades and tints

Shades of #9E566B

#9E566B
(158,86,107)
#904F62
(144,79,98)
#824859
(130,72,89)
#744150
(116,65,80)
#663A47
(102,58,71)
#58333E
(88,51,62)
#4A2C35
(74,44,53)
#3C252C
(60,37,44)
#2E1E23
(46,30,35)
#20171A
(32,23,26)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #9E566B

#9E566B
(158,86,107)
#A66578
(166,101,120)
#AE7485
(174,116,133)
#B68392
(182,131,146)
#BE929F
(190,146,159)
#C6A1AC
(198,161,172)
#CEB0B9
(206,176,185)
#D6BFC6
(214,191,198)
#DECED3
(222,206,211)
#E6DDE0
(230,221,224)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E566B color. Also use rgb(158,86,107) instead hex code.

Text Font Color

.myTextColor { color: #9E566B; }

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

This text font color is #9E566B.


Background Color

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

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

This div background color is #9E566B.


Border color

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

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

This div border color is #9E566B.


Opacity

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

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

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

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

This text has shadow with #9E566B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E566B on black background.


Color preview on white background

This text has color #9E566B on white background.



Black color preview on #9E566B background

This text has black color on #9E566B background.


White color preview on #9E566B background

This text has white color on #9E566B background.