COLOR #7FD3AA

HEX: #7FD3AA RGB: (127,211,170)

Color info

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

RGB color model

#7FD3AA color RGB value is (127,211,170).

RGB: (127,211,170) (50%, 83%, 67%)

RGB channels and saturation

R 127 of 255 = 50%
G 211 of 255 = 83%
B 170 of 255 = 67%

127
211
170

R + G + B ~ 67%. #7FD3AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 211 + 170 = 508 (100%)
R 127 of 508 ~ 25%
G 211 of 508 ~ 41.54%
B 170 of 508 ~ 33.46'%

%25
%41.54
%33.46

CMYK color model

#7FD3AA color CMYK value is (40,0,19,17).

  • cyan value is 39.81%
  • magenta value is 0.00%
  • yellow value is 19.43%
  • key color value is 17.25%

CMYK: (40,0,19,17)
C40M0Y19K17 (40%, 0%, 19%, 17%)
(0.40 / 0.00 / 0.19 / 0.17)

CMYK percentages

%39.81
%0
%19.43
%17.25

Codes

Color #7FD3AA in popluar color models

7F D3 AA
RGB 127 211 170
HSL 151° 48.84% 66.27%
HSB/HSV 151° 39.81% 82.75%
CMYK 39.81% 0.00% 19.43%
17.25%

Color #7FD3AA in popluar number systems.

HEX 7F D3 AA
Decimal 127 211 170
Binary 1111111 11010011 10101010
Octal 177 323 252

Shades and tints

Shades of #7FD3AA

#7FD3AA
(127,211,170)
#74C09B
(116,192,155)
#69AD8C
(105,173,140)
#5E9A7D
(94,154,125)
#53876E
(83,135,110)
#48745F
(72,116,95)
#3D6150
(61,97,80)
#324E41
(50,78,65)
#273B32
(39,59,50)
#1C2823
(28,40,35)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #7FD3AA

#7FD3AA
(127,211,170)
#8AD7B1
(138,215,177)
#95DBB8
(149,219,184)
#A0DFBF
(160,223,191)
#ABE3C6
(171,227,198)
#B6E7CD
(182,231,205)
#C1EBD4
(193,235,212)
#CCEFDB
(204,239,219)
#D7F3E2
(215,243,226)
#E2F7E9
(226,247,233)
#EDFBF0
(237,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FD3AA color. Also use rgb(127,211,170) instead hex code.

Text Font Color

.myTextColor { color: #7FD3AA; }

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

This text font color is #7FD3AA.

Background Color

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

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

This div background color is #7FD3AA.

Border color

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

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

This div border color is #7FD3AA.

Opacity

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

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

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

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

This text has shadow with #7FD3AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FD3AA.

Preview

Color preview on black background

This text has color #7FD3AA on black background.


Color preview on white background

This text has color #7FD3AA on white background.


Black color preview on #7FD3AA background

This text has black color on #7FD3AA background.


White color preview on #7FD3AA background

This text has white color on #7FD3AA background.


Related colors

Complementary color

Complementary color for #hex is #802C55.


I love getcolorcode.com

Triadic colors

1 #AA7FD3 and #D3AA7F with #7FD3AA are triadic colors.

2 #AAD37F and #D37FAA with #7FD3AA are triadic colors.