COLOR #7FD6A4

HEX: #7FD6A4 RGB: (127,214,164)

Color info

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

RGB color model

#7FD6A4 color RGB value is (127,214,164).

RGB: (127,214,164) (50%, 84%, 64%)

RGB channels and saturation

R 127 of 255 = 50%
G 214 of 255 = 84%
B 164 of 255 = 64%

127
214
164

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

Portions of RGB colors in percentages

R + G + B = 127 + 214 + 164 = 505 (100%)
R 127 of 505 ~ 25.15%
G 214 of 505 ~ 42.38%
B 164 of 505 ~ 32.48'%

%25.15
%42.38
%32.48

CMYK color model

#7FD6A4 color CMYK value is (41,0,23,16).

  • cyan value is 40.65%
  • magenta value is 0.00%
  • yellow value is 23.36%
  • key color value is 16.08%

CMYK: (41,0,23,16)
C41M0Y23K16 (41%, 0%, 23%, 16%)
(0.41 / 0.00 / 0.23 / 0.16)

CMYK percentages

%40.65
%0
%23.36
%16.08

Codes

Color #7FD6A4 in popluar color models

7F D6 A4
RGB 127 214 164
HSL 146° 51.48% 66.86%
HSB/HSV 146° 40.65% 83.92%
CMYK 40.65% 0.00% 23.36%
16.08%

Color #7FD6A4 in popluar number systems.

HEX 7F D6 A4
Decimal 127 214 164
Binary 1111111 11010110 10100100
Octal 177 326 244

Shades and tints

Shades of #7FD6A4

#7FD6A4
(127,214,164)
#74C396
(116,195,150)
#69B088
(105,176,136)
#5E9D7A
(94,157,122)
#538A6C
(83,138,108)
#48775E
(72,119,94)
#3D6450
(61,100,80)
#325142
(50,81,66)
#273E34
(39,62,52)
#1C2B26
(28,43,38)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #7FD6A4

#7FD6A4
(127,214,164)
#8AD9AC
(138,217,172)
#95DCB4
(149,220,180)
#A0DFBC
(160,223,188)
#ABE2C4
(171,226,196)
#B6E5CC
(182,229,204)
#C1E8D4
(193,232,212)
#CCEBDC
(204,235,220)
#D7EEE4
(215,238,228)
#E2F1EC
(226,241,236)
#EDF4F4
(237,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FD6A4 color. Also use rgb(127,214,164) instead hex code.

Text Font Color

.myTextColor { color: #7FD6A4; }

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

This text font color is #7FD6A4.

Background Color

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

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

This div background color is #7FD6A4.

Border color

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

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

This div border color is #7FD6A4.

Opacity

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

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

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

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

This text has shadow with #7FD6A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FD6A4.

Preview

Color preview on black background

This text has color #7FD6A4 on black background.


Color preview on white background

This text has color #7FD6A4 on white background.


Black color preview on #7FD6A4 background

This text has black color on #7FD6A4 background.


White color preview on #7FD6A4 background

This text has white color on #7FD6A4 background.


Related colors

Complementary color

Complementary color for #hex is #80295B.


I love getcolorcode.com

Triadic colors

1 #A47FD6 and #D6A47F with #7FD6A4 are triadic colors.

2 #A4D67F and #D67FA4 with #7FD6A4 are triadic colors.