COLOR #77AFCB

HEX: #77AFCB
RGB: (119,175,203)

Color info

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

RGB color model

#77AFCB color RGB value is (119,175,203).

  • red value is 119;
  • green value is 175;
  • blue value is 203.
RGB:
(119,175,203)
(47%,69%,80%)

RGB channels and saturation

R 119 of 255 = 47%
G 175 of 255 = 69%
B 203 of 255 = 80%

119
175
203

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

Portions of RGB colors in percentages

R + G + B =
119 + 175 + 203 = 497 (100%)
R 119 of 497 ~ 23.94%
G 175 of 497 ~ 35.21%
B 203 of 497 ~ 40.85%

%23.94
%35.21
%40.85

CMYK color model

#77AFCB color CMYK value is (41,14,0,20).

  • cyan value is 41.38%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(41,14,0,20)
C41M14Y0K20 
(41%,14%,0%,20%)
(0.41/0.14/0.00/0.20)	

CMYK percentages

%41.38
%13.79
%0
%20.39

Codes

Color #77AFCB in popluar color models

77AFCB
RGB119175203
HSL200°44.68%63.14%
HSB/HSV200°41.38%79.61%
CMYK41.38%13.79%0.00%
20.39%

Color #77AFCB in popluar number systems.

HEX77AFCB
Decimal119175203
Binary11101111010111111001011
Octal167257313

Shades and tints

Shades of #77AFCB

#77AFCB
(119,175,203)
#6DA0B9
(109,160,185)
#6391A7
(99,145,167)
#598295
(89,130,149)
#4F7383
(79,115,131)
#456471
(69,100,113)
#3B555F
(59,85,95)
#31464D
(49,70,77)
#27373B
(39,55,59)
#1D2829
(29,40,41)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #77AFCB

#77AFCB
(119,175,203)
#83B6CF
(131,182,207)
#8FBDD3
(143,189,211)
#9BC4D7
(155,196,215)
#A7CBDB
(167,203,219)
#B3D2DF
(179,210,223)
#BFD9E3
(191,217,227)
#CBE0E7
(203,224,231)
#D7E7EB
(215,231,235)
#E3EEEF
(227,238,239)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77AFCB color. Also use rgb(119,175,203) instead hex code.

Text Font Color

.myTextColor { color: #77AFCB; }

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

This text font color is #77AFCB.


Background Color

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

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

This div background color is #77AFCB.


Border color

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

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

This div border color is #77AFCB.


Opacity

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

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

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

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

This text has shadow with #77AFCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AFCB on black background.


Color preview on white background

This text has color #77AFCB on white background.



Black color preview on #77AFCB background

This text has black color on #77AFCB background.


White color preview on #77AFCB background

This text has white color on #77AFCB background.