COLOR #77CFCB

HEX: #77CFCB
RGB: (119,207,203)

Color info

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

RGB color model

#77CFCB color RGB value is (119,207,203).

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

RGB channels and saturation

R 119 of 255 = 47%
G 207 of 255 = 81%
B 203 of 255 = 80%

119
207
203

R + G + B ~ 69%. #77CFCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 207 + 203 = 529 (100%)
R 119 of 529 ~ 22.5%
G 207 of 529 ~ 39.13%
B 203 of 529 ~ 38.37%

%22.5
%39.13
%38.37

CMYK color model

#77CFCB color CMYK value is (43,0,2,19).

  • cyan value is 42.51%
  • magenta value is 0.00%
  • yellow value is 1.93%
  • key color value is 18.82%
CMYK:
(43,0,2,19)
C43M0Y2K19 
(43%,0%,2%,19%)
(0.43/0.00/0.02/0.19)	

CMYK percentages

%42.51
%0
%1.93
%18.82

Codes

Color #77CFCB in popluar color models

77CFCB
RGB119207203
HSL177°47.83%63.92%
HSB/HSV177°42.51%81.18%
CMYK42.51%0.00%1.93%
18.82%

Color #77CFCB in popluar number systems.

HEX77CFCB
Decimal119207203
Binary11101111100111111001011
Octal167317313

Shades and tints

Shades of #77CFCB

#77CFCB
(119,207,203)
#6DBDB9
(109,189,185)
#63ABA7
(99,171,167)
#599995
(89,153,149)
#4F8783
(79,135,131)
#457571
(69,117,113)
#3B635F
(59,99,95)
#31514D
(49,81,77)
#273F3B
(39,63,59)
#1D2D29
(29,45,41)
#131B17
(19,27,23)
#000000
(0,0,0)

Tints of #77CFCB

#77CFCB
(119,207,203)
#83D3CF
(131,211,207)
#8FD7D3
(143,215,211)
#9BDBD7
(155,219,215)
#A7DFDB
(167,223,219)
#B3E3DF
(179,227,223)
#BFE7E3
(191,231,227)
#CBEBE7
(203,235,231)
#D7EFEB
(215,239,235)
#E3F3EF
(227,243,239)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77CFCB; }

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

This text font color is #77CFCB.


Background Color

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

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

This div background color is #77CFCB.


Border color

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

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

This div border color is #77CFCB.


Opacity

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

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

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

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

This text has shadow with #77CFCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77CFCB on black background.


Color preview on white background

This text has color #77CFCB on white background.



Black color preview on #77CFCB background

This text has black color on #77CFCB background.


White color preview on #77CFCB background

This text has white color on #77CFCB background.