COLOR #7868A6

HEX: #7868A6
RGB: (120,104,166)

Color info

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

RGB color model

#7868A6 color RGB value is (120,104,166).

  • red value is 120;
  • green value is 104;
  • blue value is 166.
RGB:
(120,104,166)
(47%,41%,65%)

RGB channels and saturation

R 120 of 255 = 47%
G 104 of 255 = 41%
B 166 of 255 = 65%

120
104
166

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

Portions of RGB colors in percentages

R + G + B =
120 + 104 + 166 = 390 (100%)
R 120 of 390 ~ 30.77%
G 104 of 390 ~ 26.67%
B 166 of 390 ~ 42.56%

%30.77
%26.67
%42.56

CMYK color model

#7868A6 color CMYK value is (28,37,0,35).

  • cyan value is 27.71%
  • magenta value is 37.35%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(28,37,0,35)
C28M37Y0K35 
(28%,37%,0%,35%)
(0.28/0.37/0.00/0.35)	

CMYK percentages

%27.71
%37.35
%0
%34.9

Codes

Color #7868A6 in popluar color models

7868A6
RGB120104166
HSL255°25.83%52.94%
HSB/HSV255°37.35%65.10%
CMYK27.71%37.35%0.00%
34.90%

Color #7868A6 in popluar number systems.

HEX7868A6
Decimal120104166
Binary1111000110100010100110
Octal170150246

Shades and tints

Shades of #7868A6

#7868A6
(120,104,166)
#6E5F97
(110,95,151)
#645688
(100,86,136)
#5A4D79
(90,77,121)
#50446A
(80,68,106)
#463B5B
(70,59,91)
#3C324C
(60,50,76)
#32293D
(50,41,61)
#28202E
(40,32,46)
#1E171F
(30,23,31)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #7868A6

#7868A6
(120,104,166)
#8475AE
(132,117,174)
#9082B6
(144,130,182)
#9C8FBE
(156,143,190)
#A89CC6
(168,156,198)
#B4A9CE
(180,169,206)
#C0B6D6
(192,182,214)
#CCC3DE
(204,195,222)
#D8D0E6
(216,208,230)
#E4DDEE
(228,221,238)
#F0EAF6
(240,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7868A6 color. Also use rgb(120,104,166) instead hex code.

Text Font Color

.myTextColor { color: #7868A6; }

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

This text font color is #7868A6.


Background Color

.myBgColor { background-color: #7868A6; }

<div style="background-color:#7868A6">Inner text</div>

This div background color is #7868A6.


Border color

.myBorderColor { border: 1px solid #7868A6; }

<div style="border:3px solid #7868A6">Div</div>

This div border color is #7868A6.


Opacity

.myOpacity80 { color: #7868A6; opacity: 0.8; }

<p style="color:#7868A6;opacity:0.8;">80%</p>

Text with #7868A6 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 #7868A6;}

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

This text has shadow with #7868A6 color.

.textShadow {text-shadow: 3px 3px 1px #7868A6, 3px 3px 1px red;}

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

This text has shadow with #7868A6 primary color and red secondary color.


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

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

This text has shadow with #7868A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7868A6 on black background.


Color preview on white background

This text has color #7868A6 on white background.



Black color preview on #7868A6 background

This text has black color on #7868A6 background.


White color preview on #7868A6 background

This text has white color on #7868A6 background.