COLOR #786E9D

HEX: #786E9D
RGB: (120,110,157)

Color info

#786E9D contains red, green and blue colors in about the same proportion. Web safe color of #786E9D is #666699 (or #669).

RGB color model

#786E9D color RGB value is (120,110,157).

  • red value is 120;
  • green value is 110;
  • blue value is 157.
RGB:
(120,110,157)
(47%,43%,62%)

RGB channels and saturation

R 120 of 255 = 47%
G 110 of 255 = 43%
B 157 of 255 = 62%

120
110
157

R + G + B ~ 51%. #786E9D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 110 + 157 = 387 (100%)
R 120 of 387 ~ 31.01%
G 110 of 387 ~ 28.42%
B 157 of 387 ~ 40.57%

%31.01
%28.42
%40.57

CMYK color model

#786E9D color CMYK value is (24,30,0,38).

  • cyan value is 23.57%
  • magenta value is 29.94%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(24,30,0,38)
C24M30Y0K38 
(24%,30%,0%,38%)
(0.24/0.30/0.00/0.38)	

CMYK percentages

%23.57
%29.94
%0
%38.43

Codes

Color #786E9D in popluar color models

786E9D
RGB120110157
HSL253°19.34%52.35%
HSB/HSV253°29.94%61.57%
CMYK23.57%29.94%0.00%
38.43%

Color #786E9D in popluar number systems.

HEX786E9D
Decimal120110157
Binary1111000110111010011101
Octal170156235

Shades and tints

Shades of #786E9D

#786E9D
(120,110,157)
#6E648F
(110,100,143)
#645A81
(100,90,129)
#5A5073
(90,80,115)
#504665
(80,70,101)
#463C57
(70,60,87)
#3C3249
(60,50,73)
#32283B
(50,40,59)
#281E2D
(40,30,45)
#1E141F
(30,20,31)
#140A11
(20,10,17)
#000000
(0,0,0)

Tints of #786E9D

#786E9D
(120,110,157)
#847BA5
(132,123,165)
#9088AD
(144,136,173)
#9C95B5
(156,149,181)
#A8A2BD
(168,162,189)
#B4AFC5
(180,175,197)
#C0BCCD
(192,188,205)
#CCC9D5
(204,201,213)
#D8D6DD
(216,214,221)
#E4E3E5
(228,227,229)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786E9D color. Also use rgb(120,110,157) instead hex code.

Text Font Color

.myTextColor { color: #786E9D; }

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

This text font color is #786E9D.


Background Color

.myBgColor { background-color: #786E9D; }

<div style="background-color:#786E9D">Inner text</div>

This div background color is #786E9D.


Border color

.myBorderColor { border: 1px solid #786E9D; }

<div style="border:3px solid #786E9D">Div</div>

This div border color is #786E9D.


Opacity

.myOpacity80 { color: #786E9D; opacity: 0.8; }

<p style="color:#786E9D;opacity:0.8;">80%</p>

Text with #786E9D 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 #786E9D;}

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

This text has shadow with #786E9D color.

.textShadow {text-shadow: 3px 3px 1px #786E9D, 3px 3px 1px red;}

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

This text has shadow with #786E9D primary color and red secondary color.


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

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

This text has shadow with #786E9D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786E9D on black background.


Color preview on white background

This text has color #786E9D on white background.



Black color preview on #786E9D background

This text has black color on #786E9D background.


White color preview on #786E9D background

This text has white color on #786E9D background.