COLOR #7FC6C5

HEX: #7FC6C5 RGB: (127,198,197)

Color info

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

RGB color model

#7FC6C5 color RGB value is (127,198,197).

RGB: (127,198,197) (50%, 78%, 77%)

RGB channels and saturation

R 127 of 255 = 50%
G 198 of 255 = 78%
B 197 of 255 = 77%

127
198
197

R + G + B ~ 68%. #7FC6C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 198 + 197 = 522 (100%)
R 127 of 522 ~ 24.33%
G 198 of 522 ~ 37.93%
B 197 of 522 ~ 37.74'%

%24.33
%37.93
%37.74

CMYK color model

#7FC6C5 color CMYK value is (36,0,1,22).

  • cyan value is 35.86%
  • magenta value is 0.00%
  • yellow value is 0.51%
  • key color value is 22.35%

CMYK: (36,0,1,22)
C36M0Y1K22 (36%, 0%, 1%, 22%)
(0.36 / 0.00 / 0.01 / 0.22)

CMYK percentages

%35.86
%0
%0.51
%22.35

Codes

Color #7FC6C5 in popluar color models

7F C6 C5
RGB 127 198 197
HSL 179° 38.38% 63.73%
HSB/HSV 179° 35.86% 77.65%
CMYK 35.86% 0.00% 0.51%
22.35%

Color #7FC6C5 in popluar number systems.

HEX 7F C6 C5
Decimal 127 198 197
Binary 1111111 11000110 11000101
Octal 177 306 305

Shades and tints

Shades of #7FC6C5

#7FC6C5
(127,198,197)
#74B4B4
(116,180,180)
#69A2A3
(105,162,163)
#5E9092
(94,144,146)
#537E81
(83,126,129)
#486C70
(72,108,112)
#3D5A5F
(61,90,95)
#32484E
(50,72,78)
#27363D
(39,54,61)
#1C242C
(28,36,44)
#11121B
(17,18,27)
#000000
(0,0,0)

Tints of #7FC6C5

#7FC6C5
(127,198,197)
#8ACBCA
(138,203,202)
#95D0CF
(149,208,207)
#A0D5D4
(160,213,212)
#ABDAD9
(171,218,217)
#B6DFDE
(182,223,222)
#C1E4E3
(193,228,227)
#CCE9E8
(204,233,232)
#D7EEED
(215,238,237)
#E2F3F2
(226,243,242)
#EDF8F7
(237,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FC6C5; }

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

This text font color is #7FC6C5.

Background Color

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

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

This div background color is #7FC6C5.

Border color

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

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

This div border color is #7FC6C5.

Opacity

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

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

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

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

This text has shadow with #7FC6C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FC6C5.

Preview

Color preview on black background

This text has color #7FC6C5 on black background.


Color preview on white background

This text has color #7FC6C5 on white background.


Black color preview on #7FC6C5 background

This text has black color on #7FC6C5 background.


White color preview on #7FC6C5 background

This text has white color on #7FC6C5 background.


Related colors

Complementary color

Complementary color for #hex is #80393A.


I love getcolorcode.com

Triadic colors

1 #C57FC6 and #C6C57F with #7FC6C5 are triadic colors.

2 #C5C67F and #C67FC5 with #7FC6C5 are triadic colors.