COLOR #7687DB

HEX: #7687DB
RGB: (118,135,219)

Color info

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

RGB color model

#7687DB color RGB value is (118,135,219).

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

RGB channels and saturation

R 118 of 255 = 46%
G 135 of 255 = 53%
B 219 of 255 = 86%

118
135
219

R + G + B ~ 62%. #7687DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 135 + 219 = 472 (100%)
R 118 of 472 ~ 25%
G 135 of 472 ~ 28.6%
B 219 of 472 ~ 46.4%

%25
%28.6
%46.4

CMYK color model

#7687DB color CMYK value is (46,38,0,14).

  • cyan value is 46.12%
  • magenta value is 38.36%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(46,38,0,14)
C46M38Y0K14 
(46%,38%,0%,14%)
(0.46/0.38/0.00/0.14)	

CMYK percentages

%46.12
%38.36
%0
%14.12

Codes

Color #7687DB in popluar color models

7687DB
RGB118135219
HSL230°58.38%66.08%
HSB/HSV230°46.12%85.88%
CMYK46.12%38.36%0.00%
14.12%

Color #7687DB in popluar number systems.

HEX7687DB
Decimal118135219
Binary11101101000011111011011
Octal166207333

Shades and tints

Shades of #7687DB

#7687DB
(118,135,219)
#6C7BC8
(108,123,200)
#626FB5
(98,111,181)
#5863A2
(88,99,162)
#4E578F
(78,87,143)
#444B7C
(68,75,124)
#3A3F69
(58,63,105)
#303356
(48,51,86)
#262743
(38,39,67)
#1C1B30
(28,27,48)
#120F1D
(18,15,29)
#000000
(0,0,0)

Tints of #7687DB

#7687DB
(118,135,219)
#8291DE
(130,145,222)
#8E9BE1
(142,155,225)
#9AA5E4
(154,165,228)
#A6AFE7
(166,175,231)
#B2B9EA
(178,185,234)
#BEC3ED
(190,195,237)
#CACDF0
(202,205,240)
#D6D7F3
(214,215,243)
#E2E1F6
(226,225,246)
#EEEBF9
(238,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7687DB; }

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

This text font color is #7687DB.


Background Color

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

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

This div background color is #7687DB.


Border color

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

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

This div border color is #7687DB.


Opacity

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

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

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

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

This text has shadow with #7687DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7687DB on black background.


Color preview on white background

This text has color #7687DB on white background.



Black color preview on #7687DB background

This text has black color on #7687DB background.


White color preview on #7687DB background

This text has white color on #7687DB background.