COLOR #7FD6A3

HEX: #7FD6A3 RGB: (127,214,163)

Color info

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

RGB color model

#7FD6A3 color RGB value is (127,214,163).

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

RGB channels and saturation

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

127
214
163

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

Portions of RGB colors in percentages

R + G + B = 127 + 214 + 163 = 504 (100%)
R 127 of 504 ~ 25.2%
G 214 of 504 ~ 42.46%
B 163 of 504 ~ 32.34'%

%25.2
%42.46
%32.34

CMYK color model

#7FD6A3 color CMYK value is (41,0,24,16).

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

CMYK: (41,0,24,16)
C41M0Y24K16 (41%, 0%, 24%, 16%)
(0.41 / 0.00 / 0.24 / 0.16)

CMYK percentages

%40.65
%0
%23.83
%16.08

Codes

Color #7FD6A3 in popluar color models

7F D6 A3
RGB 127 214 163
HSL 145° 51.48% 66.86%
HSB/HSV 145° 40.65% 83.92%
CMYK 40.65% 0.00% 23.83%
16.08%

Color #7FD6A3 in popluar number systems.

HEX 7F D6 A3
Decimal 127 214 163
Binary 1111111 11010110 10100011
Octal 177 326 243

Shades and tints

Shades of #7FD6A3

#7FD6A3
(127,214,163)
#74C395
(116,195,149)
#69B087
(105,176,135)
#5E9D79
(94,157,121)
#538A6B
(83,138,107)
#48775D
(72,119,93)
#3D644F
(61,100,79)
#325141
(50,81,65)
#273E33
(39,62,51)
#1C2B25
(28,43,37)
#111817
(17,24,23)
#000000
(0,0,0)

Tints of #7FD6A3

#7FD6A3
(127,214,163)
#8AD9AB
(138,217,171)
#95DCB3
(149,220,179)
#A0DFBB
(160,223,187)
#ABE2C3
(171,226,195)
#B6E5CB
(182,229,203)
#C1E8D3
(193,232,211)
#CCEBDB
(204,235,219)
#D7EEE3
(215,238,227)
#E2F1EB
(226,241,235)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FD6A3; }

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

This text font color is #7FD6A3.

Background Color

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

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

This div background color is #7FD6A3.

Border color

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

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

This div border color is #7FD6A3.

Opacity

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

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

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

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

This text has shadow with #7FD6A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FD6A3.

Preview

Color preview on black background

This text has color #7FD6A3 on black background.


Color preview on white background

This text has color #7FD6A3 on white background.


Black color preview on #7FD6A3 background

This text has black color on #7FD6A3 background.


White color preview on #7FD6A3 background

This text has white color on #7FD6A3 background.


Related colors

Complementary color

Complementary color for #hex is #80295C.


I love getcolorcode.com

Triadic colors

1 #A37FD6 and #D6A37F with #7FD6A3 are triadic colors.

2 #A3D67F and #D67FA3 with #7FD6A3 are triadic colors.