COLOR #76BBA7

HEX: #76BBA7
RGB: (118,187,167)

Color info

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

RGB color model

#76BBA7 color RGB value is (118,187,167).

  • red value is 118;
  • green value is 187;
  • blue value is 167.
RGB:
(118,187,167)
(46%,73%,65%)

RGB channels and saturation

R 118 of 255 = 46%
G 187 of 255 = 73%
B 167 of 255 = 65%

118
187
167

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

Portions of RGB colors in percentages

R + G + B =
118 + 187 + 167 = 472 (100%)
R 118 of 472 ~ 25%
G 187 of 472 ~ 39.62%
B 167 of 472 ~ 35.38%

%25
%39.62
%35.38

CMYK color model

#76BBA7 color CMYK value is (37,0,11,27).

  • cyan value is 36.90%
  • magenta value is 0.00%
  • yellow value is 10.70%
  • key color value is 26.67%
CMYK:
(37,0,11,27)
C37M0Y11K27 
(37%,0%,11%,27%)
(0.37/0.00/0.11/0.27)	

CMYK percentages

%36.9
%0
%10.7
%26.67

Codes

Color #76BBA7 in popluar color models

76BBA7
RGB118187167
HSL163°33.66%59.80%
HSB/HSV163°36.90%73.33%
CMYK36.90%0.00%10.70%
26.67%

Color #76BBA7 in popluar number systems.

HEX76BBA7
Decimal118187167
Binary11101101011101110100111
Octal166273247

Shades and tints

Shades of #76BBA7

#76BBA7
(118,187,167)
#6CAA98
(108,170,152)
#629989
(98,153,137)
#58887A
(88,136,122)
#4E776B
(78,119,107)
#44665C
(68,102,92)
#3A554D
(58,85,77)
#30443E
(48,68,62)
#26332F
(38,51,47)
#1C2220
(28,34,32)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #76BBA7

#76BBA7
(118,187,167)
#82C1AF
(130,193,175)
#8EC7B7
(142,199,183)
#9ACDBF
(154,205,191)
#A6D3C7
(166,211,199)
#B2D9CF
(178,217,207)
#BEDFD7
(190,223,215)
#CAE5DF
(202,229,223)
#D6EBE7
(214,235,231)
#E2F1EF
(226,241,239)
#EEF7F7
(238,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76BBA7 color. Also use rgb(118,187,167) instead hex code.

Text Font Color

.myTextColor { color: #76BBA7; }

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

This text font color is #76BBA7.


Background Color

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

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

This div background color is #76BBA7.


Border color

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

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

This div border color is #76BBA7.


Opacity

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

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

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

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

This text has shadow with #76BBA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BBA7 on black background.


Color preview on white background

This text has color #76BBA7 on white background.



Black color preview on #76BBA7 background

This text has black color on #76BBA7 background.


White color preview on #76BBA7 background

This text has white color on #76BBA7 background.