COLOR #9E78BC

HEX: #9E78BC
RGB: (158,120,188)

Color info

#9E78BC contains mainly red and blue colors. Web safe color of #9E78BC is #9966CC (or #96C).

RGB color model

#9E78BC color RGB value is (158,120,188).

  • red value is 158;
  • green value is 120;
  • blue value is 188.
RGB:
(158,120,188)
(62%,47%,74%)

RGB channels and saturation

R 158 of 255 = 62%
G 120 of 255 = 47%
B 188 of 255 = 74%

158
120
188

R + G + B ~ 61%. #9E78BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 120 + 188 = 466 (100%)
R 158 of 466 ~ 33.91%
G 120 of 466 ~ 25.75%
B 188 of 466 ~ 40.34%

%33.91
%25.75
%40.34

CMYK color model

#9E78BC color CMYK value is (16,36,0,26).

  • cyan value is 15.96%
  • magenta value is 36.17%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(16,36,0,26)
C16M36Y0K26 
(16%,36%,0%,26%)
(0.16/0.36/0.00/0.26)	

CMYK percentages

%15.96
%36.17
%0
%26.27

Codes

Color #9E78BC in popluar color models

9E78BC
RGB158120188
HSL274°33.66%60.39%
HSB/HSV274°36.17%73.73%
CMYK15.96%36.17%0.00%
26.27%

Color #9E78BC in popluar number systems.

HEX9E78BC
Decimal158120188
Binary10011110111100010111100
Octal236170274

Shades and tints

Shades of #9E78BC

#9E78BC
(158,120,188)
#906EAB
(144,110,171)
#82649A
(130,100,154)
#745A89
(116,90,137)
#665078
(102,80,120)
#584667
(88,70,103)
#4A3C56
(74,60,86)
#3C3245
(60,50,69)
#2E2834
(46,40,52)
#201E23
(32,30,35)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #9E78BC

#9E78BC
(158,120,188)
#A684C2
(166,132,194)
#AE90C8
(174,144,200)
#B69CCE
(182,156,206)
#BEA8D4
(190,168,212)
#C6B4DA
(198,180,218)
#CEC0E0
(206,192,224)
#D6CCE6
(214,204,230)
#DED8EC
(222,216,236)
#E6E4F2
(230,228,242)
#EEF0F8
(238,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E78BC color. Also use rgb(158,120,188) instead hex code.

Text Font Color

.myTextColor { color: #9E78BC; }

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

This text font color is #9E78BC.


Background Color

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

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

This div background color is #9E78BC.


Border color

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

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

This div border color is #9E78BC.


Opacity

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

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

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

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

This text has shadow with #9E78BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E78BC on black background.


Color preview on white background

This text has color #9E78BC on white background.



Black color preview on #9E78BC background

This text has black color on #9E78BC background.


White color preview on #9E78BC background

This text has white color on #9E78BC background.