COLOR #7684E5

HEX: #7684E5
RGB: (118,132,229)

Color info

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

RGB color model

#7684E5 color RGB value is (118,132,229).

  • red value is 118;
  • green value is 132;
  • blue value is 229.
RGB:
(118,132,229)
(46%,52%,90%)

RGB channels and saturation

R 118 of 255 = 46%
G 132 of 255 = 52%
B 229 of 255 = 90%

118
132
229

R + G + B ~ 63%. #7684E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 132 + 229 = 479 (100%)
R 118 of 479 ~ 24.63%
G 132 of 479 ~ 27.56%
B 229 of 479 ~ 47.81%

%24.63
%27.56
%47.81

CMYK color model

#7684E5 color CMYK value is (48,42,0,10).

  • cyan value is 48.47%
  • magenta value is 42.36%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(48,42,0,10)
C48M42Y0K10 
(48%,42%,0%,10%)
(0.48/0.42/0.00/0.10)	

CMYK percentages

%48.47
%42.36
%0
%10.2

Codes

Color #7684E5 in popluar color models

7684E5
RGB118132229
HSL232°68.10%68.04%
HSB/HSV232°48.47%89.80%
CMYK48.47%42.36%0.00%
10.20%

Color #7684E5 in popluar number systems.

HEX7684E5
Decimal118132229
Binary11101101000010011100101
Octal166204345

Shades and tints

Shades of #7684E5

#7684E5
(118,132,229)
#6C78D1
(108,120,209)
#626CBD
(98,108,189)
#5860A9
(88,96,169)
#4E5495
(78,84,149)
#444881
(68,72,129)
#3A3C6D
(58,60,109)
#303059
(48,48,89)
#262445
(38,36,69)
#1C1831
(28,24,49)
#120C1D
(18,12,29)
#000000
(0,0,0)

Tints of #7684E5

#7684E5
(118,132,229)
#828FE7
(130,143,231)
#8E9AE9
(142,154,233)
#9AA5EB
(154,165,235)
#A6B0ED
(166,176,237)
#B2BBEF
(178,187,239)
#BEC6F1
(190,198,241)
#CAD1F3
(202,209,243)
#D6DCF5
(214,220,245)
#E2E7F7
(226,231,247)
#EEF2F9
(238,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7684E5 color. Also use rgb(118,132,229) instead hex code.

Text Font Color

.myTextColor { color: #7684E5; }

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

This text font color is #7684E5.


Background Color

.myBgColor { background-color: #7684E5; }

<div style="background-color:#7684E5">Inner text</div>

This div background color is #7684E5.


Border color

.myBorderColor { border: 1px solid #7684E5; }

<div style="border:3px solid #7684E5">Div</div>

This div border color is #7684E5.


Opacity

.myOpacity80 { color: #7684E5; opacity: 0.8; }

<p style="color:#7684E5;opacity:0.8;">80%</p>

Text with #7684E5 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 #7684E5;}

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

This text has shadow with #7684E5 color.

.textShadow {text-shadow: 3px 3px 1px #7684E5, 3px 3px 1px red;}

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

This text has shadow with #7684E5 primary color and red secondary color.


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

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

This text has shadow with #7684E5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7684E5 on black background.


Color preview on white background

This text has color #7684E5 on white background.



Black color preview on #7684E5 background

This text has black color on #7684E5 background.


White color preview on #7684E5 background

This text has white color on #7684E5 background.