COLOR #7DEFED

HEX: #7DEFED RGB: (125,239,237)

Color info

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

RGB color model

#7DEFED color RGB value is (125,239,237).

RGB: (125,239,237) (49%, 94%, 93%)

RGB channels and saturation

R 125 of 255 = 49%
G 239 of 255 = 94%
B 237 of 255 = 93%

125
239
237

R + G + B ~ 79%. #7DEFED is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 239 + 237 = 601 (100%)
R 125 of 601 ~ 20.8%
G 239 of 601 ~ 39.77%
B 237 of 601 ~ 39.43'%

%20.8
%39.77
%39.43

CMYK color model

#7DEFED color CMYK value is (48,0,1,6).

  • cyan value is 47.70%
  • magenta value is 0.00%
  • yellow value is 0.84%
  • key color value is 6.27%

CMYK: (48,0,1,6)
C48M0Y1K6 (48%, 0%, 1%, 6%)
(0.48 / 0.00 / 0.01 / 0.06)

CMYK percentages

%47.7
%0
%0.84
%6.27

Codes

Color #7DEFED in popluar color models

7D EF ED
RGB 125 239 237
HSL 179° 78.08% 71.37%
HSB/HSV 179° 47.70% 93.73%
CMYK 47.70% 0.00% 0.84%
6.27%

Color #7DEFED in popluar number systems.

HEX 7D EF ED
Decimal 125 239 237
Binary 1111101 11101111 11101101
Octal 175 357 355

Shades and tints

Shades of #7DEFED

#7DEFED
(125,239,237)
#72DAD8
(114,218,216)
#67C5C3
(103,197,195)
#5CB0AE
(92,176,174)
#519B99
(81,155,153)
#468684
(70,134,132)
#3B716F
(59,113,111)
#305C5A
(48,92,90)
#254745
(37,71,69)
#1A3230
(26,50,48)
#0F1D1B
(15,29,27)
#000000
(0,0,0)

Tints of #7DEFED

#7DEFED
(125,239,237)
#88F0EE
(136,240,238)
#93F1EF
(147,241,239)
#9EF2F0
(158,242,240)
#A9F3F1
(169,243,241)
#B4F4F2
(180,244,242)
#BFF5F3
(191,245,243)
#CAF6F4
(202,246,244)
#D5F7F5
(213,247,245)
#E0F8F6
(224,248,246)
#EBF9F7
(235,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DEFED color. Also use rgb(125,239,237) instead hex code.

Text Font Color

.myTextColor { color: #7DEFED; }

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

This text font color is #7DEFED.

Background Color

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

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

This div background color is #7DEFED.

Border color

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

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

This div border color is #7DEFED.

Opacity

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

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

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

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

This text has shadow with #7DEFED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DEFED.

Preview

Color preview on black background

This text has color #7DEFED on black background.


Color preview on white background

This text has color #7DEFED on white background.


Black color preview on #7DEFED background

This text has black color on #7DEFED background.


White color preview on #7DEFED background

This text has white color on #7DEFED background.


Related colors

Complementary color

Complementary color for #hex is #821012.


I love getcolorcode.com

Triadic colors

1 #ED7DEF and #EFED7D with #7DEFED are triadic colors.

2 #EDEF7D and #EF7DED with #7DEFED are triadic colors.