COLOR #7687F6

HEX: #7687F6
RGB: (118,135,246)

Color info

#7687F6 contains mainly blue color. Web safe color of #7687F6 is #6699FF (or #69F).

RGB color model

#7687F6 color RGB value is (118,135,246).

  • red value is 118;
  • green value is 135;
  • blue value is 246.
RGB:
(118,135,246)
(46%,53%,96%)

RGB channels and saturation

R 118 of 255 = 46%
G 135 of 255 = 53%
B 246 of 255 = 96%

118
135
246

R + G + B ~ 65%. #7687F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 135 + 246 = 499 (100%)
R 118 of 499 ~ 23.65%
G 135 of 499 ~ 27.05%
B 246 of 499 ~ 49.3%

%23.65
%27.05
%49.3

CMYK color model

#7687F6 color CMYK value is (52,45,0,4).

  • cyan value is 52.03%
  • magenta value is 45.12%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(52,45,0,4)
C52M45Y0K4 
(52%,45%,0%,4%)
(0.52/0.45/0.00/0.04)	

CMYK percentages

%52.03
%45.12
%0
%3.53

Codes

Color #7687F6 in popluar color models

7687F6
RGB118135246
HSL232°87.67%71.37%
HSB/HSV232°52.03%96.47%
CMYK52.03%45.12%0.00%
3.53%

Color #7687F6 in popluar number systems.

HEX7687F6
Decimal118135246
Binary11101101000011111110110
Octal166207366

Shades and tints

Shades of #7687F6

#7687F6
(118,135,246)
#6C7BE0
(108,123,224)
#626FCA
(98,111,202)
#5863B4
(88,99,180)
#4E579E
(78,87,158)
#444B88
(68,75,136)
#3A3F72
(58,63,114)
#30335C
(48,51,92)
#262746
(38,39,70)
#1C1B30
(28,27,48)
#120F1A
(18,15,26)
#000000
(0,0,0)

Tints of #7687F6

#7687F6
(118,135,246)
#8291F6
(130,145,246)
#8E9BF6
(142,155,246)
#9AA5F6
(154,165,246)
#A6AFF6
(166,175,246)
#B2B9F6
(178,185,246)
#BEC3F6
(190,195,246)
#CACDF6
(202,205,246)
#D6D7F6
(214,215,246)
#E2E1F6
(226,225,246)
#EEEBF6
(238,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7687F6 color. Also use rgb(118,135,246) instead hex code.

Text Font Color

.myTextColor { color: #7687F6; }

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

This text font color is #7687F6.


Background Color

.myBgColor { background-color: #7687F6; }

<div style="background-color:#7687F6">Inner text</div>

This div background color is #7687F6.


Border color

.myBorderColor { border: 1px solid #7687F6; }

<div style="border:3px solid #7687F6">Div</div>

This div border color is #7687F6.


Opacity

.myOpacity80 { color: #7687F6; opacity: 0.8; }

<p style="color:#7687F6;opacity:0.8;">80%</p>

Text with #7687F6 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 #7687F6;}

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

This text has shadow with #7687F6 color.

.textShadow {text-shadow: 3px 3px 1px #7687F6, 3px 3px 1px red;}

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

This text has shadow with #7687F6 primary color and red secondary color.


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

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

This text has shadow with #7687F6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7687F6 on black background.


Color preview on white background

This text has color #7687F6 on white background.



Black color preview on #7687F6 background

This text has black color on #7687F6 background.


White color preview on #7687F6 background

This text has white color on #7687F6 background.