COLOR #76D1BB

HEX: #76D1BB
RGB: (118,209,187)

Color info

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

RGB color model

#76D1BB color RGB value is (118,209,187).

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

RGB channels and saturation

R 118 of 255 = 46%
G 209 of 255 = 82%
B 187 of 255 = 73%

118
209
187

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

Portions of RGB colors in percentages

R + G + B =
118 + 209 + 187 = 514 (100%)
R 118 of 514 ~ 22.96%
G 209 of 514 ~ 40.66%
B 187 of 514 ~ 36.38%

%22.96
%40.66
%36.38

CMYK color model

#76D1BB color CMYK value is (44,0,11,18).

  • cyan value is 43.54%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 18.04%
CMYK:
(44,0,11,18)
C44M0Y11K18 
(44%,0%,11%,18%)
(0.44/0.00/0.11/0.18)	

CMYK percentages

%43.54
%0
%10.53
%18.04

Codes

Color #76D1BB in popluar color models

76D1BB
RGB118209187
HSL165°49.73%64.12%
HSB/HSV165°43.54%81.96%
CMYK43.54%0.00%10.53%
18.04%

Color #76D1BB in popluar number systems.

HEX76D1BB
Decimal118209187
Binary11101101101000110111011
Octal166321273

Shades and tints

Shades of #76D1BB

#76D1BB
(118,209,187)
#6CBEAA
(108,190,170)
#62AB99
(98,171,153)
#589888
(88,152,136)
#4E8577
(78,133,119)
#447266
(68,114,102)
#3A5F55
(58,95,85)
#304C44
(48,76,68)
#263933
(38,57,51)
#1C2622
(28,38,34)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #76D1BB

#76D1BB
(118,209,187)
#82D5C1
(130,213,193)
#8ED9C7
(142,217,199)
#9ADDCD
(154,221,205)
#A6E1D3
(166,225,211)
#B2E5D9
(178,229,217)
#BEE9DF
(190,233,223)
#CAEDE5
(202,237,229)
#D6F1EB
(214,241,235)
#E2F5F1
(226,245,241)
#EEF9F7
(238,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76D1BB; }

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

This text font color is #76D1BB.


Background Color

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

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

This div background color is #76D1BB.


Border color

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

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

This div border color is #76D1BB.


Opacity

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

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

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

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

This text has shadow with #76D1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76D1BB on black background.


Color preview on white background

This text has color #76D1BB on white background.



Black color preview on #76D1BB background

This text has black color on #76D1BB background.


White color preview on #76D1BB background

This text has white color on #76D1BB background.