COLOR #7DF4DB

HEX: #7DF4DB RGB: (125,244,219)

Color info

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

RGB color model

#7DF4DB color RGB value is (125,244,219).

RGB: (125,244,219) (49%, 96%, 86%)

RGB channels and saturation

R 125 of 255 = 49%
G 244 of 255 = 96%
B 219 of 255 = 86%

125
244
219

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

Portions of RGB colors in percentages

R + G + B = 125 + 244 + 219 = 588 (100%)
R 125 of 588 ~ 21.26%
G 244 of 588 ~ 41.5%
B 219 of 588 ~ 37.24'%

%21.26
%41.5
%37.24

CMYK color model

#7DF4DB color CMYK value is (49,0,10,4).

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

CMYK: (49,0,10,4)
C49M0Y10K4 (49%, 0%, 10%, 4%)
(0.49 / 0.00 / 0.10 / 0.04)

CMYK percentages

%48.77
%0
%10.25
%4.31

Codes

Color #7DF4DB in popluar color models

7D F4 DB
RGB 125 244 219
HSL 167° 84.40% 72.35%
HSB/HSV 167° 48.77% 95.69%
CMYK 48.77% 0.00% 10.25%
4.31%

Color #7DF4DB in popluar number systems.

HEX 7D F4 DB
Decimal 125 244 219
Binary 1111101 11110100 11011011
Octal 175 364 333

Shades and tints

Shades of #7DF4DB

#7DF4DB
(125,244,219)
#72DEC8
(114,222,200)
#67C8B5
(103,200,181)
#5CB2A2
(92,178,162)
#519C8F
(81,156,143)
#46867C
(70,134,124)
#3B7069
(59,112,105)
#305A56
(48,90,86)
#254443
(37,68,67)
#1A2E30
(26,46,48)
#0F181D
(15,24,29)
#000000
(0,0,0)

Tints of #7DF4DB

#7DF4DB
(125,244,219)
#88F5DE
(136,245,222)
#93F6E1
(147,246,225)
#9EF7E4
(158,247,228)
#A9F8E7
(169,248,231)
#B4F9EA
(180,249,234)
#BFFAED
(191,250,237)
#CAFBF0
(202,251,240)
#D5FCF3
(213,252,243)
#E0FDF6
(224,253,246)
#EBFEF9
(235,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DF4DB; }

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

This text font color is #7DF4DB.

Background Color

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

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

This div background color is #7DF4DB.

Border color

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

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

This div border color is #7DF4DB.

Opacity

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

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

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

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

This text has shadow with #7DF4DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DF4DB.

Preview

Color preview on black background

This text has color #7DF4DB on black background.


Color preview on white background

This text has color #7DF4DB on white background.


Black color preview on #7DF4DB background

This text has black color on #7DF4DB background.


White color preview on #7DF4DB background

This text has white color on #7DF4DB background.


Related colors

Complementary color

Complementary color for #hex is #820B24.


I love getcolorcode.com

Triadic colors

1 #DB7DF4 and #F4DB7D with #7DF4DB are triadic colors.

2 #DBF47D and #F47DDB with #7DF4DB are triadic colors.