COLOR #786BAD

HEX: #786BAD RGB: (120,107,173)

Color info

#786BAD contains mainly red and blue colors. Web safe color of #786BAD is #666699 (or #669).

RGB color model

#786BAD color RGB value is (120,107,173).

RGB: (120,107,173) (47%, 42%, 68%)

RGB channels and saturation

R 120 of 255 = 47%
G 107 of 255 = 42%
B 173 of 255 = 68%

120
107
173

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

Portions of RGB colors in percentages

R + G + B = 120 + 107 + 173 = 400 (100%)
R 120 of 400 ~ 30%
G 107 of 400 ~ 26.75%
B 173 of 400 ~ 43.25'%

%30
%26.75
%43.25

CMYK color model

#786BAD color CMYK value is (31,38,0,32).

  • cyan value is 30.64%
  • magenta value is 38.15%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (31,38,0,32) C31M38Y0K32 (31%,38%,0%,32%) (0.31/0.38/0.00/0.32) 

CMYK percentages

%30.64
%38.15
%0
%32.16

Codes

Color #786BAD in popluar color models

78 6B AD
RGB 120 107 173
HSL 252° 28.70% 54.90%
HSB/HSV 252° 38.15% 67.84%
CMYK 30.64% 38.15% 0.00%
32.16%

Color #786BAD in popluar number systems.

HEX 78 6B AD
Decimal 120 107 173
Binary 1111000 1101011 10101101
Octal 170 153 255

Shades and tints

Shades of #786BAD

#786BAD
(120,107,173)
#6E629E
(110,98,158)
#64598F
(100,89,143)
#5A5080
(90,80,128)
#504771
(80,71,113)
#463E62
(70,62,98)
#3C3553
(60,53,83)
#322C44
(50,44,68)
#282335
(40,35,53)
#1E1A26
(30,26,38)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #786BAD

#786BAD
(120,107,173)
#8478B4
(132,120,180)
#9085BB
(144,133,187)
#9C92C2
(156,146,194)
#A89FC9
(168,159,201)
#B4ACD0
(180,172,208)
#C0B9D7
(192,185,215)
#CCC6DE
(204,198,222)
#D8D3E5
(216,211,229)
#E4E0EC
(228,224,236)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786BAD color. Also use rgb(120,107,173) instead hex code.

Text Font Color

.myTextColor { color: #786BAD; }

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

This text font color is #786BAD.

Background Color

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

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

This div background color is #786BAD.

Border color

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

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

This div border color is #786BAD.

Opacity

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

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

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

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

This text has shadow with #786BAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #786BAD.

Preview

Color preview on black background

This text has color #786BAD on black background.


Color preview on white background

This text has color #786BAD on white background.


Black color preview on #786BAD background

This text has black color on #786BAD background.


White color preview on #786BAD background

This text has white color on #786BAD background.


Related colors

Complementary color

Complementary color for #hex is #879452.


I love getcolorcode.com

Triadic colors

1 #AD786B and #6BAD78 with #786BAD are triadic colors.

2 #AD6B78 and #6B78AD with #786BAD are triadic colors.