COLOR #7DF4BF

HEX: #7DF4BF RGB: (125,244,191)

Color info

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

RGB color model

#7DF4BF color RGB value is (125,244,191).

RGB: (125,244,191) (49%, 96%, 75%)

RGB channels and saturation

R 125 of 255 = 49%
G 244 of 255 = 96%
B 191 of 255 = 75%

125
244
191

R + G + B ~ 73%. #7DF4BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 244 + 191 = 560 (100%)
R 125 of 560 ~ 22.32%
G 244 of 560 ~ 43.57%
B 191 of 560 ~ 34.11'%

%22.32
%43.57
%34.11

CMYK color model

#7DF4BF color CMYK value is (49,0,22,4).

  • cyan value is 48.77%
  • magenta value is 0.00%
  • yellow value is 21.72%
  • key color value is 4.31%
CMYK: (49,0,22,4) C49M0Y22K4 (49%,0%,22%,4%) (0.49/0.00/0.22/0.04) 

CMYK percentages

%48.77
%0
%21.72
%4.31

Codes

Color #7DF4BF in popluar color models

7D F4 BF
RGB 125 244 191
HSL 153° 84.40% 72.35%
HSB/HSV 153° 48.77% 95.69%
CMYK 48.77% 0.00% 21.72%
4.31%

Color #7DF4BF in popluar number systems.

HEX 7D F4 BF
Decimal 125 244 191
Binary 1111101 11110100 10111111
Octal 175 364 277

Shades and tints

Shades of #7DF4BF

#7DF4BF
(125,244,191)
#72DEAE
(114,222,174)
#67C89D
(103,200,157)
#5CB28C
(92,178,140)
#519C7B
(81,156,123)
#46866A
(70,134,106)
#3B7059
(59,112,89)
#305A48
(48,90,72)
#254437
(37,68,55)
#1A2E26
(26,46,38)
#0F1815
(15,24,21)
#000000
(0,0,0)

Tints of #7DF4BF

#7DF4BF
(125,244,191)
#88F5C4
(136,245,196)
#93F6C9
(147,246,201)
#9EF7CE
(158,247,206)
#A9F8D3
(169,248,211)
#B4F9D8
(180,249,216)
#BFFADD
(191,250,221)
#CAFBE2
(202,251,226)
#D5FCE7
(213,252,231)
#E0FDEC
(224,253,236)
#EBFEF1
(235,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DF4BF; }

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

This text font color is #7DF4BF.

Background Color

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

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

This div background color is #7DF4BF.

Border color

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

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

This div border color is #7DF4BF.

Opacity

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

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

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

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

This text has shadow with #7DF4BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DF4BF.

Preview

Color preview on black background

This text has color #7DF4BF on black background.


Color preview on white background

This text has color #7DF4BF on white background.


Black color preview on #7DF4BF background

This text has black color on #7DF4BF background.


White color preview on #7DF4BF background

This text has white color on #7DF4BF background.


Related colors

Complementary color

Complementary color for #hex is #820B40.


I love getcolorcode.com

Triadic colors

1 #BF7DF4 and #F4BF7D with #7DF4BF are triadic colors.

2 #BFF47D and #F47DBF with #7DF4BF are triadic colors.