COLOR #768FAB

HEX: #768FAB RGB: (118,143,171)

Color info

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

RGB color model

#768FAB color RGB value is (118,143,171).

RGB: (118,143,171) (46%, 56%, 67%)

RGB channels and saturation

R 118 of 255 = 46%
G 143 of 255 = 56%
B 171 of 255 = 67%

118
143
171

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

Portions of RGB colors in percentages

R + G + B = 118 + 143 + 171 = 432 (100%)
R 118 of 432 ~ 27.31%
G 143 of 432 ~ 33.1%
B 171 of 432 ~ 39.58'%

%27.31
%33.1
%39.58

CMYK color model

#768FAB color CMYK value is (31,16,0,33).

  • cyan value is 30.99%
  • magenta value is 16.37%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (31,16,0,33)
C31M16Y0K33 (31%, 16%, 0%, 33%)
(0.31 / 0.16 / 0.00 / 0.33)

CMYK percentages

%30.99
%16.37
%0
%32.94

Codes

Color #768FAB in popluar color models

76 8F AB
RGB 118 143 171
HSL 212° 23.98% 56.67%
HSB/HSV 212° 30.99% 67.06%
CMYK 30.99% 16.37% 0.00%
32.94%

Color #768FAB in popluar number systems.

HEX 76 8F AB
Decimal 118 143 171
Binary 1110110 10001111 10101011
Octal 166 217 253

Shades and tints

Shades of #768FAB

#768FAB
(118,143,171)
#6C829C
(108,130,156)
#62758D
(98,117,141)
#58687E
(88,104,126)
#4E5B6F
(78,91,111)
#444E60
(68,78,96)
#3A4151
(58,65,81)
#303442
(48,52,66)
#262733
(38,39,51)
#1C1A24
(28,26,36)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #768FAB

#768FAB
(118,143,171)
#8299B2
(130,153,178)
#8EA3B9
(142,163,185)
#9AADC0
(154,173,192)
#A6B7C7
(166,183,199)
#B2C1CE
(178,193,206)
#BECBD5
(190,203,213)
#CAD5DC
(202,213,220)
#D6DFE3
(214,223,227)
#E2E9EA
(226,233,234)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #768FAB; }

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

This text font color is #768FAB.

Background Color

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

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

This div background color is #768FAB.

Border color

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

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

This div border color is #768FAB.

Opacity

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

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

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

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

This text has shadow with #768FAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #768FAB.

Preview

Color preview on black background

This text has color #768FAB on black background.


Color preview on white background

This text has color #768FAB on white background.


Black color preview on #768FAB background

This text has black color on #768FAB background.


White color preview on #768FAB background

This text has white color on #768FAB background.


Related colors

Complementary color

Complementary color for #hex is #897054.


I love getcolorcode.com

Triadic colors

1 #AB768F and #8FAB76 with #768FAB are triadic colors.

2 #AB8F76 and #8F76AB with #768FAB are triadic colors.