COLOR #7FC9B6

HEX: #7FC9B6
RGB: (127,201,182)

Color info

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

RGB color model

#7FC9B6 color RGB value is (127,201,182).

  • red value is 127;
  • green value is 201;
  • blue value is 182.
RGB:
(127,201,182)
(50%,79%,71%)

RGB channels and saturation

R 127 of 255 = 50%
G 201 of 255 = 79%
B 182 of 255 = 71%

127
201
182

R + G + B ~ 67%. #7FC9B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 201 + 182 = 510 (100%)
R 127 of 510 ~ 24.9%
G 201 of 510 ~ 39.41%
B 182 of 510 ~ 35.69%

%24.9
%39.41
%35.69

CMYK color model

#7FC9B6 color CMYK value is (37,0,9,21).

  • cyan value is 36.82%
  • magenta value is 0.00%
  • yellow value is 9.45%
  • key color value is 21.18%
CMYK:
(37,0,9,21)
C37M0Y9K21 
(37%,0%,9%,21%)
(0.37/0.00/0.09/0.21)	

CMYK percentages

%36.82
%0
%9.45
%21.18

Codes

Color #7FC9B6 in popluar color models

7FC9B6
RGB127201182
HSL165°40.66%64.31%
HSB/HSV165°36.82%78.82%
CMYK36.82%0.00%9.45%
21.18%

Color #7FC9B6 in popluar number systems.

HEX7FC9B6
Decimal127201182
Binary11111111100100110110110
Octal177311266

Shades and tints

Shades of #7FC9B6

#7FC9B6
(127,201,182)
#74B7A6
(116,183,166)
#69A596
(105,165,150)
#5E9386
(94,147,134)
#538176
(83,129,118)
#486F66
(72,111,102)
#3D5D56
(61,93,86)
#324B46
(50,75,70)
#273936
(39,57,54)
#1C2726
(28,39,38)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #7FC9B6

#7FC9B6
(127,201,182)
#8ACDBC
(138,205,188)
#95D1C2
(149,209,194)
#A0D5C8
(160,213,200)
#ABD9CE
(171,217,206)
#B6DDD4
(182,221,212)
#C1E1DA
(193,225,218)
#CCE5E0
(204,229,224)
#D7E9E6
(215,233,230)
#E2EDEC
(226,237,236)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FC9B6 color. Also use rgb(127,201,182) instead hex code.

Text Font Color

.myTextColor { color: #7FC9B6; }

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

This text font color is #7FC9B6.


Background Color

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

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

This div background color is #7FC9B6.


Border color

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

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

This div border color is #7FC9B6.


Opacity

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

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

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

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

This text has shadow with #7FC9B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FC9B6 on black background.


Color preview on white background

This text has color #7FC9B6 on white background.



Black color preview on #7FC9B6 background

This text has black color on #7FC9B6 background.


White color preview on #7FC9B6 background

This text has white color on #7FC9B6 background.