COLOR #7680A6

HEX: #7680A6
RGB: (118,128,166)

Color info

#7680A6 contains red, green and blue colors in about the same proportion. Web safe color of #7680A6 is #666699 (or #669).

RGB color model

#7680A6 color RGB value is (118,128,166).

  • red value is 118;
  • green value is 128;
  • blue value is 166.
RGB:
(118,128,166)
(46%,50%,65%)

RGB channels and saturation

R 118 of 255 = 46%
G 128 of 255 = 50%
B 166 of 255 = 65%

118
128
166

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

Portions of RGB colors in percentages

R + G + B =
118 + 128 + 166 = 412 (100%)
R 118 of 412 ~ 28.64%
G 128 of 412 ~ 31.07%
B 166 of 412 ~ 40.29%

%28.64
%31.07
%40.29

CMYK color model

#7680A6 color CMYK value is (29,23,0,35).

  • cyan value is 28.92%
  • magenta value is 22.89%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(29,23,0,35)
C29M23Y0K35 
(29%,23%,0%,35%)
(0.29/0.23/0.00/0.35)	

CMYK percentages

%28.92
%22.89
%0
%34.9

Codes

Color #7680A6 in popluar color models

7680A6
RGB118128166
HSL228°21.24%55.69%
HSB/HSV228°28.92%65.10%
CMYK28.92%22.89%0.00%
34.90%

Color #7680A6 in popluar number systems.

HEX7680A6
Decimal118128166
Binary11101101000000010100110
Octal166200246

Shades and tints

Shades of #7680A6

#7680A6
(118,128,166)
#6C7597
(108,117,151)
#626A88
(98,106,136)
#585F79
(88,95,121)
#4E546A
(78,84,106)
#44495B
(68,73,91)
#3A3E4C
(58,62,76)
#30333D
(48,51,61)
#26282E
(38,40,46)
#1C1D1F
(28,29,31)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #7680A6

#7680A6
(118,128,166)
#828BAE
(130,139,174)
#8E96B6
(142,150,182)
#9AA1BE
(154,161,190)
#A6ACC6
(166,172,198)
#B2B7CE
(178,183,206)
#BEC2D6
(190,194,214)
#CACDDE
(202,205,222)
#D6D8E6
(214,216,230)
#E2E3EE
(226,227,238)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7680A6 color. Also use rgb(118,128,166) instead hex code.

Text Font Color

.myTextColor { color: #7680A6; }

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

This text font color is #7680A6.


Background Color

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

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

This div background color is #7680A6.


Border color

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

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

This div border color is #7680A6.


Opacity

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

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

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

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

This text has shadow with #7680A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7680A6 on black background.


Color preview on white background

This text has color #7680A6 on white background.



Black color preview on #7680A6 background

This text has black color on #7680A6 background.


White color preview on #7680A6 background

This text has white color on #7680A6 background.