COLOR #768EB0

HEX: #768EB0
RGB: (118,142,176)

Color info

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

RGB color model

#768EB0 color RGB value is (118,142,176).

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

RGB channels and saturation

R 118 of 255 = 46%
G 142 of 255 = 56%
B 176 of 255 = 69%

118
142
176

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

Portions of RGB colors in percentages

R + G + B =
118 + 142 + 176 = 436 (100%)
R 118 of 436 ~ 27.06%
G 142 of 436 ~ 32.57%
B 176 of 436 ~ 40.37%

%27.06
%32.57
%40.37

CMYK color model

#768EB0 color CMYK value is (33,19,0,31).

  • cyan value is 32.95%
  • magenta value is 19.32%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(33,19,0,31)
C33M19Y0K31 
(33%,19%,0%,31%)
(0.33/0.19/0.00/0.31)	

CMYK percentages

%32.95
%19.32
%0
%30.98

Codes

Color #768EB0 in popluar color models

768EB0
RGB118142176
HSL215°26.85%57.65%
HSB/HSV215°32.95%69.02%
CMYK32.95%19.32%0.00%
30.98%

Color #768EB0 in popluar number systems.

HEX768EB0
Decimal118142176
Binary11101101000111010110000
Octal166216260

Shades and tints

Shades of #768EB0

#768EB0
(118,142,176)
#6C82A0
(108,130,160)
#627690
(98,118,144)
#586A80
(88,106,128)
#4E5E70
(78,94,112)
#445260
(68,82,96)
#3A4650
(58,70,80)
#303A40
(48,58,64)
#262E30
(38,46,48)
#1C2220
(28,34,32)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #768EB0

#768EB0
(118,142,176)
#8298B7
(130,152,183)
#8EA2BE
(142,162,190)
#9AACC5
(154,172,197)
#A6B6CC
(166,182,204)
#B2C0D3
(178,192,211)
#BECADA
(190,202,218)
#CAD4E1
(202,212,225)
#D6DEE8
(214,222,232)
#E2E8EF
(226,232,239)
#EEF2F6
(238,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768EB0; }

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

This text font color is #768EB0.


Background Color

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

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

This div background color is #768EB0.


Border color

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

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

This div border color is #768EB0.


Opacity

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

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

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

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

This text has shadow with #768EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768EB0 on black background.


Color preview on white background

This text has color #768EB0 on white background.



Black color preview on #768EB0 background

This text has black color on #768EB0 background.


White color preview on #768EB0 background

This text has white color on #768EB0 background.