COLOR #768EAA

HEX: #768EAA
RGB: (118,142,170)

Color info

#768EAA contains red, green and blue colors in about the same proportion. Web safe color of #768EAA is #669999 (or #699).

RGB color model

#768EAA color RGB value is (118,142,170).

  • red value is 118;
  • green value is 142;
  • blue value is 170.
RGB:
(118,142,170)
(46%,56%,67%)

RGB channels and saturation

R 118 of 255 = 46%
G 142 of 255 = 56%
B 170 of 255 = 67%

118
142
170

R + G + B ~ 56%. #768EAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 142 + 170 = 430 (100%)
R 118 of 430 ~ 27.44%
G 142 of 430 ~ 33.02%
B 170 of 430 ~ 39.53%

%27.44
%33.02
%39.53

CMYK color model

#768EAA color CMYK value is (31,16,0,33).

  • cyan value is 30.59%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(31,16,0,33)
C31M16Y0K33 
(31%,16%,0%,33%)
(0.31/0.16/0.00/0.33)	

CMYK percentages

%30.59
%16.47
%0
%33.33

Codes

Color #768EAA in popluar color models

768EAA
RGB118142170
HSL212°23.42%56.47%
HSB/HSV212°30.59%66.67%
CMYK30.59%16.47%0.00%
33.33%

Color #768EAA in popluar number systems.

HEX768EAA
Decimal118142170
Binary11101101000111010101010
Octal166216252

Shades and tints

Shades of #768EAA

#768EAA
(118,142,170)
#6C829B
(108,130,155)
#62768C
(98,118,140)
#586A7D
(88,106,125)
#4E5E6E
(78,94,110)
#44525F
(68,82,95)
#3A4650
(58,70,80)
#303A41
(48,58,65)
#262E32
(38,46,50)
#1C2223
(28,34,35)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #768EAA

#768EAA
(118,142,170)
#8298B1
(130,152,177)
#8EA2B8
(142,162,184)
#9AACBF
(154,172,191)
#A6B6C6
(166,182,198)
#B2C0CD
(178,192,205)
#BECAD4
(190,202,212)
#CAD4DB
(202,212,219)
#D6DEE2
(214,222,226)
#E2E8E9
(226,232,233)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768EAA; }

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

This text font color is #768EAA.


Background Color

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

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

This div background color is #768EAA.


Border color

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

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

This div border color is #768EAA.


Opacity

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

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

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

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

This text has shadow with #768EAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768EAA on black background.


Color preview on white background

This text has color #768EAA on white background.



Black color preview on #768EAA background

This text has black color on #768EAA background.


White color preview on #768EAA background

This text has white color on #768EAA background.