COLOR #77FBE7

HEX: #77FBE7
RGB: (119,251,231)

Color info

#77FBE7 contains mainly green and blue colors. Web safe color of #77FBE7 is #66FFFF (or #6FF).

RGB color model

#77FBE7 color RGB value is (119,251,231).

  • red value is 119;
  • green value is 251;
  • blue value is 231.
RGB:
(119,251,231)
(47%,98%,91%)

RGB channels and saturation

R 119 of 255 = 47%
G 251 of 255 = 98%
B 231 of 255 = 91%

119
251
231

R + G + B ~ 79%. #77FBE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 251 + 231 = 601 (100%)
R 119 of 601 ~ 19.8%
G 251 of 601 ~ 41.76%
B 231 of 601 ~ 38.44%

%19.8
%41.76
%38.44

CMYK color model

#77FBE7 color CMYK value is (53,0,8,2).

  • cyan value is 52.59%
  • magenta value is 0.00%
  • yellow value is 7.97%
  • key color value is 1.57%
CMYK:
(53,0,8,2)
C53M0Y8K2 
(53%,0%,8%,2%)
(0.53/0.00/0.08/0.02)	

CMYK percentages

%52.59
%0
%7.97
%1.57

Codes

Color #77FBE7 in popluar color models

77FBE7
RGB119251231
HSL171°94.29%72.55%
HSB/HSV171°52.59%98.43%
CMYK52.59%0.00%7.97%
1.57%

Color #77FBE7 in popluar number systems.

HEX77FBE7
Decimal119251231
Binary11101111111101111100111
Octal167373347

Shades and tints

Shades of #77FBE7

#77FBE7
(119,251,231)
#6DE5D2
(109,229,210)
#63CFBD
(99,207,189)
#59B9A8
(89,185,168)
#4FA393
(79,163,147)
#458D7E
(69,141,126)
#3B7769
(59,119,105)
#316154
(49,97,84)
#274B3F
(39,75,63)
#1D352A
(29,53,42)
#131F15
(19,31,21)
#000000
(0,0,0)

Tints of #77FBE7

#77FBE7
(119,251,231)
#83FBE9
(131,251,233)
#8FFBEB
(143,251,235)
#9BFBED
(155,251,237)
#A7FBEF
(167,251,239)
#B3FBF1
(179,251,241)
#BFFBF3
(191,251,243)
#CBFBF5
(203,251,245)
#D7FBF7
(215,251,247)
#E3FBF9
(227,251,249)
#EFFBFB
(239,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77FBE7 color. Also use rgb(119,251,231) instead hex code.

Text Font Color

.myTextColor { color: #77FBE7; }

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

This text font color is #77FBE7.


Background Color

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

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

This div background color is #77FBE7.


Border color

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

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

This div border color is #77FBE7.


Opacity

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

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

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

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

This text has shadow with #77FBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77FBE7 on black background.


Color preview on white background

This text has color #77FBE7 on white background.



Black color preview on #77FBE7 background

This text has black color on #77FBE7 background.


White color preview on #77FBE7 background

This text has white color on #77FBE7 background.