COLOR #7DE4A4

HEX: #7DE4A4
RGB: (125,228,164)

Color info

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

RGB color model

#7DE4A4 color RGB value is (125,228,164).

  • red value is 125;
  • green value is 228;
  • blue value is 164.
RGB:
(125,228,164)
(49%,89%,64%)

RGB channels and saturation

R 125 of 255 = 49%
G 228 of 255 = 89%
B 164 of 255 = 64%

125
228
164

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

Portions of RGB colors in percentages

R + G + B =
125 + 228 + 164 = 517 (100%)
R 125 of 517 ~ 24.18%
G 228 of 517 ~ 44.1%
B 164 of 517 ~ 31.72%

%24.18
%44.1
%31.72

CMYK color model

#7DE4A4 color CMYK value is (45,0,28,11).

  • cyan value is 45.18%
  • magenta value is 0.00%
  • yellow value is 28.07%
  • key color value is 10.59%
CMYK:
(45,0,28,11)
C45M0Y28K11 
(45%,0%,28%,11%)
(0.45/0.00/0.28/0.11)	

CMYK percentages

%45.18
%0
%28.07
%10.59

Codes

Color #7DE4A4 in popluar color models

7DE4A4
RGB125228164
HSL143°65.61%69.22%
HSB/HSV143°45.18%89.41%
CMYK45.18%0.00%28.07%
10.59%

Color #7DE4A4 in popluar number systems.

HEX7DE4A4
Decimal125228164
Binary11111011110010010100100
Octal175344244

Shades and tints

Shades of #7DE4A4

#7DE4A4
(125,228,164)
#72D096
(114,208,150)
#67BC88
(103,188,136)
#5CA87A
(92,168,122)
#51946C
(81,148,108)
#46805E
(70,128,94)
#3B6C50
(59,108,80)
#305842
(48,88,66)
#254434
(37,68,52)
#1A3026
(26,48,38)
#0F1C18
(15,28,24)
#000000
(0,0,0)

Tints of #7DE4A4

#7DE4A4
(125,228,164)
#88E6AC
(136,230,172)
#93E8B4
(147,232,180)
#9EEABC
(158,234,188)
#A9ECC4
(169,236,196)
#B4EECC
(180,238,204)
#BFF0D4
(191,240,212)
#CAF2DC
(202,242,220)
#D5F4E4
(213,244,228)
#E0F6EC
(224,246,236)
#EBF8F4
(235,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DE4A4 color. Also use rgb(125,228,164) instead hex code.

Text Font Color

.myTextColor { color: #7DE4A4; }

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

This text font color is #7DE4A4.


Background Color

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

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

This div background color is #7DE4A4.


Border color

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

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

This div border color is #7DE4A4.


Opacity

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

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

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

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

This text has shadow with #7DE4A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DE4A4 on black background.


Color preview on white background

This text has color #7DE4A4 on white background.



Black color preview on #7DE4A4 background

This text has black color on #7DE4A4 background.


White color preview on #7DE4A4 background

This text has white color on #7DE4A4 background.