COLOR #768ED2

HEX: #768ED2 RGB: (118,142,210)

Color info

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

RGB color model

#768ED2 color RGB value is (118,142,210).

RGB: (118,142,210) (46%, 56%, 82%)

RGB channels and saturation

R 118 of 255 = 46%
G 142 of 255 = 56%
B 210 of 255 = 82%

118
142
210

R + G + B ~ 61%. #768ED2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 142 + 210 = 470 (100%)
R 118 of 470 ~ 25.11%
G 142 of 470 ~ 30.21%
B 210 of 470 ~ 44.68'%

%25.11
%30.21
%44.68

CMYK color model

#768ED2 color CMYK value is (44,32,0,18).

  • cyan value is 43.81%
  • magenta value is 32.38%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (44,32,0,18)
C44M32Y0K18 (44%, 32%, 0%, 18%)
(0.44 / 0.32 / 0.00 / 0.18)

CMYK percentages

%43.81
%32.38
%0
%17.65

Codes

Color #768ED2 in popluar color models

76 8E D2
RGB 118 142 210
HSL 224° 50.55% 64.31%
HSB/HSV 224° 43.81% 82.35%
CMYK 43.81% 32.38% 0.00%
17.65%

Color #768ED2 in popluar number systems.

HEX 76 8E D2
Decimal 118 142 210
Binary 1110110 10001110 11010010
Octal 166 216 322

Shades and tints

Shades of #768ED2

#768ED2
(118,142,210)
#6C82BF
(108,130,191)
#6276AC
(98,118,172)
#586A99
(88,106,153)
#4E5E86
(78,94,134)
#445273
(68,82,115)
#3A4660
(58,70,96)
#303A4D
(48,58,77)
#262E3A
(38,46,58)
#1C2227
(28,34,39)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #768ED2

#768ED2
(118,142,210)
#8298D6
(130,152,214)
#8EA2DA
(142,162,218)
#9AACDE
(154,172,222)
#A6B6E2
(166,182,226)
#B2C0E6
(178,192,230)
#BECAEA
(190,202,234)
#CAD4EE
(202,212,238)
#D6DEF2
(214,222,242)
#E2E8F6
(226,232,246)
#EEF2FA
(238,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768ED2 color. Also use rgb(118,142,210) instead hex code.

Text Font Color

.myTextColor { color: #768ED2; }

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

This text font color is #768ED2.

Background Color

.myBgColor { background-color: #768ED2; }

<div style="background-color:#768ED2">Inner text</div>

This div background color is #768ED2.

Border color

.myBorderColor { border: 1px solid #768ED2; }

<div style="border:3px solid #768ED2">Div</div>

This div border color is #768ED2.

Opacity

.myOpacity80 { color: #768ED2; opacity: 0.8; }

<p style="color:#768ED2;opacity:0.8;">80%</p>

Text with #768ED2 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 #768ED2;}

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

This text has shadow with #768ED2 color.


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

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

This text has shadow with #768ED2 primary color and red secondary color.


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

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

This text has shadow with #768ED2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #768ED2.

Preview

Color preview on black background

This text has color #768ED2 on black background.


Color preview on white background

This text has color #768ED2 on white background.


Black color preview on #768ED2 background

This text has black color on #768ED2 background.


White color preview on #768ED2 background

This text has white color on #768ED2 background.


Related colors

Complementary color

Complementary color for #hex is #89712D.


I love getcolorcode.com

Triadic colors

1 #D2768E and #8ED276 with #768ED2 are triadic colors.

2 #D28E76 and #8E76D2 with #768ED2 are triadic colors.