COLOR #76D7B7

HEX: #76D7B7
RGB: (118,215,183)

Color info

#76D7B7 contains mainly green and blue colors. Web safe color of #76D7B7 is #66CCCC (or #6CC).

RGB color model

#76D7B7 color RGB value is (118,215,183).

  • red value is 118;
  • green value is 215;
  • blue value is 183.
RGB:
(118,215,183)
(46%,84%,72%)

RGB channels and saturation

R 118 of 255 = 46%
G 215 of 255 = 84%
B 183 of 255 = 72%

118
215
183

R + G + B ~ 67%. #76D7B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 215 + 183 = 516 (100%)
R 118 of 516 ~ 22.87%
G 215 of 516 ~ 41.67%
B 183 of 516 ~ 35.47%

%22.87
%41.67
%35.47

CMYK color model

#76D7B7 color CMYK value is (45,0,15,16).

  • cyan value is 45.12%
  • magenta value is 0.00%
  • yellow value is 14.88%
  • key color value is 15.69%
CMYK:
(45,0,15,16)
C45M0Y15K16 
(45%,0%,15%,16%)
(0.45/0.00/0.15/0.16)	

CMYK percentages

%45.12
%0
%14.88
%15.69

Codes

Color #76D7B7 in popluar color models

76D7B7
RGB118215183
HSL160°54.80%65.29%
HSB/HSV160°45.12%84.31%
CMYK45.12%0.00%14.88%
15.69%

Color #76D7B7 in popluar number systems.

HEX76D7B7
Decimal118215183
Binary11101101101011110110111
Octal166327267

Shades and tints

Shades of #76D7B7

#76D7B7
(118,215,183)
#6CC4A7
(108,196,167)
#62B197
(98,177,151)
#589E87
(88,158,135)
#4E8B77
(78,139,119)
#447867
(68,120,103)
#3A6557
(58,101,87)
#305247
(48,82,71)
#263F37
(38,63,55)
#1C2C27
(28,44,39)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #76D7B7

#76D7B7
(118,215,183)
#82DABD
(130,218,189)
#8EDDC3
(142,221,195)
#9AE0C9
(154,224,201)
#A6E3CF
(166,227,207)
#B2E6D5
(178,230,213)
#BEE9DB
(190,233,219)
#CAECE1
(202,236,225)
#D6EFE7
(214,239,231)
#E2F2ED
(226,242,237)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76D7B7 color. Also use rgb(118,215,183) instead hex code.

Text Font Color

.myTextColor { color: #76D7B7; }

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

This text font color is #76D7B7.


Background Color

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

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

This div background color is #76D7B7.


Border color

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

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

This div border color is #76D7B7.


Opacity

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

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

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

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

This text has shadow with #76D7B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76D7B7 on black background.


Color preview on white background

This text has color #76D7B7 on white background.



Black color preview on #76D7B7 background

This text has black color on #76D7B7 background.


White color preview on #76D7B7 background

This text has white color on #76D7B7 background.