COLOR #7678D9

HEX: #7678D9 RGB: (118,120,217)

Color info

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

RGB color model

#7678D9 color RGB value is (118,120,217).

RGB: (118,120,217) (46%, 47%, 85%)

RGB channels and saturation

R 118 of 255 = 46%
G 120 of 255 = 47%
B 217 of 255 = 85%

118
120
217

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

Portions of RGB colors in percentages

R + G + B = 118 + 120 + 217 = 455 (100%)
R 118 of 455 ~ 25.93%
G 120 of 455 ~ 26.37%
B 217 of 455 ~ 47.69'%

%25.93
%26.37
%47.69

CMYK color model

#7678D9 color CMYK value is (46,45,0,15).

  • cyan value is 45.62%
  • magenta value is 44.70%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (46,45,0,15)
C46M45Y0K15 (46%, 45%, 0%, 15%)
(0.46 / 0.45 / 0.00 / 0.15)

CMYK percentages

%45.62
%44.7
%0
%14.9

Codes

Color #7678D9 in popluar color models

76 78 D9
RGB 118 120 217
HSL 239° 56.57% 65.69%
HSB/HSV 239° 45.62% 85.10%
CMYK 45.62% 44.70% 0.00%
14.90%

Color #7678D9 in popluar number systems.

HEX 76 78 D9
Decimal 118 120 217
Binary 1110110 1111000 11011001
Octal 166 170 331

Shades and tints

Shades of #7678D9

#7678D9
(118,120,217)
#6C6EC6
(108,110,198)
#6264B3
(98,100,179)
#585AA0
(88,90,160)
#4E508D
(78,80,141)
#44467A
(68,70,122)
#3A3C67
(58,60,103)
#303254
(48,50,84)
#262841
(38,40,65)
#1C1E2E
(28,30,46)
#12141B
(18,20,27)
#000000
(0,0,0)

Tints of #7678D9

#7678D9
(118,120,217)
#8284DC
(130,132,220)
#8E90DF
(142,144,223)
#9A9CE2
(154,156,226)
#A6A8E5
(166,168,229)
#B2B4E8
(178,180,232)
#BEC0EB
(190,192,235)
#CACCEE
(202,204,238)
#D6D8F1
(214,216,241)
#E2E4F4
(226,228,244)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7678D9; }

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

This text font color is #7678D9.

Background Color

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

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

This div background color is #7678D9.

Border color

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

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

This div border color is #7678D9.

Opacity

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

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

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

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

This text has shadow with #7678D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7678D9.

Preview

Color preview on black background

This text has color #7678D9 on black background.


Color preview on white background

This text has color #7678D9 on white background.


Black color preview on #7678D9 background

This text has black color on #7678D9 background.


White color preview on #7678D9 background

This text has white color on #7678D9 background.


Related colors

Complementary color

Complementary color for #hex is #898726.


I love getcolorcode.com

Triadic colors

1 #D97678 and #78D976 with #7678D9 are triadic colors.

2 #D97876 and #7876D9 with #7678D9 are triadic colors.