COLOR #77C3FD

HEX: #77C3FD
RGB: (119,195,253)

Color info

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

RGB color model

#77C3FD color RGB value is (119,195,253).

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

RGB channels and saturation

R 119 of 255 = 47%
G 195 of 255 = 76%
B 253 of 255 = 99%

119
195
253

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

Portions of RGB colors in percentages

R + G + B =
119 + 195 + 253 = 567 (100%)
R 119 of 567 ~ 20.99%
G 195 of 567 ~ 34.39%
B 253 of 567 ~ 44.62%

%20.99
%34.39
%44.62

CMYK color model

#77C3FD color CMYK value is (53,23,0,1).

  • cyan value is 52.96%
  • magenta value is 22.92%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(53,23,0,1)
C53M23Y0K1 
(53%,23%,0%,1%)
(0.53/0.23/0.00/0.01)	

CMYK percentages

%52.96
%22.92
%0
%0.78

Codes

Color #77C3FD in popluar color models

77C3FD
RGB119195253
HSL206°97.10%72.94%
HSB/HSV206°52.96%99.22%
CMYK52.96%22.92%0.00%
0.78%

Color #77C3FD in popluar number systems.

HEX77C3FD
Decimal119195253
Binary11101111100001111111101
Octal167303375

Shades and tints

Shades of #77C3FD

#77C3FD
(119,195,253)
#6DB2E6
(109,178,230)
#63A1CF
(99,161,207)
#5990B8
(89,144,184)
#4F7FA1
(79,127,161)
#456E8A
(69,110,138)
#3B5D73
(59,93,115)
#314C5C
(49,76,92)
#273B45
(39,59,69)
#1D2A2E
(29,42,46)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #77C3FD

#77C3FD
(119,195,253)
#83C8FD
(131,200,253)
#8FCDFD
(143,205,253)
#9BD2FD
(155,210,253)
#A7D7FD
(167,215,253)
#B3DCFD
(179,220,253)
#BFE1FD
(191,225,253)
#CBE6FD
(203,230,253)
#D7EBFD
(215,235,253)
#E3F0FD
(227,240,253)
#EFF5FD
(239,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77C3FD; }

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

This text font color is #77C3FD.


Background Color

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

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

This div background color is #77C3FD.


Border color

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

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

This div border color is #77C3FD.


Opacity

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

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

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

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

This text has shadow with #77C3FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C3FD on black background.


Color preview on white background

This text has color #77C3FD on white background.



Black color preview on #77C3FD background

This text has black color on #77C3FD background.


White color preview on #77C3FD background

This text has white color on #77C3FD background.