COLOR #77C3F7

HEX: #77C3F7
RGB: (119,195,247)

Color info

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

RGB color model

#77C3F7 color RGB value is (119,195,247).

  • red value is 119;
  • green value is 195;
  • blue value is 247.
RGB:
(119,195,247)
(47%,76%,97%)

RGB channels and saturation

R 119 of 255 = 47%
G 195 of 255 = 76%
B 247 of 255 = 97%

119
195
247

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

Portions of RGB colors in percentages

R + G + B =
119 + 195 + 247 = 561 (100%)
R 119 of 561 ~ 21.21%
G 195 of 561 ~ 34.76%
B 247 of 561 ~ 44.03%

%21.21
%34.76
%44.03

CMYK color model

#77C3F7 color CMYK value is (52,21,0,3).

  • cyan value is 51.82%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(52,21,0,3)
C52M21Y0K3 
(52%,21%,0%,3%)
(0.52/0.21/0.00/0.03)	

CMYK percentages

%51.82
%21.05
%0
%3.14

Codes

Color #77C3F7 in popluar color models

77C3F7
RGB119195247
HSL204°88.89%71.76%
HSB/HSV204°51.82%96.86%
CMYK51.82%21.05%0.00%
3.14%

Color #77C3F7 in popluar number systems.

HEX77C3F7
Decimal119195247
Binary11101111100001111110111
Octal167303367

Shades and tints

Shades of #77C3F7

#77C3F7
(119,195,247)
#6DB2E1
(109,178,225)
#63A1CB
(99,161,203)
#5990B5
(89,144,181)
#4F7F9F
(79,127,159)
#456E89
(69,110,137)
#3B5D73
(59,93,115)
#314C5D
(49,76,93)
#273B47
(39,59,71)
#1D2A31
(29,42,49)
#13191B
(19,25,27)
#000000
(0,0,0)

Tints of #77C3F7

#77C3F7
(119,195,247)
#83C8F7
(131,200,247)
#8FCDF7
(143,205,247)
#9BD2F7
(155,210,247)
#A7D7F7
(167,215,247)
#B3DCF7
(179,220,247)
#BFE1F7
(191,225,247)
#CBE6F7
(203,230,247)
#D7EBF7
(215,235,247)
#E3F0F7
(227,240,247)
#EFF5F7
(239,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C3F7 color. Also use rgb(119,195,247) instead hex code.

Text Font Color

.myTextColor { color: #77C3F7; }

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

This text font color is #77C3F7.


Background Color

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

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

This div background color is #77C3F7.


Border color

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

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

This div border color is #77C3F7.


Opacity

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

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

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

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

This text has shadow with #77C3F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C3F7 on black background.


Color preview on white background

This text has color #77C3F7 on white background.



Black color preview on #77C3F7 background

This text has black color on #77C3F7 background.


White color preview on #77C3F7 background

This text has white color on #77C3F7 background.