COLOR #7DD99B

HEX: #7DD99B RGB: (125,217,155)

Color info

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

RGB color model

#7DD99B color RGB value is (125,217,155).

RGB: (125,217,155) (49%, 85%, 61%)

RGB channels and saturation

R 125 of 255 = 49%
G 217 of 255 = 85%
B 155 of 255 = 61%

125
217
155

R + G + B ~ 65%. #7DD99B is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 217 + 155 = 497 (100%)
R 125 of 497 ~ 25.15%
G 217 of 497 ~ 43.66%
B 155 of 497 ~ 31.19'%

%25.15
%43.66
%31.19

CMYK color model

#7DD99B color CMYK value is (42,0,29,15).

  • cyan value is 42.40%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 14.90%

CMYK: (42,0,29,15)
C42M0Y29K15 (42%, 0%, 29%, 15%)
(0.42 / 0.00 / 0.29 / 0.15)

CMYK percentages

%42.4
%0
%28.57
%14.9

Codes

Color #7DD99B in popluar color models

7D D9 9B
RGB 125 217 155
HSL 140° 54.76% 67.06%
HSB/HSV 140° 42.40% 85.10%
CMYK 42.40% 0.00% 28.57%
14.90%

Color #7DD99B in popluar number systems.

HEX 7D D9 9B
Decimal 125 217 155
Binary 1111101 11011001 10011011
Octal 175 331 233

Shades and tints

Shades of #7DD99B

#7DD99B
(125,217,155)
#72C68D
(114,198,141)
#67B37F
(103,179,127)
#5CA071
(92,160,113)
#518D63
(81,141,99)
#467A55
(70,122,85)
#3B6747
(59,103,71)
#305439
(48,84,57)
#25412B
(37,65,43)
#1A2E1D
(26,46,29)
#0F1B0F
(15,27,15)
#000000
(0,0,0)

Tints of #7DD99B

#7DD99B
(125,217,155)
#88DCA4
(136,220,164)
#93DFAD
(147,223,173)
#9EE2B6
(158,226,182)
#A9E5BF
(169,229,191)
#B4E8C8
(180,232,200)
#BFEBD1
(191,235,209)
#CAEEDA
(202,238,218)
#D5F1E3
(213,241,227)
#E0F4EC
(224,244,236)
#EBF7F5
(235,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DD99B color. Also use rgb(125,217,155) instead hex code.

Text Font Color

.myTextColor { color: #7DD99B; }

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

This text font color is #7DD99B.

Background Color

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

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

This div background color is #7DD99B.

Border color

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

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

This div border color is #7DD99B.

Opacity

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

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

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

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

This text has shadow with #7DD99B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DD99B.

Preview

Color preview on black background

This text has color #7DD99B on black background.


Color preview on white background

This text has color #7DD99B on white background.


Black color preview on #7DD99B background

This text has black color on #7DD99B background.


White color preview on #7DD99B background

This text has white color on #7DD99B background.


Related colors

Complementary color

Complementary color for #hex is #822664.


I love getcolorcode.com

Triadic colors

1 #9B7DD9 and #D99B7D with #7DD99B are triadic colors.

2 #9BD97D and #D97D9B with #7DD99B are triadic colors.