COLOR #7DF7E0

HEX: #7DF7E0
RGB: (125,247,224)

Color info

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

RGB color model

#7DF7E0 color RGB value is (125,247,224).

  • red value is 125;
  • green value is 247;
  • blue value is 224.
RGB:
(125,247,224)
(49%,97%,88%)

RGB channels and saturation

R 125 of 255 = 49%
G 247 of 255 = 97%
B 224 of 255 = 88%

125
247
224

R + G + B ~ 78%. #7DF7E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 247 + 224 = 596 (100%)
R 125 of 596 ~ 20.97%
G 247 of 596 ~ 41.44%
B 224 of 596 ~ 37.58%

%20.97
%41.44
%37.58

CMYK color model

#7DF7E0 color CMYK value is (49,0,9,3).

  • cyan value is 49.39%
  • magenta value is 0.00%
  • yellow value is 9.31%
  • key color value is 3.14%
CMYK:
(49,0,9,3)
C49M0Y9K3 
(49%,0%,9%,3%)
(0.49/0.00/0.09/0.03)	

CMYK percentages

%49.39
%0
%9.31
%3.14

Codes

Color #7DF7E0 in popluar color models

7DF7E0
RGB125247224
HSL169°88.41%72.94%
HSB/HSV169°49.39%96.86%
CMYK49.39%0.00%9.31%
3.14%

Color #7DF7E0 in popluar number systems.

HEX7DF7E0
Decimal125247224
Binary11111011111011111100000
Octal175367340

Shades and tints

Shades of #7DF7E0

#7DF7E0
(125,247,224)
#72E1CC
(114,225,204)
#67CBB8
(103,203,184)
#5CB5A4
(92,181,164)
#519F90
(81,159,144)
#46897C
(70,137,124)
#3B7368
(59,115,104)
#305D54
(48,93,84)
#254740
(37,71,64)
#1A312C
(26,49,44)
#0F1B18
(15,27,24)
#000000
(0,0,0)

Tints of #7DF7E0

#7DF7E0
(125,247,224)
#88F7E2
(136,247,226)
#93F7E4
(147,247,228)
#9EF7E6
(158,247,230)
#A9F7E8
(169,247,232)
#B4F7EA
(180,247,234)
#BFF7EC
(191,247,236)
#CAF7EE
(202,247,238)
#D5F7F0
(213,247,240)
#E0F7F2
(224,247,242)
#EBF7F4
(235,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DF7E0 color. Also use rgb(125,247,224) instead hex code.

Text Font Color

.myTextColor { color: #7DF7E0; }

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

This text font color is #7DF7E0.


Background Color

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

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

This div background color is #7DF7E0.


Border color

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

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

This div border color is #7DF7E0.


Opacity

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

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

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

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

This text has shadow with #7DF7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DF7E0 on black background.


Color preview on white background

This text has color #7DF7E0 on white background.



Black color preview on #7DF7E0 background

This text has black color on #7DF7E0 background.


White color preview on #7DF7E0 background

This text has white color on #7DF7E0 background.