COLOR #7687BF

HEX: #7687BF
RGB: (118,135,191)

Color info

#7687BF contains mainly green and blue colors. Web safe color of #7687BF is #6699CC (or #69C).

RGB color model

#7687BF color RGB value is (118,135,191).

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

RGB channels and saturation

R 118 of 255 = 46%
G 135 of 255 = 53%
B 191 of 255 = 75%

118
135
191

R + G + B ~ 58%. #7687BF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 135 + 191 = 444 (100%)
R 118 of 444 ~ 26.58%
G 135 of 444 ~ 30.41%
B 191 of 444 ~ 43.02%

%26.58
%30.41
%43.02

CMYK color model

#7687BF color CMYK value is (38,29,0,25).

  • cyan value is 38.22%
  • magenta value is 29.32%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(38,29,0,25)
C38M29Y0K25 
(38%,29%,0%,25%)
(0.38/0.29/0.00/0.25)	

CMYK percentages

%38.22
%29.32
%0
%25.1

Codes

Color #7687BF in popluar color models

7687BF
RGB118135191
HSL226°36.32%60.59%
HSB/HSV226°38.22%74.90%
CMYK38.22%29.32%0.00%
25.10%

Color #7687BF in popluar number systems.

HEX7687BF
Decimal118135191
Binary11101101000011110111111
Octal166207277

Shades and tints

Shades of #7687BF

#7687BF
(118,135,191)
#6C7BAE
(108,123,174)
#626F9D
(98,111,157)
#58638C
(88,99,140)
#4E577B
(78,87,123)
#444B6A
(68,75,106)
#3A3F59
(58,63,89)
#303348
(48,51,72)
#262737
(38,39,55)
#1C1B26
(28,27,38)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #7687BF

#7687BF
(118,135,191)
#8291C4
(130,145,196)
#8E9BC9
(142,155,201)
#9AA5CE
(154,165,206)
#A6AFD3
(166,175,211)
#B2B9D8
(178,185,216)
#BEC3DD
(190,195,221)
#CACDE2
(202,205,226)
#D6D7E7
(214,215,231)
#E2E1EC
(226,225,236)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7687BF; }

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

This text font color is #7687BF.


Background Color

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

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

This div background color is #7687BF.


Border color

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

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

This div border color is #7687BF.


Opacity

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

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

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

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

This text has shadow with #7687BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7687BF on black background.


Color preview on white background

This text has color #7687BF on white background.



Black color preview on #7687BF background

This text has black color on #7687BF background.


White color preview on #7687BF background

This text has white color on #7687BF background.