COLOR #77E6D5

HEX: #77E6D5
RGB: (119,230,213)

Color info

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

RGB color model

#77E6D5 color RGB value is (119,230,213).

  • red value is 119;
  • green value is 230;
  • blue value is 213.
RGB: (119,230,213) (47%,90%,84%)

RGB channels and saturation

R 119 of 255 = 47%
G 230 of 255 = 90%
B 213 of 255 = 84%

119
230
213

R + G + B ~ 74%. #77E6D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 230 + 213 = 562 (100%)
R 119 of 562 ~ 21.17%
G 230 of 562 ~ 40.93%
B 213 of 562 ~ 37.9%

%21.17
%40.93
%37.9

CMYK color model

#77E6D5 color CMYK value is (48,0,7,10).

  • cyan value is 48.26%
  • magenta value is 0.00%
  • yellow value is 7.39%
  • key color value is 9.80%
CMYK: (48,0,7,10) C48M0Y7K10 (48%,0%,7%,10%) (0.48/0.00/0.07/0.10)

CMYK percentages

%48.26
%0
%7.39
%9.8

Codes

Color #77E6D5 in popluar color models

77E6D5
RGB119230213
HSL171°68.94%68.43%
HSB/HSV171°48.26%90.20%
CMYK48.26%0.00%7.39%
9.80%

Color #77E6D5 in popluar number systems.

HEX77E6D5
Decimal119230213
Binary11101111110011011010101
Octal167346325

Shades and tints

Shades of #77E6D5

#77E6D5
(119,230,213)
#6DD2C2
(109,210,194)
#63BEAF
(99,190,175)
#59AA9C
(89,170,156)
#4F9689
(79,150,137)
#458276
(69,130,118)
#3B6E63
(59,110,99)
#315A50
(49,90,80)
#27463D
(39,70,61)
#1D322A
(29,50,42)
#131E17
(19,30,23)
#000000
(0,0,0)

Tints of #77E6D5

#77E6D5
(119,230,213)
#83E8D8
(131,232,216)
#8FEADB
(143,234,219)
#9BECDE
(155,236,222)
#A7EEE1
(167,238,225)
#B3F0E4
(179,240,228)
#BFF2E7
(191,242,231)
#CBF4EA
(203,244,234)
#D7F6ED
(215,246,237)
#E3F8F0
(227,248,240)
#EFFAF3
(239,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77E6D5 color. Also use rgb(119,230,213) instead hex code.

Text Font Color

.myTextColor { color: #77E6D5; }

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

This text font color is #77E6D5.


Background Color

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

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

This div background color is #77E6D5.


Border color

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

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

This div border color is #77E6D5.


Opacity

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

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

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

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

This text has shadow with #77E6D5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #77E6D5 on black background.


Color preview on white background

This text has color #77E6D5 on white background.



Black color preview on #77E6D5 background

This text has black color on #77E6D5 background.


White color preview on #77E6D5 background

This text has white color on #77E6D5 background.