COLOR #7DD393

HEX: #7DD393 RGB: (125,211,147)

Color info

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

RGB color model

#7DD393 color RGB value is (125,211,147).

RGB: (125,211,147) (49%, 83%, 58%)

RGB channels and saturation

R 125 of 255 = 49%
G 211 of 255 = 83%
B 147 of 255 = 58%

125
211
147

R + G + B ~ 63%. #7DD393 is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 211 + 147 = 483 (100%)
R 125 of 483 ~ 25.88%
G 211 of 483 ~ 43.69%
B 147 of 483 ~ 30.43'%

%25.88
%43.69
%30.43

CMYK color model

#7DD393 color CMYK value is (41,0,30,17).

  • cyan value is 40.76%
  • magenta value is 0.00%
  • yellow value is 30.33%
  • key color value is 17.25%
CMYK: (41,0,30,17) C41M0Y30K17 (41%,0%,30%,17%) (0.41/0.00/0.30/0.17) 

CMYK percentages

%40.76
%0
%30.33
%17.25

Codes

Color #7DD393 in popluar color models

7D D3 93
RGB 125 211 147
HSL 135° 49.43% 65.88%
HSB/HSV 135° 40.76% 82.75%
CMYK 40.76% 0.00% 30.33%
17.25%

Color #7DD393 in popluar number systems.

HEX 7D D3 93
Decimal 125 211 147
Binary 1111101 11010011 10010011
Octal 175 323 223

Shades and tints

Shades of #7DD393

#7DD393
(125,211,147)
#72C086
(114,192,134)
#67AD79
(103,173,121)
#5C9A6C
(92,154,108)
#51875F
(81,135,95)
#467452
(70,116,82)
#3B6145
(59,97,69)
#304E38
(48,78,56)
#253B2B
(37,59,43)
#1A281E
(26,40,30)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #7DD393

#7DD393
(125,211,147)
#88D79C
(136,215,156)
#93DBA5
(147,219,165)
#9EDFAE
(158,223,174)
#A9E3B7
(169,227,183)
#B4E7C0
(180,231,192)
#BFEBC9
(191,235,201)
#CAEFD2
(202,239,210)
#D5F3DB
(213,243,219)
#E0F7E4
(224,247,228)
#EBFBED
(235,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DD393 color. Also use rgb(125,211,147) instead hex code.

Text Font Color

.myTextColor { color: #7DD393; }

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

This text font color is #7DD393.

Background Color

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

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

This div background color is #7DD393.

Border color

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

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

This div border color is #7DD393.

Opacity

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

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

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

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

This text has shadow with #7DD393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DD393.

Preview

Color preview on black background

This text has color #7DD393 on black background.


Color preview on white background

This text has color #7DD393 on white background.


Black color preview on #7DD393 background

This text has black color on #7DD393 background.


White color preview on #7DD393 background

This text has white color on #7DD393 background.


Related colors

Complementary color

Complementary color for #hex is #822C6C.


I love getcolorcode.com

Triadic colors

1 #937DD3 and #D3937D with #7DD393 are triadic colors.

2 #93D37D and #D37D93 with #7DD393 are triadic colors.