COLOR #768FA8

HEX: #768FA8
RGB: (118,143,168)

Color info

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

RGB color model

#768FA8 color RGB value is (118,143,168).

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

RGB channels and saturation

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

118
143
168

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

Portions of RGB colors in percentages

R + G + B =
118 + 143 + 168 = 429 (100%)
R 118 of 429 ~ 27.51%
G 143 of 429 ~ 33.33%
B 168 of 429 ~ 39.16%

%27.51
%33.33
%39.16

CMYK color model

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

  • cyan value is 29.76%
  • magenta value is 14.88%
  • 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
%14.88
%0
%34.12

Codes

Color #768FA8 in popluar color models

768FA8
RGB118143168
HSL210°22.32%56.08%
HSB/HSV210°29.76%65.88%
CMYK29.76%14.88%0.00%
34.12%

Color #768FA8 in popluar number systems.

HEX768FA8
Decimal118143168
Binary11101101000111110101000
Octal166217250

Shades and tints

Shades of #768FA8

#768FA8
(118,143,168)
#6C8299
(108,130,153)
#62758A
(98,117,138)
#58687B
(88,104,123)
#4E5B6C
(78,91,108)
#444E5D
(68,78,93)
#3A414E
(58,65,78)
#30343F
(48,52,63)
#262730
(38,39,48)
#1C1A21
(28,26,33)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #768FA8

#768FA8
(118,143,168)
#8299AF
(130,153,175)
#8EA3B6
(142,163,182)
#9AADBD
(154,173,189)
#A6B7C4
(166,183,196)
#B2C1CB
(178,193,203)
#BECBD2
(190,203,210)
#CAD5D9
(202,213,217)
#D6DFE0
(214,223,224)
#E2E9E7
(226,233,231)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768FA8; }

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

This text font color is #768FA8.


Background Color

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

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

This div background color is #768FA8.


Border color

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

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

This div border color is #768FA8.


Opacity

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

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

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

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

This text has shadow with #768FA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768FA8 on black background.


Color preview on white background

This text has color #768FA8 on white background.



Black color preview on #768FA8 background

This text has black color on #768FA8 background.


White color preview on #768FA8 background

This text has white color on #768FA8 background.