COLOR #7DF6D1

HEX: #7DF6D1
RGB: (125,246,209)

Color info

#7DF6D1 contains mainly green and blue colors. Web safe color of #7DF6D1 is #66FFCC (or #6FC).

RGB color model

#7DF6D1 color RGB value is (125,246,209).

  • red value is 125;
  • green value is 246;
  • blue value is 209.
RGB:
(125,246,209)
(49%,96%,82%)

RGB channels and saturation

R 125 of 255 = 49%
G 246 of 255 = 96%
B 209 of 255 = 82%

125
246
209

R + G + B ~ 76%. #7DF6D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 246 + 209 = 580 (100%)
R 125 of 580 ~ 21.55%
G 246 of 580 ~ 42.41%
B 209 of 580 ~ 36.03%

%21.55
%42.41
%36.03

CMYK color model

#7DF6D1 color CMYK value is (49,0,15,4).

  • cyan value is 49.19%
  • magenta value is 0.00%
  • yellow value is 15.04%
  • key color value is 3.53%
CMYK:
(49,0,15,4)
C49M0Y15K4 
(49%,0%,15%,4%)
(0.49/0.00/0.15/0.04)	

CMYK percentages

%49.19
%0
%15.04
%3.53

Codes

Color #7DF6D1 in popluar color models

7DF6D1
RGB125246209
HSL162°87.05%72.75%
HSB/HSV162°49.19%96.47%
CMYK49.19%0.00%15.04%
3.53%

Color #7DF6D1 in popluar number systems.

HEX7DF6D1
Decimal125246209
Binary11111011111011011010001
Octal175366321

Shades and tints

Shades of #7DF6D1

#7DF6D1
(125,246,209)
#72E0BE
(114,224,190)
#67CAAB
(103,202,171)
#5CB498
(92,180,152)
#519E85
(81,158,133)
#468872
(70,136,114)
#3B725F
(59,114,95)
#305C4C
(48,92,76)
#254639
(37,70,57)
#1A3026
(26,48,38)
#0F1A13
(15,26,19)
#000000
(0,0,0)

Tints of #7DF6D1

#7DF6D1
(125,246,209)
#88F6D5
(136,246,213)
#93F6D9
(147,246,217)
#9EF6DD
(158,246,221)
#A9F6E1
(169,246,225)
#B4F6E5
(180,246,229)
#BFF6E9
(191,246,233)
#CAF6ED
(202,246,237)
#D5F6F1
(213,246,241)
#E0F6F5
(224,246,245)
#EBF6F9
(235,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DF6D1 color. Also use rgb(125,246,209) instead hex code.

Text Font Color

.myTextColor { color: #7DF6D1; }

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

This text font color is #7DF6D1.


Background Color

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

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

This div background color is #7DF6D1.


Border color

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

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

This div border color is #7DF6D1.


Opacity

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

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

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

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

This text has shadow with #7DF6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DF6D1 on black background.


Color preview on white background

This text has color #7DF6D1 on white background.



Black color preview on #7DF6D1 background

This text has black color on #7DF6D1 background.


White color preview on #7DF6D1 background

This text has white color on #7DF6D1 background.