COLOR #7FD9AE

HEX: #7FD9AE
RGB: (127,217,174)

Color info

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

RGB color model

#7FD9AE color RGB value is (127,217,174).

  • red value is 127;
  • green value is 217;
  • blue value is 174.
RGB:
(127,217,174)
(50%,85%,68%)

RGB channels and saturation

R 127 of 255 = 50%
G 217 of 255 = 85%
B 174 of 255 = 68%

127
217
174

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

Portions of RGB colors in percentages

R + G + B =
127 + 217 + 174 = 518 (100%)
R 127 of 518 ~ 24.52%
G 217 of 518 ~ 41.89%
B 174 of 518 ~ 33.59%

%24.52
%41.89
%33.59

CMYK color model

#7FD9AE color CMYK value is (41,0,20,15).

  • cyan value is 41.47%
  • magenta value is 0.00%
  • yellow value is 19.82%
  • key color value is 14.90%
CMYK:
(41,0,20,15)
C41M0Y20K15 
(41%,0%,20%,15%)
(0.41/0.00/0.20/0.15)	

CMYK percentages

%41.47
%0
%19.82
%14.9

Codes

Color #7FD9AE in popluar color models

7FD9AE
RGB127217174
HSL151°54.22%67.45%
HSB/HSV151°41.47%85.10%
CMYK41.47%0.00%19.82%
14.90%

Color #7FD9AE in popluar number systems.

HEX7FD9AE
Decimal127217174
Binary11111111101100110101110
Octal177331256

Shades and tints

Shades of #7FD9AE

#7FD9AE
(127,217,174)
#74C69F
(116,198,159)
#69B390
(105,179,144)
#5EA081
(94,160,129)
#538D72
(83,141,114)
#487A63
(72,122,99)
#3D6754
(61,103,84)
#325445
(50,84,69)
#274136
(39,65,54)
#1C2E27
(28,46,39)
#111B18
(17,27,24)
#000000
(0,0,0)

Tints of #7FD9AE

#7FD9AE
(127,217,174)
#8ADCB5
(138,220,181)
#95DFBC
(149,223,188)
#A0E2C3
(160,226,195)
#ABE5CA
(171,229,202)
#B6E8D1
(182,232,209)
#C1EBD8
(193,235,216)
#CCEEDF
(204,238,223)
#D7F1E6
(215,241,230)
#E2F4ED
(226,244,237)
#EDF7F4
(237,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FD9AE color. Also use rgb(127,217,174) instead hex code.

Text Font Color

.myTextColor { color: #7FD9AE; }

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

This text font color is #7FD9AE.


Background Color

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

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

This div background color is #7FD9AE.


Border color

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

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

This div border color is #7FD9AE.


Opacity

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

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

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

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

This text has shadow with #7FD9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FD9AE on black background.


Color preview on white background

This text has color #7FD9AE on white background.



Black color preview on #7FD9AE background

This text has black color on #7FD9AE background.


White color preview on #7FD9AE background

This text has white color on #7FD9AE background.