COLOR #7DEFD7

HEX: #7DEFD7
RGB: (125,239,215)

Color info

#7DEFD7 contains mainly green and blue colors. Web safe color of #7DEFD7 is #66FFCC (or #6FC).

RGB color model

#7DEFD7 color RGB value is (125,239,215).

  • red value is 125;
  • green value is 239;
  • blue value is 215.
RGB:
(125,239,215)
(49%,94%,84%)

RGB channels and saturation

R 125 of 255 = 49%
G 239 of 255 = 94%
B 215 of 255 = 84%

125
239
215

R + G + B ~ 76%. #7DEFD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 239 + 215 = 579 (100%)
R 125 of 579 ~ 21.59%
G 239 of 579 ~ 41.28%
B 215 of 579 ~ 37.13%

%21.59
%41.28
%37.13

CMYK color model

#7DEFD7 color CMYK value is (48,0,10,6).

  • cyan value is 47.70%
  • magenta value is 0.00%
  • yellow value is 10.04%
  • key color value is 6.27%
CMYK:
(48,0,10,6)
C48M0Y10K6 
(48%,0%,10%,6%)
(0.48/0.00/0.10/0.06)	

CMYK percentages

%47.7
%0
%10.04
%6.27

Codes

Color #7DEFD7 in popluar color models

7DEFD7
RGB125239215
HSL167°78.08%71.37%
HSB/HSV167°47.70%93.73%
CMYK47.70%0.00%10.04%
6.27%

Color #7DEFD7 in popluar number systems.

HEX7DEFD7
Decimal125239215
Binary11111011110111111010111
Octal175357327

Shades and tints

Shades of #7DEFD7

#7DEFD7
(125,239,215)
#72DAC4
(114,218,196)
#67C5B1
(103,197,177)
#5CB09E
(92,176,158)
#519B8B
(81,155,139)
#468678
(70,134,120)
#3B7165
(59,113,101)
#305C52
(48,92,82)
#25473F
(37,71,63)
#1A322C
(26,50,44)
#0F1D19
(15,29,25)
#000000
(0,0,0)

Tints of #7DEFD7

#7DEFD7
(125,239,215)
#88F0DA
(136,240,218)
#93F1DD
(147,241,221)
#9EF2E0
(158,242,224)
#A9F3E3
(169,243,227)
#B4F4E6
(180,244,230)
#BFF5E9
(191,245,233)
#CAF6EC
(202,246,236)
#D5F7EF
(213,247,239)
#E0F8F2
(224,248,242)
#EBF9F5
(235,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DEFD7; }

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

This text font color is #7DEFD7.


Background Color

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

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

This div background color is #7DEFD7.


Border color

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

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

This div border color is #7DEFD7.


Opacity

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

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

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

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

This text has shadow with #7DEFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DEFD7 on black background.


Color preview on white background

This text has color #7DEFD7 on white background.



Black color preview on #7DEFD7 background

This text has black color on #7DEFD7 background.


White color preview on #7DEFD7 background

This text has white color on #7DEFD7 background.