COLOR #9E4E6B

HEX: #9E4E6B RGB: (158,78,107)

Color info

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

RGB color model

#9E4E6B color RGB value is (158,78,107).

RGB: (158,78,107) (62%, 31%, 42%)

RGB channels and saturation

R 158 of 255 = 62%
G 78 of 255 = 31%
B 107 of 255 = 42%

158
78
107

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

Portions of RGB colors in percentages

R + G + B = 158 + 78 + 107 = 343 (100%)
R 158 of 343 ~ 46.06%
G 78 of 343 ~ 22.74%
B 107 of 343 ~ 31.2'%

%46.06
%22.74
%31.2

CMYK color model

#9E4E6B color CMYK value is (0,51,32,38).

  • cyan value is 0.00%
  • magenta value is 50.63%
  • yellow value is 32.28%
  • key color value is 38.04%

CMYK: (0,51,32,38)
C0M51Y32K38 (0%, 51%, 32%, 38%)
(0.00 / 0.51 / 0.32 / 0.38)

CMYK percentages

%0
%50.63
%32.28
%38.04

Codes

Color #9E4E6B in popluar color models

9E 4E 6B
RGB 158 78 107
HSL 338° 33.90% 46.27%
HSB/HSV 338° 50.63% 61.96%
CMYK 0.00% 50.63% 32.28%
38.04%

Color #9E4E6B in popluar number systems.

HEX 9E 4E 6B
Decimal 158 78 107
Binary 10011110 1001110 1101011
Octal 236 116 153

Shades and tints

Shades of #9E4E6B

#9E4E6B
(158,78,107)
#904762
(144,71,98)
#824059
(130,64,89)
#743950
(116,57,80)
#663247
(102,50,71)
#582B3E
(88,43,62)
#4A2435
(74,36,53)
#3C1D2C
(60,29,44)
#2E1623
(46,22,35)
#200F1A
(32,15,26)
#120811
(18,8,17)
#000000
(0,0,0)

Tints of #9E4E6B

#9E4E6B
(158,78,107)
#A65E78
(166,94,120)
#AE6E85
(174,110,133)
#B67E92
(182,126,146)
#BE8E9F
(190,142,159)
#C69EAC
(198,158,172)
#CEAEB9
(206,174,185)
#D6BEC6
(214,190,198)
#DECED3
(222,206,211)
#E6DEE0
(230,222,224)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E4E6B; }

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

This text font color is #9E4E6B.

Background Color

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

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

This div background color is #9E4E6B.

Border color

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

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

This div border color is #9E4E6B.

Opacity

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

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

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

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

This text has shadow with #9E4E6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E4E6B.

Preview

Color preview on black background

This text has color #9E4E6B on black background.


Color preview on white background

This text has color #9E4E6B on white background.


Black color preview on #9E4E6B background

This text has black color on #9E4E6B background.


White color preview on #9E4E6B background

This text has white color on #9E4E6B background.


Related colors

Complementary color

Complementary color for #hex is #61B194.


I love getcolorcode.com

Triadic colors

1 #6B9E4E and #4E6B9E with #9E4E6B are triadic colors.

2 #6B4E9E and #4E9E6B with #9E4E6B are triadic colors.