COLOR #76E1F8

HEX: #76E1F8
RGB: (118,225,248)

Color info

#76E1F8 contains mainly green and blue colors. Web safe color of #76E1F8 is #66CCFF (or #6CF).

RGB color model

#76E1F8 color RGB value is (118,225,248).

  • red value is 118;
  • green value is 225;
  • blue value is 248.
RGB:
(118,225,248)
(46%,88%,97%)

RGB channels and saturation

R 118 of 255 = 46%
G 225 of 255 = 88%
B 248 of 255 = 97%

118
225
248

R + G + B ~ 77%. #76E1F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 225 + 248 = 591 (100%)
R 118 of 591 ~ 19.97%
G 225 of 591 ~ 38.07%
B 248 of 591 ~ 41.96%

%19.97
%38.07
%41.96

CMYK color model

#76E1F8 color CMYK value is (52,9,0,3).

  • cyan value is 52.42%
  • magenta value is 9.27%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(52,9,0,3)
C52M9Y0K3 
(52%,9%,0%,3%)
(0.52/0.09/0.00/0.03)	

CMYK percentages

%52.42
%9.27
%0
%2.75

Codes

Color #76E1F8 in popluar color models

76E1F8
RGB118225248
HSL191°90.28%71.76%
HSB/HSV191°52.42%97.25%
CMYK52.42%9.27%0.00%
2.75%

Color #76E1F8 in popluar number systems.

HEX76E1F8
Decimal118225248
Binary11101101110000111111000
Octal166341370

Shades and tints

Shades of #76E1F8

#76E1F8
(118,225,248)
#6CCDE2
(108,205,226)
#62B9CC
(98,185,204)
#58A5B6
(88,165,182)
#4E91A0
(78,145,160)
#447D8A
(68,125,138)
#3A6974
(58,105,116)
#30555E
(48,85,94)
#264148
(38,65,72)
#1C2D32
(28,45,50)
#12191C
(18,25,28)
#000000
(0,0,0)

Tints of #76E1F8

#76E1F8
(118,225,248)
#82E3F8
(130,227,248)
#8EE5F8
(142,229,248)
#9AE7F8
(154,231,248)
#A6E9F8
(166,233,248)
#B2EBF8
(178,235,248)
#BEEDF8
(190,237,248)
#CAEFF8
(202,239,248)
#D6F1F8
(214,241,248)
#E2F3F8
(226,243,248)
#EEF5F8
(238,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76E1F8 color. Also use rgb(118,225,248) instead hex code.

Text Font Color

.myTextColor { color: #76E1F8; }

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

This text font color is #76E1F8.


Background Color

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

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

This div background color is #76E1F8.


Border color

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

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

This div border color is #76E1F8.


Opacity

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

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

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

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

This text has shadow with #76E1F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76E1F8 on black background.


Color preview on white background

This text has color #76E1F8 on white background.



Black color preview on #76E1F8 background

This text has black color on #76E1F8 background.


White color preview on #76E1F8 background

This text has white color on #76E1F8 background.