COLOR #7679C7

HEX: #7679C7
RGB: (118,121,199)

Color info

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

RGB color model

#7679C7 color RGB value is (118,121,199).

  • red value is 118;
  • green value is 121;
  • blue value is 199.
RGB:
(118,121,199)
(46%,47%,78%)

RGB channels and saturation

R 118 of 255 = 46%
G 121 of 255 = 47%
B 199 of 255 = 78%

118
121
199

R + G + B ~ 57%. #7679C7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 121 + 199 = 438 (100%)
R 118 of 438 ~ 26.94%
G 121 of 438 ~ 27.63%
B 199 of 438 ~ 45.43%

%26.94
%27.63
%45.43

CMYK color model

#7679C7 color CMYK value is (41,39,0,22).

  • cyan value is 40.70%
  • magenta value is 39.20%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(41,39,0,22)
C41M39Y0K22 
(41%,39%,0%,22%)
(0.41/0.39/0.00/0.22)	

CMYK percentages

%40.7
%39.2
%0
%21.96

Codes

Color #7679C7 in popluar color models

7679C7
RGB118121199
HSL238°41.97%62.16%
HSB/HSV238°40.70%78.04%
CMYK40.70%39.20%0.00%
21.96%

Color #7679C7 in popluar number systems.

HEX7679C7
Decimal118121199
Binary1110110111100111000111
Octal166171307

Shades and tints

Shades of #7679C7

#7679C7
(118,121,199)
#6C6EB5
(108,110,181)
#6263A3
(98,99,163)
#585891
(88,88,145)
#4E4D7F
(78,77,127)
#44426D
(68,66,109)
#3A375B
(58,55,91)
#302C49
(48,44,73)
#262137
(38,33,55)
#1C1625
(28,22,37)
#120B13
(18,11,19)
#000000
(0,0,0)

Tints of #7679C7

#7679C7
(118,121,199)
#8285CC
(130,133,204)
#8E91D1
(142,145,209)
#9A9DD6
(154,157,214)
#A6A9DB
(166,169,219)
#B2B5E0
(178,181,224)
#BEC1E5
(190,193,229)
#CACDEA
(202,205,234)
#D6D9EF
(214,217,239)
#E2E5F4
(226,229,244)
#EEF1F9
(238,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7679C7 color. Also use rgb(118,121,199) instead hex code.

Text Font Color

.myTextColor { color: #7679C7; }

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

This text font color is #7679C7.


Background Color

.myBgColor { background-color: #7679C7; }

<div style="background-color:#7679C7">Inner text</div>

This div background color is #7679C7.


Border color

.myBorderColor { border: 1px solid #7679C7; }

<div style="border:3px solid #7679C7">Div</div>

This div border color is #7679C7.


Opacity

.myOpacity80 { color: #7679C7; opacity: 0.8; }

<p style="color:#7679C7;opacity:0.8;">80%</p>

Text with #7679C7 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 #7679C7;}

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

This text has shadow with #7679C7 color.

.textShadow {text-shadow: 3px 3px 1px #7679C7, 3px 3px 1px red;}

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

This text has shadow with #7679C7 primary color and red secondary color.


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

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

This text has shadow with #7679C7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7679C7 on black background.


Color preview on white background

This text has color #7679C7 on white background.



Black color preview on #7679C7 background

This text has black color on #7679C7 background.


White color preview on #7679C7 background

This text has white color on #7679C7 background.