COLOR #7683E2

HEX: #7683E2 RGB: (118,131,226)

Color info

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

RGB color model

#7683E2 color RGB value is (118,131,226).

RGB: (118,131,226) (46%, 51%, 89%)

RGB channels and saturation

R 118 of 255 = 46%
G 131 of 255 = 51%
B 226 of 255 = 89%

118
131
226

R + G + B ~ 62%. #7683E2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 131 + 226 = 475 (100%)
R 118 of 475 ~ 24.84%
G 131 of 475 ~ 27.58%
B 226 of 475 ~ 47.58'%

%24.84
%27.58
%47.58

CMYK color model

#7683E2 color CMYK value is (48,42,0,11).

  • cyan value is 47.79%
  • magenta value is 42.04%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (48,42,0,11)
C48M42Y0K11 (48%, 42%, 0%, 11%)
(0.48 / 0.42 / 0.00 / 0.11)

CMYK percentages

%47.79
%42.04
%0
%11.37

Codes

Color #7683E2 in popluar color models

76 83 E2
RGB 118 131 226
HSL 233° 65.06% 67.45%
HSB/HSV 233° 47.79% 88.63%
CMYK 47.79% 42.04% 0.00%
11.37%

Color #7683E2 in popluar number systems.

HEX 76 83 E2
Decimal 118 131 226
Binary 1110110 10000011 11100010
Octal 166 203 342

Shades and tints

Shades of #7683E2

#7683E2
(118,131,226)
#6C78CE
(108,120,206)
#626DBA
(98,109,186)
#5862A6
(88,98,166)
#4E5792
(78,87,146)
#444C7E
(68,76,126)
#3A416A
(58,65,106)
#303656
(48,54,86)
#262B42
(38,43,66)
#1C202E
(28,32,46)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #7683E2

#7683E2
(118,131,226)
#828EE4
(130,142,228)
#8E99E6
(142,153,230)
#9AA4E8
(154,164,232)
#A6AFEA
(166,175,234)
#B2BAEC
(178,186,236)
#BEC5EE
(190,197,238)
#CAD0F0
(202,208,240)
#D6DBF2
(214,219,242)
#E2E6F4
(226,230,244)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7683E2 color. Also use rgb(118,131,226) instead hex code.

Text Font Color

.myTextColor { color: #7683E2; }

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

This text font color is #7683E2.

Background Color

.myBgColor { background-color: #7683E2; }

<div style="background-color:#7683E2">Inner text</div>

This div background color is #7683E2.

Border color

.myBorderColor { border: 1px solid #7683E2; }

<div style="border:3px solid #7683E2">Div</div>

This div border color is #7683E2.

Opacity

.myOpacity80 { color: #7683E2; opacity: 0.8; }

<p style="color:#7683E2;opacity:0.8;">80%</p>

Text with #7683E2 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 #7683E2;}

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

This text has shadow with #7683E2 color.


.textShadow {text-shadow: 3px 3px 1px #7683E2', 3px 3px 1px red;}

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

This text has shadow with #7683E2 primary color and red secondary color.


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

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

This text has shadow with #7683E2 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7683E2; -webkit-box-shadow: 1px 1px 3px 2px #7683E2; box-shadow:1px 1px 3px 2px #7683E2;">
Div content here
</div>

This div box has shadow with color #7683E2.

Preview

Color preview on black background

This text has color #7683E2 on black background.


Color preview on white background

This text has color #7683E2 on white background.


Black color preview on #7683E2 background

This text has black color on #7683E2 background.


White color preview on #7683E2 background

This text has white color on #7683E2 background.


Related colors

Complementary color

Complementary color for #hex is #897C1D.


I love getcolorcode.com

Triadic colors

1 #E27683 and #83E276 with #7683E2 are triadic colors.

2 #E28376 and #8376E2 with #7683E2 are triadic colors.