COLOR #77DBE5

HEX: #77DBE5
RGB: (119,219,229)

Color info

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

RGB color model

#77DBE5 color RGB value is (119,219,229).

  • red value is 119;
  • green value is 219;
  • blue value is 229.
RGB:
(119,219,229)
(47%,86%,90%)

RGB channels and saturation

R 119 of 255 = 47%
G 219 of 255 = 86%
B 229 of 255 = 90%

119
219
229

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

Portions of RGB colors in percentages

R + G + B =
119 + 219 + 229 = 567 (100%)
R 119 of 567 ~ 20.99%
G 219 of 567 ~ 38.62%
B 229 of 567 ~ 40.39%

%20.99
%38.62
%40.39

CMYK color model

#77DBE5 color CMYK value is (48,4,0,10).

  • cyan value is 48.03%
  • magenta value is 4.37%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(48,4,0,10)
C48M4Y0K10 
(48%,4%,0%,10%)
(0.48/0.04/0.00/0.10)	

CMYK percentages

%48.03
%4.37
%0
%10.2

Codes

Color #77DBE5 in popluar color models

77DBE5
RGB119219229
HSL185°67.90%68.24%
HSB/HSV185°48.03%89.80%
CMYK48.03%4.37%0.00%
10.20%

Color #77DBE5 in popluar number systems.

HEX77DBE5
Decimal119219229
Binary11101111101101111100101
Octal167333345

Shades and tints

Shades of #77DBE5

#77DBE5
(119,219,229)
#6DC8D1
(109,200,209)
#63B5BD
(99,181,189)
#59A2A9
(89,162,169)
#4F8F95
(79,143,149)
#457C81
(69,124,129)
#3B696D
(59,105,109)
#315659
(49,86,89)
#274345
(39,67,69)
#1D3031
(29,48,49)
#131D1D
(19,29,29)
#000000
(0,0,0)

Tints of #77DBE5

#77DBE5
(119,219,229)
#83DEE7
(131,222,231)
#8FE1E9
(143,225,233)
#9BE4EB
(155,228,235)
#A7E7ED
(167,231,237)
#B3EAEF
(179,234,239)
#BFEDF1
(191,237,241)
#CBF0F3
(203,240,243)
#D7F3F5
(215,243,245)
#E3F6F7
(227,246,247)
#EFF9F9
(239,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77DBE5 color. Also use rgb(119,219,229) instead hex code.

Text Font Color

.myTextColor { color: #77DBE5; }

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

This text font color is #77DBE5.


Background Color

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

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

This div background color is #77DBE5.


Border color

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

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

This div border color is #77DBE5.


Opacity

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

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

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

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

This text has shadow with #77DBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77DBE5 on black background.


Color preview on white background

This text has color #77DBE5 on white background.



Black color preview on #77DBE5 background

This text has black color on #77DBE5 background.


White color preview on #77DBE5 background

This text has white color on #77DBE5 background.