COLOR #7DE7F0

HEX: #7DE7F0 RGB: (125,231,240)

Color info

#7DE7F0 contains mainly green and blue colors. Web safe color of #7DE7F0 is #66FFFF (or #6FF).

RGB color model

#7DE7F0 color RGB value is (125,231,240).

RGB: (125,231,240) (49%, 91%, 94%)

RGB channels and saturation

R 125 of 255 = 49%
G 231 of 255 = 91%
B 240 of 255 = 94%

125
231
240

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

Portions of RGB colors in percentages

R + G + B = 125 + 231 + 240 = 596 (100%)
R 125 of 596 ~ 20.97%
G 231 of 596 ~ 38.76%
B 240 of 596 ~ 40.27'%

%20.97
%38.76
%40.27

CMYK color model

#7DE7F0 color CMYK value is (48,4,0,6).

  • cyan value is 47.92%
  • magenta value is 3.75%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (48,4,0,6)
C48M4Y0K6 (48%, 4%, 0%, 6%)
(0.48 / 0.04 / 0.00 / 0.06)

CMYK percentages

%47.92
%3.75
%0
%5.88

Codes

Color #7DE7F0 in popluar color models

7D E7 F0
RGB 125 231 240
HSL 185° 79.31% 71.57%
HSB/HSV 185° 47.92% 94.12%
CMYK 47.92% 3.75% 0.00%
5.88%

Color #7DE7F0 in popluar number systems.

HEX 7D E7 F0
Decimal 125 231 240
Binary 1111101 11100111 11110000
Octal 175 347 360

Shades and tints

Shades of #7DE7F0

#7DE7F0
(125,231,240)
#72D2DB
(114,210,219)
#67BDC6
(103,189,198)
#5CA8B1
(92,168,177)
#51939C
(81,147,156)
#467E87
(70,126,135)
#3B6972
(59,105,114)
#30545D
(48,84,93)
#253F48
(37,63,72)
#1A2A33
(26,42,51)
#0F151E
(15,21,30)
#000000
(0,0,0)

Tints of #7DE7F0

#7DE7F0
(125,231,240)
#88E9F1
(136,233,241)
#93EBF2
(147,235,242)
#9EEDF3
(158,237,243)
#A9EFF4
(169,239,244)
#B4F1F5
(180,241,245)
#BFF3F6
(191,243,246)
#CAF5F7
(202,245,247)
#D5F7F8
(213,247,248)
#E0F9F9
(224,249,249)
#EBFBFA
(235,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DE7F0 color. Also use rgb(125,231,240) instead hex code.

Text Font Color

.myTextColor { color: #7DE7F0; }

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

This text font color is #7DE7F0.

Background Color

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

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

This div background color is #7DE7F0.

Border color

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

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

This div border color is #7DE7F0.

Opacity

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

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

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

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

This text has shadow with #7DE7F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DE7F0.

Preview

Color preview on black background

This text has color #7DE7F0 on black background.


Color preview on white background

This text has color #7DE7F0 on white background.


Black color preview on #7DE7F0 background

This text has black color on #7DE7F0 background.


White color preview on #7DE7F0 background

This text has white color on #7DE7F0 background.


Related colors

Complementary color

Complementary color for #hex is #82180F.


I love getcolorcode.com

Triadic colors

1 #F07DE7 and #E7F07D with #7DE7F0 are triadic colors.

2 #F0E77D and #E77DF0 with #7DE7F0 are triadic colors.