COLOR #76A8AB

HEX: #76A8AB
RGB: (118,168,171)

Color info

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

RGB color model

#76A8AB color RGB value is (118,168,171).

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

RGB channels and saturation

R 118 of 255 = 46%
G 168 of 255 = 66%
B 171 of 255 = 67%

118
168
171

R + G + B ~ 60%. #76A8AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 168 + 171 = 457 (100%)
R 118 of 457 ~ 25.82%
G 168 of 457 ~ 36.76%
B 171 of 457 ~ 37.42%

%25.82
%36.76
%37.42

CMYK color model

#76A8AB color CMYK value is (31,2,0,33).

  • cyan value is 30.99%
  • magenta value is 1.75%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(31,2,0,33)
C31M2Y0K33 
(31%,2%,0%,33%)
(0.31/0.02/0.00/0.33)	

CMYK percentages

%30.99
%1.75
%0
%32.94

Codes

Color #76A8AB in popluar color models

76A8AB
RGB118168171
HSL183°23.98%56.67%
HSB/HSV183°30.99%67.06%
CMYK30.99%1.75%0.00%
32.94%

Color #76A8AB in popluar number systems.

HEX76A8AB
Decimal118168171
Binary11101101010100010101011
Octal166250253

Shades and tints

Shades of #76A8AB

#76A8AB
(118,168,171)
#6C999C
(108,153,156)
#628A8D
(98,138,141)
#587B7E
(88,123,126)
#4E6C6F
(78,108,111)
#445D60
(68,93,96)
#3A4E51
(58,78,81)
#303F42
(48,63,66)
#263033
(38,48,51)
#1C2124
(28,33,36)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #76A8AB

#76A8AB
(118,168,171)
#82AFB2
(130,175,178)
#8EB6B9
(142,182,185)
#9ABDC0
(154,189,192)
#A6C4C7
(166,196,199)
#B2CBCE
(178,203,206)
#BED2D5
(190,210,213)
#CAD9DC
(202,217,220)
#D6E0E3
(214,224,227)
#E2E7EA
(226,231,234)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A8AB color. Also use rgb(118,168,171) instead hex code.

Text Font Color

.myTextColor { color: #76A8AB; }

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

This text font color is #76A8AB.


Background Color

.myBgColor { background-color: #76A8AB; }

<div style="background-color:#76A8AB">Inner text</div>

This div background color is #76A8AB.


Border color

.myBorderColor { border: 1px solid #76A8AB; }

<div style="border:3px solid #76A8AB">Div</div>

This div border color is #76A8AB.


Opacity

.myOpacity80 { color: #76A8AB; opacity: 0.8; }

<p style="color:#76A8AB;opacity:0.8;">80%</p>

Text with #76A8AB 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 #76A8AB;}

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

This text has shadow with #76A8AB color.

.textShadow {text-shadow: 3px 3px 1px #76A8AB, 3px 3px 1px red;}

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

This text has shadow with #76A8AB primary color and red secondary color.


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

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

This text has shadow with #76A8AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A8AB on black background.


Color preview on white background

This text has color #76A8AB on white background.



Black color preview on #76A8AB background

This text has black color on #76A8AB background.


White color preview on #76A8AB background

This text has white color on #76A8AB background.