COLOR #76BAB1

HEX: #76BAB1
RGB: (118,186,177)

Color info

#76BAB1 contains mainly green and blue colors. Web safe color of #76BAB1 is #66CC99 (or #6C9).

RGB color model

#76BAB1 color RGB value is (118,186,177).

  • red value is 118;
  • green value is 186;
  • blue value is 177.
RGB:
(118,186,177)
(46%,73%,69%)

RGB channels and saturation

R 118 of 255 = 46%
G 186 of 255 = 73%
B 177 of 255 = 69%

118
186
177

R + G + B ~ 63%. #76BAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 186 + 177 = 481 (100%)
R 118 of 481 ~ 24.53%
G 186 of 481 ~ 38.67%
B 177 of 481 ~ 36.8%

%24.53
%38.67
%36.8

CMYK color model

#76BAB1 color CMYK value is (37,0,5,27).

  • cyan value is 36.56%
  • magenta value is 0.00%
  • yellow value is 4.84%
  • key color value is 27.06%
CMYK:
(37,0,5,27)
C37M0Y5K27 
(37%,0%,5%,27%)
(0.37/0.00/0.05/0.27)	

CMYK percentages

%36.56
%0
%4.84
%27.06

Codes

Color #76BAB1 in popluar color models

76BAB1
RGB118186177
HSL172°33.01%59.61%
HSB/HSV172°36.56%72.94%
CMYK36.56%0.00%4.84%
27.06%

Color #76BAB1 in popluar number systems.

HEX76BAB1
Decimal118186177
Binary11101101011101010110001
Octal166272261

Shades and tints

Shades of #76BAB1

#76BAB1
(118,186,177)
#6CAAA1
(108,170,161)
#629A91
(98,154,145)
#588A81
(88,138,129)
#4E7A71
(78,122,113)
#446A61
(68,106,97)
#3A5A51
(58,90,81)
#304A41
(48,74,65)
#263A31
(38,58,49)
#1C2A21
(28,42,33)
#121A11
(18,26,17)
#000000
(0,0,0)

Tints of #76BAB1

#76BAB1
(118,186,177)
#82C0B8
(130,192,184)
#8EC6BF
(142,198,191)
#9ACCC6
(154,204,198)
#A6D2CD
(166,210,205)
#B2D8D4
(178,216,212)
#BEDEDB
(190,222,219)
#CAE4E2
(202,228,226)
#D6EAE9
(214,234,233)
#E2F0F0
(226,240,240)
#EEF6F7
(238,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76BAB1 color. Also use rgb(118,186,177) instead hex code.

Text Font Color

.myTextColor { color: #76BAB1; }

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

This text font color is #76BAB1.


Background Color

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

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

This div background color is #76BAB1.


Border color

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

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

This div border color is #76BAB1.


Opacity

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

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

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

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

This text has shadow with #76BAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BAB1 on black background.


Color preview on white background

This text has color #76BAB1 on white background.



Black color preview on #76BAB1 background

This text has black color on #76BAB1 background.


White color preview on #76BAB1 background

This text has white color on #76BAB1 background.