COLOR #7DE0BB

HEX: #7DE0BB RGB: (125,224,187)

Color info

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

RGB color model

#7DE0BB color RGB value is (125,224,187).

RGB: (125,224,187) (49%, 88%, 73%)

RGB channels and saturation

R 125 of 255 = 49%
G 224 of 255 = 88%
B 187 of 255 = 73%

125
224
187

R + G + B ~ 70%. #7DE0BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 224 + 187 = 536 (100%)
R 125 of 536 ~ 23.32%
G 224 of 536 ~ 41.79%
B 187 of 536 ~ 34.89'%

%23.32
%41.79
%34.89

CMYK color model

#7DE0BB color CMYK value is (44,0,17,12).

  • cyan value is 44.20%
  • magenta value is 0.00%
  • yellow value is 16.52%
  • key color value is 12.16%

CMYK: (44,0,17,12)
C44M0Y17K12 (44%, 0%, 17%, 12%)
(0.44 / 0.00 / 0.17 / 0.12)

CMYK percentages

%44.2
%0
%16.52
%12.16

Codes

Color #7DE0BB in popluar color models

7D E0 BB
RGB 125 224 187
HSL 158° 61.49% 68.43%
HSB/HSV 158° 44.20% 87.84%
CMYK 44.20% 0.00% 16.52%
12.16%

Color #7DE0BB in popluar number systems.

HEX 7D E0 BB
Decimal 125 224 187
Binary 1111101 11100000 10111011
Octal 175 340 273

Shades and tints

Shades of #7DE0BB

#7DE0BB
(125,224,187)
#72CCAA
(114,204,170)
#67B899
(103,184,153)
#5CA488
(92,164,136)
#519077
(81,144,119)
#467C66
(70,124,102)
#3B6855
(59,104,85)
#305444
(48,84,68)
#254033
(37,64,51)
#1A2C22
(26,44,34)
#0F1811
(15,24,17)
#000000
(0,0,0)

Tints of #7DE0BB

#7DE0BB
(125,224,187)
#88E2C1
(136,226,193)
#93E4C7
(147,228,199)
#9EE6CD
(158,230,205)
#A9E8D3
(169,232,211)
#B4EAD9
(180,234,217)
#BFECDF
(191,236,223)
#CAEEE5
(202,238,229)
#D5F0EB
(213,240,235)
#E0F2F1
(224,242,241)
#EBF4F7
(235,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DE0BB color. Also use rgb(125,224,187) instead hex code.

Text Font Color

.myTextColor { color: #7DE0BB; }

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

This text font color is #7DE0BB.

Background Color

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

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

This div background color is #7DE0BB.

Border color

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

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

This div border color is #7DE0BB.

Opacity

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

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

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

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

This text has shadow with #7DE0BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DE0BB.

Preview

Color preview on black background

This text has color #7DE0BB on black background.


Color preview on white background

This text has color #7DE0BB on white background.


Black color preview on #7DE0BB background

This text has black color on #7DE0BB background.


White color preview on #7DE0BB background

This text has white color on #7DE0BB background.


Related colors

Complementary color

Complementary color for #hex is #821F44.


I love getcolorcode.com

Triadic colors

1 #BB7DE0 and #E0BB7D with #7DE0BB are triadic colors.

2 #BBE07D and #E07DBB with #7DE0BB are triadic colors.