COLOR #7FC5B6

HEX: #7FC5B6
RGB: (127,197,182)

Color info

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

RGB color model

#7FC5B6 color RGB value is (127,197,182).

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

RGB channels and saturation

R 127 of 255 = 50%
G 197 of 255 = 77%
B 182 of 255 = 71%

127
197
182

R + G + B ~ 66%. #7FC5B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 197 + 182 = 506 (100%)
R 127 of 506 ~ 25.1%
G 197 of 506 ~ 38.93%
B 182 of 506 ~ 35.97%

%25.1
%38.93
%35.97

CMYK color model

#7FC5B6 color CMYK value is (36,0,8,23).

  • cyan value is 35.53%
  • magenta value is 0.00%
  • yellow value is 7.61%
  • key color value is 22.75%
CMYK:
(36,0,8,23)
C36M0Y8K23 
(36%,0%,8%,23%)
(0.36/0.00/0.08/0.23)	

CMYK percentages

%35.53
%0
%7.61
%22.75

Codes

Color #7FC5B6 in popluar color models

7FC5B6
RGB127197182
HSL167°37.63%63.53%
HSB/HSV167°35.53%77.25%
CMYK35.53%0.00%7.61%
22.75%

Color #7FC5B6 in popluar number systems.

HEX7FC5B6
Decimal127197182
Binary11111111100010110110110
Octal177305266

Shades and tints

Shades of #7FC5B6

#7FC5B6
(127,197,182)
#74B4A6
(116,180,166)
#69A396
(105,163,150)
#5E9286
(94,146,134)
#538176
(83,129,118)
#487066
(72,112,102)
#3D5F56
(61,95,86)
#324E46
(50,78,70)
#273D36
(39,61,54)
#1C2C26
(28,44,38)
#111B16
(17,27,22)
#000000
(0,0,0)

Tints of #7FC5B6

#7FC5B6
(127,197,182)
#8ACABC
(138,202,188)
#95CFC2
(149,207,194)
#A0D4C8
(160,212,200)
#ABD9CE
(171,217,206)
#B6DED4
(182,222,212)
#C1E3DA
(193,227,218)
#CCE8E0
(204,232,224)
#D7EDE6
(215,237,230)
#E2F2EC
(226,242,236)
#EDF7F2
(237,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FC5B6; }

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

This text font color is #7FC5B6.


Background Color

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

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

This div background color is #7FC5B6.


Border color

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

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

This div border color is #7FC5B6.


Opacity

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

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

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

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

This text has shadow with #7FC5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FC5B6 on black background.


Color preview on white background

This text has color #7FC5B6 on white background.



Black color preview on #7FC5B6 background

This text has black color on #7FC5B6 background.


White color preview on #7FC5B6 background

This text has white color on #7FC5B6 background.