COLOR #7FD2C6

HEX: #7FD2C6 RGB: (127,210,198)

Color info

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

RGB color model

#7FD2C6 color RGB value is (127,210,198).

RGB: (127,210,198) (50%, 82%, 78%)

RGB channels and saturation

R 127 of 255 = 50%
G 210 of 255 = 82%
B 198 of 255 = 78%

127
210
198

R + G + B ~ 70%. #7FD2C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 210 + 198 = 535 (100%)
R 127 of 535 ~ 23.74%
G 210 of 535 ~ 39.25%
B 198 of 535 ~ 37.01'%

%23.74
%39.25
%37.01

CMYK color model

#7FD2C6 color CMYK value is (40,0,6,18).

  • cyan value is 39.52%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 17.65%
CMYK: (40,0,6,18) C40M0Y6K18 (40%,0%,6%,18%) (0.40/0.00/0.06/0.18) 

CMYK percentages

%39.52
%0
%5.71
%17.65

Codes

Color #7FD2C6 in popluar color models

7F D2 C6
RGB 127 210 198
HSL 171° 47.98% 66.08%
HSB/HSV 171° 39.52% 82.35%
CMYK 39.52% 0.00% 5.71%
17.65%

Color #7FD2C6 in popluar number systems.

HEX 7F D2 C6
Decimal 127 210 198
Binary 1111111 11010010 11000110
Octal 177 322 306

Shades and tints

Shades of #7FD2C6

#7FD2C6
(127,210,198)
#74BFB4
(116,191,180)
#69ACA2
(105,172,162)
#5E9990
(94,153,144)
#53867E
(83,134,126)
#48736C
(72,115,108)
#3D605A
(61,96,90)
#324D48
(50,77,72)
#273A36
(39,58,54)
#1C2724
(28,39,36)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #7FD2C6

#7FD2C6
(127,210,198)
#8AD6CB
(138,214,203)
#95DAD0
(149,218,208)
#A0DED5
(160,222,213)
#ABE2DA
(171,226,218)
#B6E6DF
(182,230,223)
#C1EAE4
(193,234,228)
#CCEEE9
(204,238,233)
#D7F2EE
(215,242,238)
#E2F6F3
(226,246,243)
#EDFAF8
(237,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FD2C6; }

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

This text font color is #7FD2C6.

Background Color

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

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

This div background color is #7FD2C6.

Border color

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

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

This div border color is #7FD2C6.

Opacity

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

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

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

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

This text has shadow with #7FD2C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FD2C6.

Preview

Color preview on black background

This text has color #7FD2C6 on black background.


Color preview on white background

This text has color #7FD2C6 on white background.


Black color preview on #7FD2C6 background

This text has black color on #7FD2C6 background.


White color preview on #7FD2C6 background

This text has white color on #7FD2C6 background.


Related colors

Complementary color

Complementary color for #hex is #802D39.


I love getcolorcode.com

Triadic colors

1 #C67FD2 and #D2C67F with #7FD2C6 are triadic colors.

2 #C6D27F and #D27FC6 with #7FD2C6 are triadic colors.