COLOR #77DDF4

HEX: #77DDF4
RGB: (119,221,244)

Color info

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

RGB color model

#77DDF4 color RGB value is (119,221,244).

  • red value is 119;
  • green value is 221;
  • blue value is 244.
RGB:
(119,221,244)
(47%,87%,96%)

RGB channels and saturation

R 119 of 255 = 47%
G 221 of 255 = 87%
B 244 of 255 = 96%

119
221
244

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

Portions of RGB colors in percentages

R + G + B =
119 + 221 + 244 = 584 (100%)
R 119 of 584 ~ 20.38%
G 221 of 584 ~ 37.84%
B 244 of 584 ~ 41.78%

%20.38
%37.84
%41.78

CMYK color model

#77DDF4 color CMYK value is (51,9,0,4).

  • cyan value is 51.23%
  • magenta value is 9.43%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(51,9,0,4)
C51M9Y0K4 
(51%,9%,0%,4%)
(0.51/0.09/0.00/0.04)	

CMYK percentages

%51.23
%9.43
%0
%4.31

Codes

Color #77DDF4 in popluar color models

77DDF4
RGB119221244
HSL191°85.03%71.18%
HSB/HSV191°51.23%95.69%
CMYK51.23%9.43%0.00%
4.31%

Color #77DDF4 in popluar number systems.

HEX77DDF4
Decimal119221244
Binary11101111101110111110100
Octal167335364

Shades and tints

Shades of #77DDF4

#77DDF4
(119,221,244)
#6DC9DE
(109,201,222)
#63B5C8
(99,181,200)
#59A1B2
(89,161,178)
#4F8D9C
(79,141,156)
#457986
(69,121,134)
#3B6570
(59,101,112)
#31515A
(49,81,90)
#273D44
(39,61,68)
#1D292E
(29,41,46)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #77DDF4

#77DDF4
(119,221,244)
#83E0F5
(131,224,245)
#8FE3F6
(143,227,246)
#9BE6F7
(155,230,247)
#A7E9F8
(167,233,248)
#B3ECF9
(179,236,249)
#BFEFFA
(191,239,250)
#CBF2FB
(203,242,251)
#D7F5FC
(215,245,252)
#E3F8FD
(227,248,253)
#EFFBFE
(239,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77DDF4 color. Also use rgb(119,221,244) instead hex code.

Text Font Color

.myTextColor { color: #77DDF4; }

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

This text font color is #77DDF4.


Background Color

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

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

This div background color is #77DDF4.


Border color

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

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

This div border color is #77DDF4.


Opacity

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

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

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

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

This text has shadow with #77DDF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77DDF4 on black background.


Color preview on white background

This text has color #77DDF4 on white background.



Black color preview on #77DDF4 background

This text has black color on #77DDF4 background.


White color preview on #77DDF4 background

This text has white color on #77DDF4 background.