COLOR #77D2D5

HEX: #77D2D5
RGB: (119,210,213)

Color info

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

RGB color model

#77D2D5 color RGB value is (119,210,213).

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

RGB channels and saturation

R 119 of 255 = 47%
G 210 of 255 = 82%
B 213 of 255 = 84%

119
210
213

R + G + B ~ 71%. #77D2D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 210 + 213 = 542 (100%)
R 119 of 542 ~ 21.96%
G 210 of 542 ~ 38.75%
B 213 of 542 ~ 39.3%

%21.96
%38.75
%39.3

CMYK color model

#77D2D5 color CMYK value is (44,1,0,16).

  • cyan value is 44.13%
  • magenta value is 1.41%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(44,1,0,16)
C44M1Y0K16 
(44%,1%,0%,16%)
(0.44/0.01/0.00/0.16)	

CMYK percentages

%44.13
%1.41
%0
%16.47

Codes

Color #77D2D5 in popluar color models

77D2D5
RGB119210213
HSL182°52.81%65.10%
HSB/HSV182°44.13%83.53%
CMYK44.13%1.41%0.00%
16.47%

Color #77D2D5 in popluar number systems.

HEX77D2D5
Decimal119210213
Binary11101111101001011010101
Octal167322325

Shades and tints

Shades of #77D2D5

#77D2D5
(119,210,213)
#6DBFC2
(109,191,194)
#63ACAF
(99,172,175)
#59999C
(89,153,156)
#4F8689
(79,134,137)
#457376
(69,115,118)
#3B6063
(59,96,99)
#314D50
(49,77,80)
#273A3D
(39,58,61)
#1D272A
(29,39,42)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #77D2D5

#77D2D5
(119,210,213)
#83D6D8
(131,214,216)
#8FDADB
(143,218,219)
#9BDEDE
(155,222,222)
#A7E2E1
(167,226,225)
#B3E6E4
(179,230,228)
#BFEAE7
(191,234,231)
#CBEEEA
(203,238,234)
#D7F2ED
(215,242,237)
#E3F6F0
(227,246,240)
#EFFAF3
(239,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77D2D5; }

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

This text font color is #77D2D5.


Background Color

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

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

This div background color is #77D2D5.


Border color

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

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

This div border color is #77D2D5.


Opacity

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

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

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

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

This text has shadow with #77D2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77D2D5 on black background.


Color preview on white background

This text has color #77D2D5 on white background.



Black color preview on #77D2D5 background

This text has black color on #77D2D5 background.


White color preview on #77D2D5 background

This text has white color on #77D2D5 background.