COLOR #7686C4

HEX: #7686C4
RGB: (118,134,196)

Color info

#7686C4 contains mainly blue color. Web safe color of #7686C4 is #6699CC (or #69C).

RGB color model

#7686C4 color RGB value is (118,134,196).

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

RGB channels and saturation

R 118 of 255 = 46%
G 134 of 255 = 53%
B 196 of 255 = 77%

118
134
196

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

Portions of RGB colors in percentages

R + G + B =
118 + 134 + 196 = 448 (100%)
R 118 of 448 ~ 26.34%
G 134 of 448 ~ 29.91%
B 196 of 448 ~ 43.75%

%26.34
%29.91
%43.75

CMYK color model

#7686C4 color CMYK value is (40,32,0,23).

  • cyan value is 39.80%
  • magenta value is 31.63%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(40,32,0,23)
C40M32Y0K23 
(40%,32%,0%,23%)
(0.40/0.32/0.00/0.23)	

CMYK percentages

%39.8
%31.63
%0
%23.14

Codes

Color #7686C4 in popluar color models

7686C4
RGB118134196
HSL228°39.80%61.57%
HSB/HSV228°39.80%76.86%
CMYK39.80%31.63%0.00%
23.14%

Color #7686C4 in popluar number systems.

HEX7686C4
Decimal118134196
Binary11101101000011011000100
Octal166206304

Shades and tints

Shades of #7686C4

#7686C4
(118,134,196)
#6C7AB3
(108,122,179)
#626EA2
(98,110,162)
#586291
(88,98,145)
#4E5680
(78,86,128)
#444A6F
(68,74,111)
#3A3E5E
(58,62,94)
#30324D
(48,50,77)
#26263C
(38,38,60)
#1C1A2B
(28,26,43)
#120E1A
(18,14,26)
#000000
(0,0,0)

Tints of #7686C4

#7686C4
(118,134,196)
#8291C9
(130,145,201)
#8E9CCE
(142,156,206)
#9AA7D3
(154,167,211)
#A6B2D8
(166,178,216)
#B2BDDD
(178,189,221)
#BEC8E2
(190,200,226)
#CAD3E7
(202,211,231)
#D6DEEC
(214,222,236)
#E2E9F1
(226,233,241)
#EEF4F6
(238,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7686C4; }

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

This text font color is #7686C4.


Background Color

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

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

This div background color is #7686C4.


Border color

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

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

This div border color is #7686C4.


Opacity

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

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

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

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

This text has shadow with #7686C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7686C4 on black background.


Color preview on white background

This text has color #7686C4 on white background.



Black color preview on #7686C4 background

This text has black color on #7686C4 background.


White color preview on #7686C4 background

This text has white color on #7686C4 background.