COLOR #768EA8

HEX: #768EA8
RGB: (118,142,168)

Color info

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

RGB color model

#768EA8 color RGB value is (118,142,168).

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

RGB channels and saturation

R 118 of 255 = 46%
G 142 of 255 = 56%
B 168 of 255 = 66%

118
142
168

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

Portions of RGB colors in percentages

R + G + B =
118 + 142 + 168 = 428 (100%)
R 118 of 428 ~ 27.57%
G 142 of 428 ~ 33.18%
B 168 of 428 ~ 39.25%

%27.57
%33.18
%39.25

CMYK color model

#768EA8 color CMYK value is (30,15,0,34).

  • cyan value is 29.76%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(30,15,0,34)
C30M15Y0K34 
(30%,15%,0%,34%)
(0.30/0.15/0.00/0.34)	

CMYK percentages

%29.76
%15.48
%0
%34.12

Codes

Color #768EA8 in popluar color models

768EA8
RGB118142168
HSL211°22.32%56.08%
HSB/HSV211°29.76%65.88%
CMYK29.76%15.48%0.00%
34.12%

Color #768EA8 in popluar number systems.

HEX768EA8
Decimal118142168
Binary11101101000111010101000
Octal166216250

Shades and tints

Shades of #768EA8

#768EA8
(118,142,168)
#6C8299
(108,130,153)
#62768A
(98,118,138)
#586A7B
(88,106,123)
#4E5E6C
(78,94,108)
#44525D
(68,82,93)
#3A464E
(58,70,78)
#303A3F
(48,58,63)
#262E30
(38,46,48)
#1C2221
(28,34,33)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #768EA8

#768EA8
(118,142,168)
#8298AF
(130,152,175)
#8EA2B6
(142,162,182)
#9AACBD
(154,172,189)
#A6B6C4
(166,182,196)
#B2C0CB
(178,192,203)
#BECAD2
(190,202,210)
#CAD4D9
(202,212,217)
#D6DEE0
(214,222,224)
#E2E8E7
(226,232,231)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768EA8; }

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

This text font color is #768EA8.


Background Color

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

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

This div background color is #768EA8.


Border color

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

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

This div border color is #768EA8.


Opacity

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

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

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

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

This text has shadow with #768EA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768EA8 on black background.


Color preview on white background

This text has color #768EA8 on white background.



Black color preview on #768EA8 background

This text has black color on #768EA8 background.


White color preview on #768EA8 background

This text has white color on #768EA8 background.