COLOR #7DE3EC

HEX: #7DE3EC
RGB: (125,227,236)

Color info

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

RGB color model

#7DE3EC color RGB value is (125,227,236).

  • red value is 125;
  • green value is 227;
  • blue value is 236.
RGB:
(125,227,236)
(49%,89%,93%)

RGB channels and saturation

R 125 of 255 = 49%
G 227 of 255 = 89%
B 236 of 255 = 93%

125
227
236

R + G + B ~ 77%. #7DE3EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 227 + 236 = 588 (100%)
R 125 of 588 ~ 21.26%
G 227 of 588 ~ 38.61%
B 236 of 588 ~ 40.14%

%21.26
%38.61
%40.14

CMYK color model

#7DE3EC color CMYK value is (47,4,0,7).

  • cyan value is 47.03%
  • magenta value is 3.81%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(47,4,0,7)
C47M4Y0K7 
(47%,4%,0%,7%)
(0.47/0.04/0.00/0.07)	

CMYK percentages

%47.03
%3.81
%0
%7.45

Codes

Color #7DE3EC in popluar color models

7DE3EC
RGB125227236
HSL185°74.50%70.78%
HSB/HSV185°47.03%92.55%
CMYK47.03%3.81%0.00%
7.45%

Color #7DE3EC in popluar number systems.

HEX7DE3EC
Decimal125227236
Binary11111011110001111101100
Octal175343354

Shades and tints

Shades of #7DE3EC

#7DE3EC
(125,227,236)
#72CFD7
(114,207,215)
#67BBC2
(103,187,194)
#5CA7AD
(92,167,173)
#519398
(81,147,152)
#467F83
(70,127,131)
#3B6B6E
(59,107,110)
#305759
(48,87,89)
#254344
(37,67,68)
#1A2F2F
(26,47,47)
#0F1B1A
(15,27,26)
#000000
(0,0,0)

Tints of #7DE3EC

#7DE3EC
(125,227,236)
#88E5ED
(136,229,237)
#93E7EE
(147,231,238)
#9EE9EF
(158,233,239)
#A9EBF0
(169,235,240)
#B4EDF1
(180,237,241)
#BFEFF2
(191,239,242)
#CAF1F3
(202,241,243)
#D5F3F4
(213,243,244)
#E0F5F5
(224,245,245)
#EBF7F6
(235,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DE3EC color. Also use rgb(125,227,236) instead hex code.

Text Font Color

.myTextColor { color: #7DE3EC; }

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

This text font color is #7DE3EC.


Background Color

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

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

This div background color is #7DE3EC.


Border color

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

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

This div border color is #7DE3EC.


Opacity

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

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

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

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

This text has shadow with #7DE3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DE3EC on black background.


Color preview on white background

This text has color #7DE3EC on white background.



Black color preview on #7DE3EC background

This text has black color on #7DE3EC background.


White color preview on #7DE3EC background

This text has white color on #7DE3EC background.