COLOR #77D3FA

HEX: #77D3FA
RGB: (119,211,250)

Color info

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

RGB color model

#77D3FA color RGB value is (119,211,250).

  • red value is 119;
  • green value is 211;
  • blue value is 250.
RGB:
(119,211,250)
(47%,83%,98%)

RGB channels and saturation

R 119 of 255 = 47%
G 211 of 255 = 83%
B 250 of 255 = 98%

119
211
250

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

Portions of RGB colors in percentages

R + G + B =
119 + 211 + 250 = 580 (100%)
R 119 of 580 ~ 20.52%
G 211 of 580 ~ 36.38%
B 250 of 580 ~ 43.1%

%20.52
%36.38
%43.1

CMYK color model

#77D3FA color CMYK value is (52,16,0,2).

  • cyan value is 52.40%
  • magenta value is 15.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(52,16,0,2)
C52M16Y0K2 
(52%,16%,0%,2%)
(0.52/0.16/0.00/0.02)	

CMYK percentages

%52.4
%15.6
%0
%1.96

Codes

Color #77D3FA in popluar color models

77D3FA
RGB119211250
HSL198°92.91%72.35%
HSB/HSV198°52.40%98.04%
CMYK52.40%15.60%0.00%
1.96%

Color #77D3FA in popluar number systems.

HEX77D3FA
Decimal119211250
Binary11101111101001111111010
Octal167323372

Shades and tints

Shades of #77D3FA

#77D3FA
(119,211,250)
#6DC0E4
(109,192,228)
#63ADCE
(99,173,206)
#599AB8
(89,154,184)
#4F87A2
(79,135,162)
#45748C
(69,116,140)
#3B6176
(59,97,118)
#314E60
(49,78,96)
#273B4A
(39,59,74)
#1D2834
(29,40,52)
#13151E
(19,21,30)
#000000
(0,0,0)

Tints of #77D3FA

#77D3FA
(119,211,250)
#83D7FA
(131,215,250)
#8FDBFA
(143,219,250)
#9BDFFA
(155,223,250)
#A7E3FA
(167,227,250)
#B3E7FA
(179,231,250)
#BFEBFA
(191,235,250)
#CBEFFA
(203,239,250)
#D7F3FA
(215,243,250)
#E3F7FA
(227,247,250)
#EFFBFA
(239,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77D3FA color. Also use rgb(119,211,250) instead hex code.

Text Font Color

.myTextColor { color: #77D3FA; }

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

This text font color is #77D3FA.


Background Color

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

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

This div background color is #77D3FA.


Border color

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

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

This div border color is #77D3FA.


Opacity

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

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

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

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

This text has shadow with #77D3FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77D3FA on black background.


Color preview on white background

This text has color #77D3FA on white background.



Black color preview on #77D3FA background

This text has black color on #77D3FA background.


White color preview on #77D3FA background

This text has white color on #77D3FA background.