COLOR #7678D2

HEX: #7678D2
RGB: (118,120,210)

Color info

#7678D2 contains mainly blue color. Web safe color of #7678D2 is #6666CC (or #66C).

RGB color model

#7678D2 color RGB value is (118,120,210).

  • red value is 118;
  • green value is 120;
  • blue value is 210.
RGB:
(118,120,210)
(46%,47%,82%)

RGB channels and saturation

R 118 of 255 = 46%
G 120 of 255 = 47%
B 210 of 255 = 82%

118
120
210

R + G + B ~ 58%. #7678D2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 120 + 210 = 448 (100%)
R 118 of 448 ~ 26.34%
G 120 of 448 ~ 26.79%
B 210 of 448 ~ 46.88%

%26.34
%26.79
%46.88

CMYK color model

#7678D2 color CMYK value is (44,43,0,18).

  • cyan value is 43.81%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(44,43,0,18)
C44M43Y0K18 
(44%,43%,0%,18%)
(0.44/0.43/0.00/0.18)	

CMYK percentages

%43.81
%42.86
%0
%17.65

Codes

Color #7678D2 in popluar color models

7678D2
RGB118120210
HSL239°50.55%64.31%
HSB/HSV239°43.81%82.35%
CMYK43.81%42.86%0.00%
17.65%

Color #7678D2 in popluar number systems.

HEX7678D2
Decimal118120210
Binary1110110111100011010010
Octal166170322

Shades and tints

Shades of #7678D2

#7678D2
(118,120,210)
#6C6EBF
(108,110,191)
#6264AC
(98,100,172)
#585A99
(88,90,153)
#4E5086
(78,80,134)
#444673
(68,70,115)
#3A3C60
(58,60,96)
#30324D
(48,50,77)
#26283A
(38,40,58)
#1C1E27
(28,30,39)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #7678D2

#7678D2
(118,120,210)
#8284D6
(130,132,214)
#8E90DA
(142,144,218)
#9A9CDE
(154,156,222)
#A6A8E2
(166,168,226)
#B2B4E6
(178,180,230)
#BEC0EA
(190,192,234)
#CACCEE
(202,204,238)
#D6D8F2
(214,216,242)
#E2E4F6
(226,228,246)
#EEF0FA
(238,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7678D2 color. Also use rgb(118,120,210) instead hex code.

Text Font Color

.myTextColor { color: #7678D2; }

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

This text font color is #7678D2.


Background Color

.myBgColor { background-color: #7678D2; }

<div style="background-color:#7678D2">Inner text</div>

This div background color is #7678D2.


Border color

.myBorderColor { border: 1px solid #7678D2; }

<div style="border:3px solid #7678D2">Div</div>

This div border color is #7678D2.


Opacity

.myOpacity80 { color: #7678D2; opacity: 0.8; }

<p style="color:#7678D2;opacity:0.8;">80%</p>

Text with #7678D2 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 #7678D2;}

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

This text has shadow with #7678D2 color.

.textShadow {text-shadow: 3px 3px 1px #7678D2, 3px 3px 1px red;}

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

This text has shadow with #7678D2 primary color and red secondary color.


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

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

This text has shadow with #7678D2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7678D2 on black background.


Color preview on white background

This text has color #7678D2 on white background.



Black color preview on #7678D2 background

This text has black color on #7678D2 background.


White color preview on #7678D2 background

This text has white color on #7678D2 background.