COLOR #768BAB

HEX: #768BAB
RGB: (118,139,171)

Color info

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

RGB color model

#768BAB color RGB value is (118,139,171).

  • red value is 118;
  • green value is 139;
  • blue value is 171.
RGB:
(118,139,171)
(46%,55%,67%)

RGB channels and saturation

R 118 of 255 = 46%
G 139 of 255 = 55%
B 171 of 255 = 67%

118
139
171

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

Portions of RGB colors in percentages

R + G + B =
118 + 139 + 171 = 428 (100%)
R 118 of 428 ~ 27.57%
G 139 of 428 ~ 32.48%
B 171 of 428 ~ 39.95%

%27.57
%32.48
%39.95

CMYK color model

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

  • cyan value is 30.99%
  • magenta value is 18.71%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(31,19,0,33)
C31M19Y0K33 
(31%,19%,0%,33%)
(0.31/0.19/0.00/0.33)	

CMYK percentages

%30.99
%18.71
%0
%32.94

Codes

Color #768BAB in popluar color models

768BAB
RGB118139171
HSL216°23.98%56.67%
HSB/HSV216°30.99%67.06%
CMYK30.99%18.71%0.00%
32.94%

Color #768BAB in popluar number systems.

HEX768BAB
Decimal118139171
Binary11101101000101110101011
Octal166213253

Shades and tints

Shades of #768BAB

#768BAB
(118,139,171)
#6C7F9C
(108,127,156)
#62738D
(98,115,141)
#58677E
(88,103,126)
#4E5B6F
(78,91,111)
#444F60
(68,79,96)
#3A4351
(58,67,81)
#303742
(48,55,66)
#262B33
(38,43,51)
#1C1F24
(28,31,36)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #768BAB

#768BAB
(118,139,171)
#8295B2
(130,149,178)
#8E9FB9
(142,159,185)
#9AA9C0
(154,169,192)
#A6B3C7
(166,179,199)
#B2BDCE
(178,189,206)
#BEC7D5
(190,199,213)
#CAD1DC
(202,209,220)
#D6DBE3
(214,219,227)
#E2E5EA
(226,229,234)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #768BAB color. Also use rgb(118,139,171) instead hex code.

Text Font Color

.myTextColor { color: #768BAB; }

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

This text font color is #768BAB.


Background Color

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

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

This div background color is #768BAB.


Border color

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

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

This div border color is #768BAB.


Opacity

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

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

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

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

This text has shadow with #768BAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #768BAB on black background.


Color preview on white background

This text has color #768BAB on white background.



Black color preview on #768BAB background

This text has black color on #768BAB background.


White color preview on #768BAB background

This text has white color on #768BAB background.