COLOR #768E99

HEX: #768E99
RGB: (118,142,153)

Color info

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

RGB color model

#768E99 color RGB value is (118,142,153).

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

RGB channels and saturation

R 118 of 255 = 46%
G 142 of 255 = 56%
B 153 of 255 = 60%

118
142
153

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

Portions of RGB colors in percentages

R + G + B =
118 + 142 + 153 = 413 (100%)
R 118 of 413 ~ 28.57%
G 142 of 413 ~ 34.38%
B 153 of 413 ~ 37.05%

%28.57
%34.38
%37.05

CMYK color model

#768E99 color CMYK value is (23,7,0,40).

  • cyan value is 22.88%
  • magenta value is 7.19%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(23,7,0,40)
C23M7Y0K40 
(23%,7%,0%,40%)
(0.23/0.07/0.00/0.40)	

CMYK percentages

%22.88
%7.19
%0
%40

Codes

Color #768E99 in popluar color models

768E99
RGB118142153
HSL199°14.64%53.14%
HSB/HSV199°22.88%60.00%
CMYK22.88%7.19%0.00%
40.00%

Color #768E99 in popluar number systems.

HEX768E99
Decimal118142153
Binary11101101000111010011001
Octal166216231

Shades and tints

Shades of #768E99

#768E99
(118,142,153)
#6C828C
(108,130,140)
#62767F
(98,118,127)
#586A72
(88,106,114)
#4E5E65
(78,94,101)
#445258
(68,82,88)
#3A464B
(58,70,75)
#303A3E
(48,58,62)
#262E31
(38,46,49)
#1C2224
(28,34,36)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #768E99

#768E99
(118,142,153)
#8298A2
(130,152,162)
#8EA2AB
(142,162,171)
#9AACB4
(154,172,180)
#A6B6BD
(166,182,189)
#B2C0C6
(178,192,198)
#BECACF
(190,202,207)
#CAD4D8
(202,212,216)
#D6DEE1
(214,222,225)
#E2E8EA
(226,232,234)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768E99; }

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

This text font color is #768E99.


Background Color

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

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

This div background color is #768E99.


Border color

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

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

This div border color is #768E99.


Opacity

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

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

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

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

This text has shadow with #768E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768E99 on black background.


Color preview on white background

This text has color #768E99 on white background.



Black color preview on #768E99 background

This text has black color on #768E99 background.


White color preview on #768E99 background

This text has white color on #768E99 background.