COLOR #7DE5F0

HEX: #7DE5F0
RGB: (125,229,240)

Color info

#7DE5F0 contains mainly green and blue colors. Web safe color of #7DE5F0 is #66CCFF (or #6CF).

RGB color model

#7DE5F0 color RGB value is (125,229,240).

  • red value is 125;
  • green value is 229;
  • blue value is 240.
RGB:
(125,229,240)
(49%,90%,94%)

RGB channels and saturation

R 125 of 255 = 49%
G 229 of 255 = 90%
B 240 of 255 = 94%

125
229
240

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

Portions of RGB colors in percentages

R + G + B =
125 + 229 + 240 = 594 (100%)
R 125 of 594 ~ 21.04%
G 229 of 594 ~ 38.55%
B 240 of 594 ~ 40.4%

%21.04
%38.55
%40.4

CMYK color model

#7DE5F0 color CMYK value is (48,5,0,6).

  • cyan value is 47.92%
  • magenta value is 4.58%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(48,5,0,6)
C48M5Y0K6 
(48%,5%,0%,6%)
(0.48/0.05/0.00/0.06)	

CMYK percentages

%47.92
%4.58
%0
%5.88

Codes

Color #7DE5F0 in popluar color models

7DE5F0
RGB125229240
HSL186°79.31%71.57%
HSB/HSV186°47.92%94.12%
CMYK47.92%4.58%0.00%
5.88%

Color #7DE5F0 in popluar number systems.

HEX7DE5F0
Decimal125229240
Binary11111011110010111110000
Octal175345360

Shades and tints

Shades of #7DE5F0

#7DE5F0
(125,229,240)
#72D1DB
(114,209,219)
#67BDC6
(103,189,198)
#5CA9B1
(92,169,177)
#51959C
(81,149,156)
#468187
(70,129,135)
#3B6D72
(59,109,114)
#30595D
(48,89,93)
#254548
(37,69,72)
#1A3133
(26,49,51)
#0F1D1E
(15,29,30)
#000000
(0,0,0)

Tints of #7DE5F0

#7DE5F0
(125,229,240)
#88E7F1
(136,231,241)
#93E9F2
(147,233,242)
#9EEBF3
(158,235,243)
#A9EDF4
(169,237,244)
#B4EFF5
(180,239,245)
#BFF1F6
(191,241,246)
#CAF3F7
(202,243,247)
#D5F5F8
(213,245,248)
#E0F7F9
(224,247,249)
#EBF9FA
(235,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DE5F0; }

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

This text font color is #7DE5F0.


Background Color

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

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

This div background color is #7DE5F0.


Border color

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

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

This div border color is #7DE5F0.


Opacity

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

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

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

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

This text has shadow with #7DE5F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DE5F0 on black background.


Color preview on white background

This text has color #7DE5F0 on white background.



Black color preview on #7DE5F0 background

This text has black color on #7DE5F0 background.


White color preview on #7DE5F0 background

This text has white color on #7DE5F0 background.