COLOR #768DA8

HEX: #768DA8
RGB: (118,141,168)

Color info

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

RGB color model

#768DA8 color RGB value is (118,141,168).

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

RGB channels and saturation

R 118 of 255 = 46%
G 141 of 255 = 55%
B 168 of 255 = 66%

118
141
168

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

Portions of RGB colors in percentages

R + G + B =
118 + 141 + 168 = 427 (100%)
R 118 of 427 ~ 27.63%
G 141 of 427 ~ 33.02%
B 168 of 427 ~ 39.34%

%27.63
%33.02
%39.34

CMYK color model

#768DA8 color CMYK value is (30,16,0,34).

  • cyan value is 29.76%
  • magenta value is 16.07%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(30,16,0,34)
C30M16Y0K34 
(30%,16%,0%,34%)
(0.30/0.16/0.00/0.34)	

CMYK percentages

%29.76
%16.07
%0
%34.12

Codes

Color #768DA8 in popluar color models

768DA8
RGB118141168
HSL212°22.32%56.08%
HSB/HSV212°29.76%65.88%
CMYK29.76%16.07%0.00%
34.12%

Color #768DA8 in popluar number systems.

HEX768DA8
Decimal118141168
Binary11101101000110110101000
Octal166215250

Shades and tints

Shades of #768DA8

#768DA8
(118,141,168)
#6C8199
(108,129,153)
#62758A
(98,117,138)
#58697B
(88,105,123)
#4E5D6C
(78,93,108)
#44515D
(68,81,93)
#3A454E
(58,69,78)
#30393F
(48,57,63)
#262D30
(38,45,48)
#1C2121
(28,33,33)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #768DA8

#768DA8
(118,141,168)
#8297AF
(130,151,175)
#8EA1B6
(142,161,182)
#9AABBD
(154,171,189)
#A6B5C4
(166,181,196)
#B2BFCB
(178,191,203)
#BEC9D2
(190,201,210)
#CAD3D9
(202,211,217)
#D6DDE0
(214,221,224)
#E2E7E7
(226,231,231)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768DA8; }

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

This text font color is #768DA8.


Background Color

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

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

This div background color is #768DA8.


Border color

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

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

This div border color is #768DA8.


Opacity

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

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

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

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

This text has shadow with #768DA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768DA8 on black background.


Color preview on white background

This text has color #768DA8 on white background.



Black color preview on #768DA8 background

This text has black color on #768DA8 background.


White color preview on #768DA8 background

This text has white color on #768DA8 background.