COLOR #7DE2A1

HEX: #7DE2A1
RGB: (125,226,161)

Color info

#7DE2A1 contains mainly green color. Web safe color of #7DE2A1 is #66CC99 (or #6C9).

RGB color model

#7DE2A1 color RGB value is (125,226,161).

  • red value is 125;
  • green value is 226;
  • blue value is 161.
RGB:
(125,226,161)
(49%,89%,63%)

RGB channels and saturation

R 125 of 255 = 49%
G 226 of 255 = 89%
B 161 of 255 = 63%

125
226
161

R + G + B ~ 67%. #7DE2A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 226 + 161 = 512 (100%)
R 125 of 512 ~ 24.41%
G 226 of 512 ~ 44.14%
B 161 of 512 ~ 31.45%

%24.41
%44.14
%31.45

CMYK color model

#7DE2A1 color CMYK value is (45,0,29,11).

  • cyan value is 44.69%
  • magenta value is 0.00%
  • yellow value is 28.76%
  • key color value is 11.37%
CMYK:
(45,0,29,11)
C45M0Y29K11 
(45%,0%,29%,11%)
(0.45/0.00/0.29/0.11)	

CMYK percentages

%44.69
%0
%28.76
%11.37

Codes

Color #7DE2A1 in popluar color models

7DE2A1
RGB125226161
HSL141°63.52%68.82%
HSB/HSV141°44.69%88.63%
CMYK44.69%0.00%28.76%
11.37%

Color #7DE2A1 in popluar number systems.

HEX7DE2A1
Decimal125226161
Binary11111011110001010100001
Octal175342241

Shades and tints

Shades of #7DE2A1

#7DE2A1
(125,226,161)
#72CE93
(114,206,147)
#67BA85
(103,186,133)
#5CA677
(92,166,119)
#519269
(81,146,105)
#467E5B
(70,126,91)
#3B6A4D
(59,106,77)
#30563F
(48,86,63)
#254231
(37,66,49)
#1A2E23
(26,46,35)
#0F1A15
(15,26,21)
#000000
(0,0,0)

Tints of #7DE2A1

#7DE2A1
(125,226,161)
#88E4A9
(136,228,169)
#93E6B1
(147,230,177)
#9EE8B9
(158,232,185)
#A9EAC1
(169,234,193)
#B4ECC9
(180,236,201)
#BFEED1
(191,238,209)
#CAF0D9
(202,240,217)
#D5F2E1
(213,242,225)
#E0F4E9
(224,244,233)
#EBF6F1
(235,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DE2A1 color. Also use rgb(125,226,161) instead hex code.

Text Font Color

.myTextColor { color: #7DE2A1; }

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

This text font color is #7DE2A1.


Background Color

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

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

This div background color is #7DE2A1.


Border color

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

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

This div border color is #7DE2A1.


Opacity

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

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

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

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

This text has shadow with #7DE2A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DE2A1 on black background.


Color preview on white background

This text has color #7DE2A1 on white background.



Black color preview on #7DE2A1 background

This text has black color on #7DE2A1 background.


White color preview on #7DE2A1 background

This text has white color on #7DE2A1 background.