COLOR #7FC6AB

HEX: #7FC6AB
RGB: (127,198,171)

Color info

#7FC6AB contains mainly green and blue colors. Web safe color of #7FC6AB is #66CC99 (or #6C9).

RGB color model

#7FC6AB color RGB value is (127,198,171).

  • red value is 127;
  • green value is 198;
  • blue value is 171.
RGB:
(127,198,171)
(50%,78%,67%)

RGB channels and saturation

R 127 of 255 = 50%
G 198 of 255 = 78%
B 171 of 255 = 67%

127
198
171

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

Portions of RGB colors in percentages

R + G + B =
127 + 198 + 171 = 496 (100%)
R 127 of 496 ~ 25.6%
G 198 of 496 ~ 39.92%
B 171 of 496 ~ 34.48%

%25.6
%39.92
%34.48

CMYK color model

#7FC6AB color CMYK value is (36,0,14,22).

  • cyan value is 35.86%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 22.35%
CMYK:
(36,0,14,22)
C36M0Y14K22 
(36%,0%,14%,22%)
(0.36/0.00/0.14/0.22)	

CMYK percentages

%35.86
%0
%13.64
%22.35

Codes

Color #7FC6AB in popluar color models

7FC6AB
RGB127198171
HSL157°38.38%63.73%
HSB/HSV157°35.86%77.65%
CMYK35.86%0.00%13.64%
22.35%

Color #7FC6AB in popluar number systems.

HEX7FC6AB
Decimal127198171
Binary11111111100011010101011
Octal177306253

Shades and tints

Shades of #7FC6AB

#7FC6AB
(127,198,171)
#74B49C
(116,180,156)
#69A28D
(105,162,141)
#5E907E
(94,144,126)
#537E6F
(83,126,111)
#486C60
(72,108,96)
#3D5A51
(61,90,81)
#324842
(50,72,66)
#273633
(39,54,51)
#1C2424
(28,36,36)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #7FC6AB

#7FC6AB
(127,198,171)
#8ACBB2
(138,203,178)
#95D0B9
(149,208,185)
#A0D5C0
(160,213,192)
#ABDAC7
(171,218,199)
#B6DFCE
(182,223,206)
#C1E4D5
(193,228,213)
#CCE9DC
(204,233,220)
#D7EEE3
(215,238,227)
#E2F3EA
(226,243,234)
#EDF8F1
(237,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FC6AB color. Also use rgb(127,198,171) instead hex code.

Text Font Color

.myTextColor { color: #7FC6AB; }

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

This text font color is #7FC6AB.


Background Color

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

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

This div background color is #7FC6AB.


Border color

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

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

This div border color is #7FC6AB.


Opacity

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

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

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

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

This text has shadow with #7FC6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FC6AB on black background.


Color preview on white background

This text has color #7FC6AB on white background.



Black color preview on #7FC6AB background

This text has black color on #7FC6AB background.


White color preview on #7FC6AB background

This text has white color on #7FC6AB background.