COLOR #77BDCC

HEX: #77BDCC
RGB: (119,189,204)

Color info

#77BDCC contains mainly green and blue colors. Web safe color of #77BDCC is #66CCCC (or #6CC).

RGB color model

#77BDCC color RGB value is (119,189,204).

  • red value is 119;
  • green value is 189;
  • blue value is 204.
RGB:
(119,189,204)
(47%,74%,80%)

RGB channels and saturation

R 119 of 255 = 47%
G 189 of 255 = 74%
B 204 of 255 = 80%

119
189
204

R + G + B ~ 67%. #77BDCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 189 + 204 = 512 (100%)
R 119 of 512 ~ 23.24%
G 189 of 512 ~ 36.91%
B 204 of 512 ~ 39.84%

%23.24
%36.91
%39.84

CMYK color model

#77BDCC color CMYK value is (42,7,0,20).

  • cyan value is 41.67%
  • magenta value is 7.35%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(42,7,0,20)
C42M7Y0K20 
(42%,7%,0%,20%)
(0.42/0.07/0.00/0.20)	

CMYK percentages

%41.67
%7.35
%0
%20

Codes

Color #77BDCC in popluar color models

77BDCC
RGB119189204
HSL191°45.45%63.33%
HSB/HSV191°41.67%80.00%
CMYK41.67%7.35%0.00%
20.00%

Color #77BDCC in popluar number systems.

HEX77BDCC
Decimal119189204
Binary11101111011110111001100
Octal167275314

Shades and tints

Shades of #77BDCC

#77BDCC
(119,189,204)
#6DACBA
(109,172,186)
#639BA8
(99,155,168)
#598A96
(89,138,150)
#4F7984
(79,121,132)
#456872
(69,104,114)
#3B5760
(59,87,96)
#31464E
(49,70,78)
#27353C
(39,53,60)
#1D242A
(29,36,42)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #77BDCC

#77BDCC
(119,189,204)
#83C3D0
(131,195,208)
#8FC9D4
(143,201,212)
#9BCFD8
(155,207,216)
#A7D5DC
(167,213,220)
#B3DBE0
(179,219,224)
#BFE1E4
(191,225,228)
#CBE7E8
(203,231,232)
#D7EDEC
(215,237,236)
#E3F3F0
(227,243,240)
#EFF9F4
(239,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77BDCC color. Also use rgb(119,189,204) instead hex code.

Text Font Color

.myTextColor { color: #77BDCC; }

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

This text font color is #77BDCC.


Background Color

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

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

This div background color is #77BDCC.


Border color

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

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

This div border color is #77BDCC.


Opacity

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

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

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

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

This text has shadow with #77BDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77BDCC on black background.


Color preview on white background

This text has color #77BDCC on white background.



Black color preview on #77BDCC background

This text has black color on #77BDCC background.


White color preview on #77BDCC background

This text has white color on #77BDCC background.