COLOR #7FDFD4

HEX: #7FDFD4 RGB: (127,223,212)

Color info

#7FDFD4 contains mainly green and blue colors. Web safe color of #7FDFD4 is #66CCCC (or #6CC).

RGB color model

#7FDFD4 color RGB value is (127,223,212).

RGB: (127,223,212) (50%, 87%, 83%)

RGB channels and saturation

R 127 of 255 = 50%
G 223 of 255 = 87%
B 212 of 255 = 83%

127
223
212

R + G + B ~ 73%. #7FDFD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 223 + 212 = 562 (100%)
R 127 of 562 ~ 22.6%
G 223 of 562 ~ 39.68%
B 212 of 562 ~ 37.72'%

%22.6
%39.68
%37.72

CMYK color model

#7FDFD4 color CMYK value is (43,0,5,13).

  • cyan value is 43.05%
  • magenta value is 0.00%
  • yellow value is 4.93%
  • key color value is 12.55%

CMYK: (43,0,5,13)
C43M0Y5K13 (43%, 0%, 5%, 13%)
(0.43 / 0.00 / 0.05 / 0.13)

CMYK percentages

%43.05
%0
%4.93
%12.55

Codes

Color #7FDFD4 in popluar color models

7F DF D4
RGB 127 223 212
HSL 173° 60.00% 68.63%
HSB/HSV 173° 43.05% 87.45%
CMYK 43.05% 0.00% 4.93%
12.55%

Color #7FDFD4 in popluar number systems.

HEX 7F DF D4
Decimal 127 223 212
Binary 1111111 11011111 11010100
Octal 177 337 324

Shades and tints

Shades of #7FDFD4

#7FDFD4
(127,223,212)
#74CBC1
(116,203,193)
#69B7AE
(105,183,174)
#5EA39B
(94,163,155)
#538F88
(83,143,136)
#487B75
(72,123,117)
#3D6762
(61,103,98)
#32534F
(50,83,79)
#273F3C
(39,63,60)
#1C2B29
(28,43,41)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #7FDFD4

#7FDFD4
(127,223,212)
#8AE1D7
(138,225,215)
#95E3DA
(149,227,218)
#A0E5DD
(160,229,221)
#ABE7E0
(171,231,224)
#B6E9E3
(182,233,227)
#C1EBE6
(193,235,230)
#CCEDE9
(204,237,233)
#D7EFEC
(215,239,236)
#E2F1EF
(226,241,239)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FDFD4 color. Also use rgb(127,223,212) instead hex code.

Text Font Color

.myTextColor { color: #7FDFD4; }

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

This text font color is #7FDFD4.

Background Color

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

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

This div background color is #7FDFD4.

Border color

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

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

This div border color is #7FDFD4.

Opacity

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

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

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

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

This text has shadow with #7FDFD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FDFD4.

Preview

Color preview on black background

This text has color #7FDFD4 on black background.


Color preview on white background

This text has color #7FDFD4 on white background.


Black color preview on #7FDFD4 background

This text has black color on #7FDFD4 background.


White color preview on #7FDFD4 background

This text has white color on #7FDFD4 background.


Related colors

Complementary color

Complementary color for #hex is #80202B.


I love getcolorcode.com

Triadic colors

1 #D47FDF and #DFD47F with #7FDFD4 are triadic colors.

2 #D4DF7F and #DF7FD4 with #7FDFD4 are triadic colors.