COLOR #7FE3A7

HEX: #7FE3A7 RGB: (127,227,167)

Color info

#7FE3A7 contains mainly green color. Web safe color of #7FE3A7 is #66CC99 (or #6C9).

RGB color model

#7FE3A7 color RGB value is (127,227,167).

RGB: (127,227,167) (50%, 89%, 65%)

RGB channels and saturation

R 127 of 255 = 50%
G 227 of 255 = 89%
B 167 of 255 = 65%

127
227
167

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

Portions of RGB colors in percentages

R + G + B = 127 + 227 + 167 = 521 (100%)
R 127 of 521 ~ 24.38%
G 227 of 521 ~ 43.57%
B 167 of 521 ~ 32.05'%

%24.38
%43.57
%32.05

CMYK color model

#7FE3A7 color CMYK value is (44,0,26,11).

  • cyan value is 44.05%
  • magenta value is 0.00%
  • yellow value is 26.43%
  • key color value is 10.98%
CMYK: (44,0,26,11) C44M0Y26K11 (44%,0%,26%,11%) (0.44/0.00/0.26/0.11) 

CMYK percentages

%44.05
%0
%26.43
%10.98

Codes

Color #7FE3A7 in popluar color models

7F E3 A7
RGB 127 227 167
HSL 144° 64.10% 69.41%
HSB/HSV 144° 44.05% 89.02%
CMYK 44.05% 0.00% 26.43%
10.98%

Color #7FE3A7 in popluar number systems.

HEX 7F E3 A7
Decimal 127 227 167
Binary 1111111 11100011 10100111
Octal 177 343 247

Shades and tints

Shades of #7FE3A7

#7FE3A7
(127,227,167)
#74CF98
(116,207,152)
#69BB89
(105,187,137)
#5EA77A
(94,167,122)
#53936B
(83,147,107)
#487F5C
(72,127,92)
#3D6B4D
(61,107,77)
#32573E
(50,87,62)
#27432F
(39,67,47)
#1C2F20
(28,47,32)
#111B11
(17,27,17)
#000000
(0,0,0)

Tints of #7FE3A7

#7FE3A7
(127,227,167)
#8AE5AF
(138,229,175)
#95E7B7
(149,231,183)
#A0E9BF
(160,233,191)
#ABEBC7
(171,235,199)
#B6EDCF
(182,237,207)
#C1EFD7
(193,239,215)
#CCF1DF
(204,241,223)
#D7F3E7
(215,243,231)
#E2F5EF
(226,245,239)
#EDF7F7
(237,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FE3A7 color. Also use rgb(127,227,167) instead hex code.

Text Font Color

.myTextColor { color: #7FE3A7; }

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

This text font color is #7FE3A7.

Background Color

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

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

This div background color is #7FE3A7.

Border color

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

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

This div border color is #7FE3A7.

Opacity

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

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

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

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

This text has shadow with #7FE3A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FE3A7.

Preview

Color preview on black background

This text has color #7FE3A7 on black background.


Color preview on white background

This text has color #7FE3A7 on white background.


Black color preview on #7FE3A7 background

This text has black color on #7FE3A7 background.


White color preview on #7FE3A7 background

This text has white color on #7FE3A7 background.


Related colors

Complementary color

Complementary color for #hex is #801C58.


I love getcolorcode.com

Triadic colors

1 #A77FE3 and #E3A77F with #7FE3A7 are triadic colors.

2 #A7E37F and #E37FA7 with #7FE3A7 are triadic colors.