COLOR #7DF4EE

HEX: #7DF4EE RGB: (125,244,238)

Color info

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

RGB color model

#7DF4EE color RGB value is (125,244,238).

RGB: (125,244,238) (49%, 96%, 93%)

RGB channels and saturation

R 125 of 255 = 49%
G 244 of 255 = 96%
B 238 of 255 = 93%

125
244
238

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

Portions of RGB colors in percentages

R + G + B = 125 + 244 + 238 = 607 (100%)
R 125 of 607 ~ 20.59%
G 244 of 607 ~ 40.2%
B 238 of 607 ~ 39.21'%

%20.59
%40.2
%39.21

CMYK color model

#7DF4EE color CMYK value is (49,0,2,4).

  • cyan value is 48.77%
  • magenta value is 0.00%
  • yellow value is 2.46%
  • key color value is 4.31%

CMYK: (49,0,2,4)
C49M0Y2K4 (49%, 0%, 2%, 4%)
(0.49 / 0.00 / 0.02 / 0.04)

CMYK percentages

%48.77
%0
%2.46
%4.31

Codes

Color #7DF4EE in popluar color models

7D F4 EE
RGB 125 244 238
HSL 177° 84.40% 72.35%
HSB/HSV 177° 48.77% 95.69%
CMYK 48.77% 0.00% 2.46%
4.31%

Color #7DF4EE in popluar number systems.

HEX 7D F4 EE
Decimal 125 244 238
Binary 1111101 11110100 11101110
Octal 175 364 356

Shades and tints

Shades of #7DF4EE

#7DF4EE
(125,244,238)
#72DED9
(114,222,217)
#67C8C4
(103,200,196)
#5CB2AF
(92,178,175)
#519C9A
(81,156,154)
#468685
(70,134,133)
#3B7070
(59,112,112)
#305A5B
(48,90,91)
#254446
(37,68,70)
#1A2E31
(26,46,49)
#0F181C
(15,24,28)
#000000
(0,0,0)

Tints of #7DF4EE

#7DF4EE
(125,244,238)
#88F5EF
(136,245,239)
#93F6F0
(147,246,240)
#9EF7F1
(158,247,241)
#A9F8F2
(169,248,242)
#B4F9F3
(180,249,243)
#BFFAF4
(191,250,244)
#CAFBF5
(202,251,245)
#D5FCF6
(213,252,246)
#E0FDF7
(224,253,247)
#EBFEF8
(235,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DF4EE color. Also use rgb(125,244,238) instead hex code.

Text Font Color

.myTextColor { color: #7DF4EE; }

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

This text font color is #7DF4EE.

Background Color

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

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

This div background color is #7DF4EE.

Border color

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

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

This div border color is #7DF4EE.

Opacity

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

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

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

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

This text has shadow with #7DF4EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DF4EE.

Preview

Color preview on black background

This text has color #7DF4EE on black background.


Color preview on white background

This text has color #7DF4EE on white background.


Black color preview on #7DF4EE background

This text has black color on #7DF4EE background.


White color preview on #7DF4EE background

This text has white color on #7DF4EE background.


Related colors

Complementary color

Complementary color for #hex is #820B11.


I love getcolorcode.com

Triadic colors

1 #EE7DF4 and #F4EE7D with #7DF4EE are triadic colors.

2 #EEF47D and #F47DEE with #7DF4EE are triadic colors.