COLOR #77E1F9

HEX: #77E1F9
RGB: (119,225,249)

Color info

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

RGB color model

#77E1F9 color RGB value is (119,225,249).

  • red value is 119;
  • green value is 225;
  • blue value is 249.
RGB:
(119,225,249)
(47%,88%,98%)

RGB channels and saturation

R 119 of 255 = 47%
G 225 of 255 = 88%
B 249 of 255 = 98%

119
225
249

R + G + B ~ 78%. #77E1F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 225 + 249 = 593 (100%)
R 119 of 593 ~ 20.07%
G 225 of 593 ~ 37.94%
B 249 of 593 ~ 41.99%

%20.07
%37.94
%41.99

CMYK color model

#77E1F9 color CMYK value is (52,10,0,2).

  • cyan value is 52.21%
  • magenta value is 9.64%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(52,10,0,2)
C52M10Y0K2 
(52%,10%,0%,2%)
(0.52/0.10/0.00/0.02)	

CMYK percentages

%52.21
%9.64
%0
%2.35

Codes

Color #77E1F9 in popluar color models

77E1F9
RGB119225249
HSL191°91.55%72.16%
HSB/HSV191°52.21%97.65%
CMYK52.21%9.64%0.00%
2.35%

Color #77E1F9 in popluar number systems.

HEX77E1F9
Decimal119225249
Binary11101111110000111111001
Octal167341371

Shades and tints

Shades of #77E1F9

#77E1F9
(119,225,249)
#6DCDE3
(109,205,227)
#63B9CD
(99,185,205)
#59A5B7
(89,165,183)
#4F91A1
(79,145,161)
#457D8B
(69,125,139)
#3B6975
(59,105,117)
#31555F
(49,85,95)
#274149
(39,65,73)
#1D2D33
(29,45,51)
#13191D
(19,25,29)
#000000
(0,0,0)

Tints of #77E1F9

#77E1F9
(119,225,249)
#83E3F9
(131,227,249)
#8FE5F9
(143,229,249)
#9BE7F9
(155,231,249)
#A7E9F9
(167,233,249)
#B3EBF9
(179,235,249)
#BFEDF9
(191,237,249)
#CBEFF9
(203,239,249)
#D7F1F9
(215,241,249)
#E3F3F9
(227,243,249)
#EFF5F9
(239,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77E1F9 color. Also use rgb(119,225,249) instead hex code.

Text Font Color

.myTextColor { color: #77E1F9; }

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

This text font color is #77E1F9.


Background Color

.myBgColor { background-color: #77E1F9; }

<div style="background-color:#77E1F9">Inner text</div>

This div background color is #77E1F9.


Border color

.myBorderColor { border: 1px solid #77E1F9; }

<div style="border:3px solid #77E1F9">Div</div>

This div border color is #77E1F9.


Opacity

.myOpacity80 { color: #77E1F9; opacity: 0.8; }

<p style="color:#77E1F9;opacity:0.8;">80%</p>

Text with #77E1F9 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 #77E1F9;}

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

This text has shadow with #77E1F9 color.

.textShadow {text-shadow: 3px 3px 1px #77E1F9, 3px 3px 1px red;}

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

This text has shadow with #77E1F9 primary color and red secondary color.


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

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

This text has shadow with #77E1F9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77E1F9 on black background.


Color preview on white background

This text has color #77E1F9 on white background.



Black color preview on #77E1F9 background

This text has black color on #77E1F9 background.


White color preview on #77E1F9 background

This text has white color on #77E1F9 background.