COLOR #7DE1BF

HEX: #7DE1BF RGB: (125,225,191)

Color info

#7DE1BF contains mainly green and blue colors. Web safe color of #7DE1BF is #66CCCC (or #6CC).

RGB color model

#7DE1BF color RGB value is (125,225,191).

RGB: (125,225,191) (49%, 88%, 75%)

RGB channels and saturation

R 125 of 255 = 49%
G 225 of 255 = 88%
B 191 of 255 = 75%

125
225
191

R + G + B ~ 71%. #7DE1BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 225 + 191 = 541 (100%)
R 125 of 541 ~ 23.11%
G 225 of 541 ~ 41.59%
B 191 of 541 ~ 35.3'%

%23.11
%41.59
%35.3

CMYK color model

#7DE1BF color CMYK value is (44,0,15,12).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 15.11%
  • key color value is 11.76%

CMYK: (44,0,15,12)
C44M0Y15K12 (44%, 0%, 15%, 12%)
(0.44 / 0.00 / 0.15 / 0.12)

CMYK percentages

%44.44
%0
%15.11
%11.76

Codes

Color #7DE1BF in popluar color models

7D E1 BF
RGB 125 225 191
HSL 160° 62.50% 68.63%
HSB/HSV 160° 44.44% 88.24%
CMYK 44.44% 0.00% 15.11%
11.76%

Color #7DE1BF in popluar number systems.

HEX 7D E1 BF
Decimal 125 225 191
Binary 1111101 11100001 10111111
Octal 175 341 277

Shades and tints

Shades of #7DE1BF

#7DE1BF
(125,225,191)
#72CDAE
(114,205,174)
#67B99D
(103,185,157)
#5CA58C
(92,165,140)
#51917B
(81,145,123)
#467D6A
(70,125,106)
#3B6959
(59,105,89)
#305548
(48,85,72)
#254137
(37,65,55)
#1A2D26
(26,45,38)
#0F1915
(15,25,21)
#000000
(0,0,0)

Tints of #7DE1BF

#7DE1BF
(125,225,191)
#88E3C4
(136,227,196)
#93E5C9
(147,229,201)
#9EE7CE
(158,231,206)
#A9E9D3
(169,233,211)
#B4EBD8
(180,235,216)
#BFEDDD
(191,237,221)
#CAEFE2
(202,239,226)
#D5F1E7
(213,241,231)
#E0F3EC
(224,243,236)
#EBF5F1
(235,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DE1BF; }

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

This text font color is #7DE1BF.

Background Color

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

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

This div background color is #7DE1BF.

Border color

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

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

This div border color is #7DE1BF.

Opacity

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

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

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

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

This text has shadow with #7DE1BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DE1BF.

Preview

Color preview on black background

This text has color #7DE1BF on black background.


Color preview on white background

This text has color #7DE1BF on white background.


Black color preview on #7DE1BF background

This text has black color on #7DE1BF background.


White color preview on #7DE1BF background

This text has white color on #7DE1BF background.


Related colors

Complementary color

Complementary color for #hex is #821E40.


I love getcolorcode.com

Triadic colors

1 #BF7DE1 and #E1BF7D with #7DE1BF are triadic colors.

2 #BFE17D and #E17DBF with #7DE1BF are triadic colors.