COLOR #76B0AE

HEX: #76B0AE
RGB: (118,176,174)

Color info

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

RGB color model

#76B0AE color RGB value is (118,176,174).

  • red value is 118;
  • green value is 176;
  • blue value is 174.
RGB:
(118,176,174)
(46%,69%,68%)

RGB channels and saturation

R 118 of 255 = 46%
G 176 of 255 = 69%
B 174 of 255 = 68%

118
176
174

R + G + B ~ 61%. #76B0AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 176 + 174 = 468 (100%)
R 118 of 468 ~ 25.21%
G 176 of 468 ~ 37.61%
B 174 of 468 ~ 37.18%

%25.21
%37.61
%37.18

CMYK color model

#76B0AE color CMYK value is (33,0,1,31).

  • cyan value is 32.95%
  • magenta value is 0.00%
  • yellow value is 1.14%
  • key color value is 30.98%
CMYK:
(33,0,1,31)
C33M0Y1K31 
(33%,0%,1%,31%)
(0.33/0.00/0.01/0.31)	

CMYK percentages

%32.95
%0
%1.14
%30.98

Codes

Color #76B0AE in popluar color models

76B0AE
RGB118176174
HSL178°26.85%57.65%
HSB/HSV178°32.95%69.02%
CMYK32.95%0.00%1.14%
30.98%

Color #76B0AE in popluar number systems.

HEX76B0AE
Decimal118176174
Binary11101101011000010101110
Octal166260256

Shades and tints

Shades of #76B0AE

#76B0AE
(118,176,174)
#6CA09F
(108,160,159)
#629090
(98,144,144)
#588081
(88,128,129)
#4E7072
(78,112,114)
#446063
(68,96,99)
#3A5054
(58,80,84)
#304045
(48,64,69)
#263036
(38,48,54)
#1C2027
(28,32,39)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #76B0AE

#76B0AE
(118,176,174)
#82B7B5
(130,183,181)
#8EBEBC
(142,190,188)
#9AC5C3
(154,197,195)
#A6CCCA
(166,204,202)
#B2D3D1
(178,211,209)
#BEDAD8
(190,218,216)
#CAE1DF
(202,225,223)
#D6E8E6
(214,232,230)
#E2EFED
(226,239,237)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B0AE color. Also use rgb(118,176,174) instead hex code.

Text Font Color

.myTextColor { color: #76B0AE; }

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

This text font color is #76B0AE.


Background Color

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

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

This div background color is #76B0AE.


Border color

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

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

This div border color is #76B0AE.


Opacity

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

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

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

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

This text has shadow with #76B0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B0AE on black background.


Color preview on white background

This text has color #76B0AE on white background.



Black color preview on #76B0AE background

This text has black color on #76B0AE background.


White color preview on #76B0AE background

This text has white color on #76B0AE background.