COLOR #77A2D3

HEX: #77A2D3
RGB: (119,162,211)

Color info

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

RGB color model

#77A2D3 color RGB value is (119,162,211).

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

RGB channels and saturation

R 119 of 255 = 47%
G 162 of 255 = 64%
B 211 of 255 = 83%

119
162
211

R + G + B ~ 65%. #77A2D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 162 + 211 = 492 (100%)
R 119 of 492 ~ 24.19%
G 162 of 492 ~ 32.93%
B 211 of 492 ~ 42.89%

%24.19
%32.93
%42.89

CMYK color model

#77A2D3 color CMYK value is (44,23,0,17).

  • cyan value is 43.60%
  • magenta value is 23.22%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(44,23,0,17)
C44M23Y0K17 
(44%,23%,0%,17%)
(0.44/0.23/0.00/0.17)	

CMYK percentages

%43.6
%23.22
%0
%17.25

Codes

Color #77A2D3 in popluar color models

77A2D3
RGB119162211
HSL212°51.11%64.71%
HSB/HSV212°43.60%82.75%
CMYK43.60%23.22%0.00%
17.25%

Color #77A2D3 in popluar number systems.

HEX77A2D3
Decimal119162211
Binary11101111010001011010011
Octal167242323

Shades and tints

Shades of #77A2D3

#77A2D3
(119,162,211)
#6D94C0
(109,148,192)
#6386AD
(99,134,173)
#59789A
(89,120,154)
#4F6A87
(79,106,135)
#455C74
(69,92,116)
#3B4E61
(59,78,97)
#31404E
(49,64,78)
#27323B
(39,50,59)
#1D2428
(29,36,40)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #77A2D3

#77A2D3
(119,162,211)
#83AAD7
(131,170,215)
#8FB2DB
(143,178,219)
#9BBADF
(155,186,223)
#A7C2E3
(167,194,227)
#B3CAE7
(179,202,231)
#BFD2EB
(191,210,235)
#CBDAEF
(203,218,239)
#D7E2F3
(215,226,243)
#E3EAF7
(227,234,247)
#EFF2FB
(239,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A2D3; }

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

This text font color is #77A2D3.


Background Color

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

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

This div background color is #77A2D3.


Border color

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

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

This div border color is #77A2D3.


Opacity

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

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

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

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

This text has shadow with #77A2D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A2D3 on black background.


Color preview on white background

This text has color #77A2D3 on white background.



Black color preview on #77A2D3 background

This text has black color on #77A2D3 background.


White color preview on #77A2D3 background

This text has white color on #77A2D3 background.