COLOR #76D7DD

HEX: #76D7DD
RGB: (118,215,221)

Color info

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

RGB color model

#76D7DD color RGB value is (118,215,221).

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

RGB channels and saturation

R 118 of 255 = 46%
G 215 of 255 = 84%
B 221 of 255 = 87%

118
215
221

R + G + B ~ 72%. #76D7DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 215 + 221 = 554 (100%)
R 118 of 554 ~ 21.3%
G 215 of 554 ~ 38.81%
B 221 of 554 ~ 39.89%

%21.3
%38.81
%39.89

CMYK color model

#76D7DD color CMYK value is (47,3,0,13).

  • cyan value is 46.61%
  • magenta value is 2.71%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(47,3,0,13)
C47M3Y0K13 
(47%,3%,0%,13%)
(0.47/0.03/0.00/0.13)	

CMYK percentages

%46.61
%2.71
%0
%13.33

Codes

Color #76D7DD in popluar color models

76D7DD
RGB118215221
HSL183°60.23%66.47%
HSB/HSV183°46.61%86.67%
CMYK46.61%2.71%0.00%
13.33%

Color #76D7DD in popluar number systems.

HEX76D7DD
Decimal118215221
Binary11101101101011111011101
Octal166327335

Shades and tints

Shades of #76D7DD

#76D7DD
(118,215,221)
#6CC4C9
(108,196,201)
#62B1B5
(98,177,181)
#589EA1
(88,158,161)
#4E8B8D
(78,139,141)
#447879
(68,120,121)
#3A6565
(58,101,101)
#305251
(48,82,81)
#263F3D
(38,63,61)
#1C2C29
(28,44,41)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #76D7DD

#76D7DD
(118,215,221)
#82DAE0
(130,218,224)
#8EDDE3
(142,221,227)
#9AE0E6
(154,224,230)
#A6E3E9
(166,227,233)
#B2E6EC
(178,230,236)
#BEE9EF
(190,233,239)
#CAECF2
(202,236,242)
#D6EFF5
(214,239,245)
#E2F2F8
(226,242,248)
#EEF5FB
(238,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76D7DD; }

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

This text font color is #76D7DD.


Background Color

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

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

This div background color is #76D7DD.


Border color

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

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

This div border color is #76D7DD.


Opacity

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

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

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

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

This text has shadow with #76D7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76D7DD on black background.


Color preview on white background

This text has color #76D7DD on white background.



Black color preview on #76D7DD background

This text has black color on #76D7DD background.


White color preview on #76D7DD background

This text has white color on #76D7DD background.