COLOR #7FE4AF

HEX: #7FE4AF
RGB: (127,228,175)

Color info

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

RGB color model

#7FE4AF color RGB value is (127,228,175).

  • red value is 127;
  • green value is 228;
  • blue value is 175.
RGB:
(127,228,175)
(50%,89%,69%)

RGB channels and saturation

R 127 of 255 = 50%
G 228 of 255 = 89%
B 175 of 255 = 69%

127
228
175

R + G + B ~ 69%. #7FE4AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 228 + 175 = 530 (100%)
R 127 of 530 ~ 23.96%
G 228 of 530 ~ 43.02%
B 175 of 530 ~ 33.02%

%23.96
%43.02
%33.02

CMYK color model

#7FE4AF color CMYK value is (44,0,23,11).

  • cyan value is 44.30%
  • magenta value is 0.00%
  • yellow value is 23.25%
  • key color value is 10.59%
CMYK:
(44,0,23,11)
C44M0Y23K11 
(44%,0%,23%,11%)
(0.44/0.00/0.23/0.11)	

CMYK percentages

%44.3
%0
%23.25
%10.59

Codes

Color #7FE4AF in popluar color models

7FE4AF
RGB127228175
HSL149°65.16%69.61%
HSB/HSV149°44.30%89.41%
CMYK44.30%0.00%23.25%
10.59%

Color #7FE4AF in popluar number systems.

HEX7FE4AF
Decimal127228175
Binary11111111110010010101111
Octal177344257

Shades and tints

Shades of #7FE4AF

#7FE4AF
(127,228,175)
#74D0A0
(116,208,160)
#69BC91
(105,188,145)
#5EA882
(94,168,130)
#539473
(83,148,115)
#488064
(72,128,100)
#3D6C55
(61,108,85)
#325846
(50,88,70)
#274437
(39,68,55)
#1C3028
(28,48,40)
#111C19
(17,28,25)
#000000
(0,0,0)

Tints of #7FE4AF

#7FE4AF
(127,228,175)
#8AE6B6
(138,230,182)
#95E8BD
(149,232,189)
#A0EAC4
(160,234,196)
#ABECCB
(171,236,203)
#B6EED2
(182,238,210)
#C1F0D9
(193,240,217)
#CCF2E0
(204,242,224)
#D7F4E7
(215,244,231)
#E2F6EE
(226,246,238)
#EDF8F5
(237,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FE4AF color. Also use rgb(127,228,175) instead hex code.

Text Font Color

.myTextColor { color: #7FE4AF; }

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

This text font color is #7FE4AF.


Background Color

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

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

This div background color is #7FE4AF.


Border color

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

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

This div border color is #7FE4AF.


Opacity

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

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

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

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

This text has shadow with #7FE4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FE4AF on black background.


Color preview on white background

This text has color #7FE4AF on white background.



Black color preview on #7FE4AF background

This text has black color on #7FE4AF background.


White color preview on #7FE4AF background

This text has white color on #7FE4AF background.