COLOR #77A4D1

HEX: #77A4D1
RGB: (119,164,209)

Color info

#77A4D1 contains mainly green and blue colors. Web safe color of #77A4D1 is #6699CC (or #69C).

RGB color model

#77A4D1 color RGB value is (119,164,209).

  • red value is 119;
  • green value is 164;
  • blue value is 209.
RGB:
(119,164,209)
(47%,64%,82%)

RGB channels and saturation

R 119 of 255 = 47%
G 164 of 255 = 64%
B 209 of 255 = 82%

119
164
209

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

Portions of RGB colors in percentages

R + G + B =
119 + 164 + 209 = 492 (100%)
R 119 of 492 ~ 24.19%
G 164 of 492 ~ 33.33%
B 209 of 492 ~ 42.48%

%24.19
%33.33
%42.48

CMYK color model

#77A4D1 color CMYK value is (43,22,0,18).

  • cyan value is 43.06%
  • magenta value is 21.53%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(43,22,0,18)
C43M22Y0K18 
(43%,22%,0%,18%)
(0.43/0.22/0.00/0.18)	

CMYK percentages

%43.06
%21.53
%0
%18.04

Codes

Color #77A4D1 in popluar color models

77A4D1
RGB119164209
HSL210°49.45%64.31%
HSB/HSV210°43.06%81.96%
CMYK43.06%21.53%0.00%
18.04%

Color #77A4D1 in popluar number systems.

HEX77A4D1
Decimal119164209
Binary11101111010010011010001
Octal167244321

Shades and tints

Shades of #77A4D1

#77A4D1
(119,164,209)
#6D96BE
(109,150,190)
#6388AB
(99,136,171)
#597A98
(89,122,152)
#4F6C85
(79,108,133)
#455E72
(69,94,114)
#3B505F
(59,80,95)
#31424C
(49,66,76)
#273439
(39,52,57)
#1D2626
(29,38,38)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #77A4D1

#77A4D1
(119,164,209)
#83ACD5
(131,172,213)
#8FB4D9
(143,180,217)
#9BBCDD
(155,188,221)
#A7C4E1
(167,196,225)
#B3CCE5
(179,204,229)
#BFD4E9
(191,212,233)
#CBDCED
(203,220,237)
#D7E4F1
(215,228,241)
#E3ECF5
(227,236,245)
#EFF4F9
(239,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A4D1 color. Also use rgb(119,164,209) instead hex code.

Text Font Color

.myTextColor { color: #77A4D1; }

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

This text font color is #77A4D1.


Background Color

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

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

This div background color is #77A4D1.


Border color

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

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

This div border color is #77A4D1.


Opacity

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

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

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

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

This text has shadow with #77A4D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A4D1 on black background.


Color preview on white background

This text has color #77A4D1 on white background.



Black color preview on #77A4D1 background

This text has black color on #77A4D1 background.


White color preview on #77A4D1 background

This text has white color on #77A4D1 background.