COLOR #7686AC

HEX: #7686AC
RGB: (118,134,172)

Color info

#7686AC contains red, green and blue colors in about the same proportion. Web safe color of #7686AC is #669999 (or #699).

RGB color model

#7686AC color RGB value is (118,134,172).

  • red value is 118;
  • green value is 134;
  • blue value is 172.
RGB:
(118,134,172)
(46%,53%,67%)

RGB channels and saturation

R 118 of 255 = 46%
G 134 of 255 = 53%
B 172 of 255 = 67%

118
134
172

R + G + B ~ 55%. #7686AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 134 + 172 = 424 (100%)
R 118 of 424 ~ 27.83%
G 134 of 424 ~ 31.6%
B 172 of 424 ~ 40.57%

%27.83
%31.6
%40.57

CMYK color model

#7686AC color CMYK value is (31,22,0,33).

  • cyan value is 31.40%
  • magenta value is 22.09%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(31,22,0,33)
C31M22Y0K33 
(31%,22%,0%,33%)
(0.31/0.22/0.00/0.33)	

CMYK percentages

%31.4
%22.09
%0
%32.55

Codes

Color #7686AC in popluar color models

7686AC
RGB118134172
HSL222°24.55%56.86%
HSB/HSV222°31.40%67.45%
CMYK31.40%22.09%0.00%
32.55%

Color #7686AC in popluar number systems.

HEX7686AC
Decimal118134172
Binary11101101000011010101100
Octal166206254

Shades and tints

Shades of #7686AC

#7686AC
(118,134,172)
#6C7A9D
(108,122,157)
#626E8E
(98,110,142)
#58627F
(88,98,127)
#4E5670
(78,86,112)
#444A61
(68,74,97)
#3A3E52
(58,62,82)
#303243
(48,50,67)
#262634
(38,38,52)
#1C1A25
(28,26,37)
#120E16
(18,14,22)
#000000
(0,0,0)

Tints of #7686AC

#7686AC
(118,134,172)
#8291B3
(130,145,179)
#8E9CBA
(142,156,186)
#9AA7C1
(154,167,193)
#A6B2C8
(166,178,200)
#B2BDCF
(178,189,207)
#BEC8D6
(190,200,214)
#CAD3DD
(202,211,221)
#D6DEE4
(214,222,228)
#E2E9EB
(226,233,235)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7686AC color. Also use rgb(118,134,172) instead hex code.

Text Font Color

.myTextColor { color: #7686AC; }

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

This text font color is #7686AC.


Background Color

.myBgColor { background-color: #7686AC; }

<div style="background-color:#7686AC">Inner text</div>

This div background color is #7686AC.


Border color

.myBorderColor { border: 1px solid #7686AC; }

<div style="border:3px solid #7686AC">Div</div>

This div border color is #7686AC.


Opacity

.myOpacity80 { color: #7686AC; opacity: 0.8; }

<p style="color:#7686AC;opacity:0.8;">80%</p>

Text with #7686AC 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 #7686AC;}

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

This text has shadow with #7686AC color.

.textShadow {text-shadow: 3px 3px 1px #7686AC, 3px 3px 1px red;}

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

This text has shadow with #7686AC primary color and red secondary color.


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

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

This text has shadow with #7686AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7686AC on black background.


Color preview on white background

This text has color #7686AC on white background.



Black color preview on #7686AC background

This text has black color on #7686AC background.


White color preview on #7686AC background

This text has white color on #7686AC background.