COLOR #76C3CE

HEX: #76C3CE RGB: (118,195,206)

Color info

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

RGB color model

#76C3CE color RGB value is (118,195,206).

RGB: (118,195,206) (46%, 76%, 81%)

RGB channels and saturation

R 118 of 255 = 46%
G 195 of 255 = 76%
B 206 of 255 = 81%

118
195
206

R + G + B ~ 68%. #76C3CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 195 + 206 = 519 (100%)
R 118 of 519 ~ 22.74%
G 195 of 519 ~ 37.57%
B 206 of 519 ~ 39.69'%

%22.74
%37.57
%39.69

CMYK color model

#76C3CE color CMYK value is (43,5,0,19).

  • cyan value is 42.72%
  • magenta value is 5.34%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (43,5,0,19) C43M5Y0K19 (43%,5%,0%,19%) (0.43/0.05/0.00/0.19) 

CMYK percentages

%42.72
%5.34
%0
%19.22

Codes

Color #76C3CE in popluar color models

76 C3 CE
RGB 118 195 206
HSL 188° 47.31% 63.53%
HSB/HSV 188° 42.72% 80.78%
CMYK 42.72% 5.34% 0.00%
19.22%

Color #76C3CE in popluar number systems.

HEX 76 C3 CE
Decimal 118 195 206
Binary 1110110 11000011 11001110
Octal 166 303 316

Shades and tints

Shades of #76C3CE

#76C3CE
(118,195,206)
#6CB2BC
(108,178,188)
#62A1AA
(98,161,170)
#589098
(88,144,152)
#4E7F86
(78,127,134)
#446E74
(68,110,116)
#3A5D62
(58,93,98)
#304C50
(48,76,80)
#263B3E
(38,59,62)
#1C2A2C
(28,42,44)
#12191A
(18,25,26)
#000000
(0,0,0)

Tints of #76C3CE

#76C3CE
(118,195,206)
#82C8D2
(130,200,210)
#8ECDD6
(142,205,214)
#9AD2DA
(154,210,218)
#A6D7DE
(166,215,222)
#B2DCE2
(178,220,226)
#BEE1E6
(190,225,230)
#CAE6EA
(202,230,234)
#D6EBEE
(214,235,238)
#E2F0F2
(226,240,242)
#EEF5F6
(238,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C3CE color. Also use rgb(118,195,206) instead hex code.

Text Font Color

.myTextColor { color: #76C3CE; }

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

This text font color is #76C3CE.

Background Color

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

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

This div background color is #76C3CE.

Border color

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

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

This div border color is #76C3CE.

Opacity

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

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

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

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

This text has shadow with #76C3CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76C3CE.

Preview

Color preview on black background

This text has color #76C3CE on black background.


Color preview on white background

This text has color #76C3CE on white background.


Black color preview on #76C3CE background

This text has black color on #76C3CE background.


White color preview on #76C3CE background

This text has white color on #76C3CE background.


Related colors

Complementary color

Complementary color for #hex is #893C31.


I love getcolorcode.com

Triadic colors

1 #CE76C3 and #C3CE76 with #76C3CE are triadic colors.

2 #CEC376 and #C376CE with #76C3CE are triadic colors.