COLOR #7FDAB1

HEX: #7FDAB1 RGB: (127,218,177)

Color info

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

RGB color model

#7FDAB1 color RGB value is (127,218,177).

RGB: (127,218,177) (50%, 85%, 69%)

RGB channels and saturation

R 127 of 255 = 50%
G 218 of 255 = 85%
B 177 of 255 = 69%

127
218
177

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

Portions of RGB colors in percentages

R + G + B = 127 + 218 + 177 = 522 (100%)
R 127 of 522 ~ 24.33%
G 218 of 522 ~ 41.76%
B 177 of 522 ~ 33.91'%

%24.33
%41.76
%33.91

CMYK color model

#7FDAB1 color CMYK value is (42,0,19,15).

  • cyan value is 41.74%
  • magenta value is 0.00%
  • yellow value is 18.81%
  • key color value is 14.51%

CMYK: (42,0,19,15)
C42M0Y19K15 (42%, 0%, 19%, 15%)
(0.42 / 0.00 / 0.19 / 0.15)

CMYK percentages

%41.74
%0
%18.81
%14.51

Codes

Color #7FDAB1 in popluar color models

7F DA B1
RGB 127 218 177
HSL 153° 55.15% 67.65%
HSB/HSV 153° 41.74% 85.49%
CMYK 41.74% 0.00% 18.81%
14.51%

Color #7FDAB1 in popluar number systems.

HEX 7F DA B1
Decimal 127 218 177
Binary 1111111 11011010 10110001
Octal 177 332 261

Shades and tints

Shades of #7FDAB1

#7FDAB1
(127,218,177)
#74C7A1
(116,199,161)
#69B491
(105,180,145)
#5EA181
(94,161,129)
#538E71
(83,142,113)
#487B61
(72,123,97)
#3D6851
(61,104,81)
#325541
(50,85,65)
#274231
(39,66,49)
#1C2F21
(28,47,33)
#111C11
(17,28,17)
#000000
(0,0,0)

Tints of #7FDAB1

#7FDAB1
(127,218,177)
#8ADDB8
(138,221,184)
#95E0BF
(149,224,191)
#A0E3C6
(160,227,198)
#ABE6CD
(171,230,205)
#B6E9D4
(182,233,212)
#C1ECDB
(193,236,219)
#CCEFE2
(204,239,226)
#D7F2E9
(215,242,233)
#E2F5F0
(226,245,240)
#EDF8F7
(237,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FDAB1 color. Also use rgb(127,218,177) instead hex code.

Text Font Color

.myTextColor { color: #7FDAB1; }

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

This text font color is #7FDAB1.

Background Color

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

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

This div background color is #7FDAB1.

Border color

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

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

This div border color is #7FDAB1.

Opacity

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

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

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

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

This text has shadow with #7FDAB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FDAB1.

Preview

Color preview on black background

This text has color #7FDAB1 on black background.


Color preview on white background

This text has color #7FDAB1 on white background.


Black color preview on #7FDAB1 background

This text has black color on #7FDAB1 background.


White color preview on #7FDAB1 background

This text has white color on #7FDAB1 background.


Related colors

Complementary color

Complementary color for #hex is #80254E.


I love getcolorcode.com

Triadic colors

1 #B17FDA and #DAB17F with #7FDAB1 are triadic colors.

2 #B1DA7F and #DA7FB1 with #7FDAB1 are triadic colors.