COLOR #7FC0B4

HEX: #7FC0B4
RGB: (127,192,180)

Color info

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

RGB color model

#7FC0B4 color RGB value is (127,192,180).

  • red value is 127;
  • green value is 192;
  • blue value is 180.
RGB:
(127,192,180)
(50%,75%,71%)

RGB channels and saturation

R 127 of 255 = 50%
G 192 of 255 = 75%
B 180 of 255 = 71%

127
192
180

R + G + B ~ 65%. #7FC0B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 192 + 180 = 499 (100%)
R 127 of 499 ~ 25.45%
G 192 of 499 ~ 38.48%
B 180 of 499 ~ 36.07%

%25.45
%38.48
%36.07

CMYK color model

#7FC0B4 color CMYK value is (34,0,6,25).

  • cyan value is 33.85%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 24.71%
CMYK:
(34,0,6,25)
C34M0Y6K25 
(34%,0%,6%,25%)
(0.34/0.00/0.06/0.25)	

CMYK percentages

%33.85
%0
%6.25
%24.71

Codes

Color #7FC0B4 in popluar color models

7FC0B4
RGB127192180
HSL169°34.03%62.55%
HSB/HSV169°33.85%75.29%
CMYK33.85%0.00%6.25%
24.71%

Color #7FC0B4 in popluar number systems.

HEX7FC0B4
Decimal127192180
Binary11111111100000010110100
Octal177300264

Shades and tints

Shades of #7FC0B4

#7FC0B4
(127,192,180)
#74AFA4
(116,175,164)
#699E94
(105,158,148)
#5E8D84
(94,141,132)
#537C74
(83,124,116)
#486B64
(72,107,100)
#3D5A54
(61,90,84)
#324944
(50,73,68)
#273834
(39,56,52)
#1C2724
(28,39,36)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #7FC0B4

#7FC0B4
(127,192,180)
#8AC5BA
(138,197,186)
#95CAC0
(149,202,192)
#A0CFC6
(160,207,198)
#ABD4CC
(171,212,204)
#B6D9D2
(182,217,210)
#C1DED8
(193,222,216)
#CCE3DE
(204,227,222)
#D7E8E4
(215,232,228)
#E2EDEA
(226,237,234)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FC0B4 color. Also use rgb(127,192,180) instead hex code.

Text Font Color

.myTextColor { color: #7FC0B4; }

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

This text font color is #7FC0B4.


Background Color

.myBgColor { background-color: #7FC0B4; }

<div style="background-color:#7FC0B4">Inner text</div>

This div background color is #7FC0B4.


Border color

.myBorderColor { border: 1px solid #7FC0B4; }

<div style="border:3px solid #7FC0B4">Div</div>

This div border color is #7FC0B4.


Opacity

.myOpacity80 { color: #7FC0B4; opacity: 0.8; }

<p style="color:#7FC0B4;opacity:0.8;">80%</p>

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

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

This text has shadow with #7FC0B4 color.

.textShadow {text-shadow: 3px 3px 1px #7FC0B4, 3px 3px 1px red;}

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

This text has shadow with #7FC0B4 primary color and red secondary color.


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

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

This text has shadow with #7FC0B4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FC0B4 on black background.


Color preview on white background

This text has color #7FC0B4 on white background.



Black color preview on #7FC0B4 background

This text has black color on #7FC0B4 background.


White color preview on #7FC0B4 background

This text has white color on #7FC0B4 background.