COLOR #77ABFF

HEX: #77ABFF
RGB: (119,171,255)

Color info

#77ABFF contains mainly blue color. Web safe color of #77ABFF is #6699FF (or #69F).

RGB color model

#77ABFF color RGB value is (119,171,255).

  • red value is 119;
  • green value is 171;
  • blue value is 255.
RGB:
(119,171,255)
(47%,67%,100%)

RGB channels and saturation

R 119 of 255 = 47%
G 171 of 255 = 67%
B 255 of 255 = 100%

119
171
255

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

Portions of RGB colors in percentages

R + G + B =
119 + 171 + 255 = 545 (100%)
R 119 of 545 ~ 21.83%
G 171 of 545 ~ 31.38%
B 255 of 545 ~ 46.79%

%21.83
%31.38
%46.79

CMYK color model

#77ABFF color CMYK value is (53,33,0,0).

  • cyan value is 53.33%
  • magenta value is 32.94%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(53,33,0,0)
C53M33Y0K0 
(53%,33%,0%,0%)
(0.53/0.33/0.00/0.00)	

CMYK percentages

%53.33
%32.94
%0
%0

Codes

Color #77ABFF in popluar color models

77ABFF
RGB119171255
HSL217°100.00%73.33%
HSB/HSV217°53.33%100.00%
CMYK53.33%32.94%0.00%
0.00%

Color #77ABFF in popluar number systems.

HEX77ABFF
Decimal119171255
Binary11101111010101111111111
Octal167253377

Shades and tints

Shades of #77ABFF

#77ABFF
(119,171,255)
#6D9CE8
(109,156,232)
#638DD1
(99,141,209)
#597EBA
(89,126,186)
#4F6FA3
(79,111,163)
#45608C
(69,96,140)
#3B5175
(59,81,117)
#31425E
(49,66,94)
#273347
(39,51,71)
#1D2430
(29,36,48)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #77ABFF

#77ABFF
(119,171,255)
#83B2FF
(131,178,255)
#8FB9FF
(143,185,255)
#9BC0FF
(155,192,255)
#A7C7FF
(167,199,255)
#B3CEFF
(179,206,255)
#BFD5FF
(191,213,255)
#CBDCFF
(203,220,255)
#D7E3FF
(215,227,255)
#E3EAFF
(227,234,255)
#EFF1FF
(239,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77ABFF color. Also use rgb(119,171,255) instead hex code.

Text Font Color

.myTextColor { color: #77ABFF; }

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

This text font color is #77ABFF.


Background Color

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

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

This div background color is #77ABFF.


Border color

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

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

This div border color is #77ABFF.


Opacity

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

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

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

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

This text has shadow with #77ABFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77ABFF on black background.


Color preview on white background

This text has color #77ABFF on white background.



Black color preview on #77ABFF background

This text has black color on #77ABFF background.


White color preview on #77ABFF background

This text has white color on #77ABFF background.