COLOR #7DD8AB

HEX: #7DD8AB RGB: (125,216,171)

Color info

#7DD8AB contains mainly green and blue colors. Web safe color of #7DD8AB is #66CC99 (or #6C9).

RGB color model

#7DD8AB color RGB value is (125,216,171).

RGB: (125,216,171) (49%, 85%, 67%)

RGB channels and saturation

R 125 of 255 = 49%
G 216 of 255 = 85%
B 171 of 255 = 67%

125
216
171

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

Portions of RGB colors in percentages

R + G + B = 125 + 216 + 171 = 512 (100%)
R 125 of 512 ~ 24.41%
G 216 of 512 ~ 42.19%
B 171 of 512 ~ 33.4'%

%24.41
%42.19
%33.4

CMYK color model

#7DD8AB color CMYK value is (42,0,21,15).

  • cyan value is 42.13%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 15.29%

CMYK: (42,0,21,15)
C42M0Y21K15 (42%, 0%, 21%, 15%)
(0.42 / 0.00 / 0.21 / 0.15)

CMYK percentages

%42.13
%0
%20.83
%15.29

Codes

Color #7DD8AB in popluar color models

7D D8 AB
RGB 125 216 171
HSL 150° 53.85% 66.86%
HSB/HSV 150° 42.13% 84.71%
CMYK 42.13% 0.00% 20.83%
15.29%

Color #7DD8AB in popluar number systems.

HEX 7D D8 AB
Decimal 125 216 171
Binary 1111101 11011000 10101011
Octal 175 330 253

Shades and tints

Shades of #7DD8AB

#7DD8AB
(125,216,171)
#72C59C
(114,197,156)
#67B28D
(103,178,141)
#5C9F7E
(92,159,126)
#518C6F
(81,140,111)
#467960
(70,121,96)
#3B6651
(59,102,81)
#305342
(48,83,66)
#254033
(37,64,51)
#1A2D24
(26,45,36)
#0F1A15
(15,26,21)
#000000
(0,0,0)

Tints of #7DD8AB

#7DD8AB
(125,216,171)
#88DBB2
(136,219,178)
#93DEB9
(147,222,185)
#9EE1C0
(158,225,192)
#A9E4C7
(169,228,199)
#B4E7CE
(180,231,206)
#BFEAD5
(191,234,213)
#CAEDDC
(202,237,220)
#D5F0E3
(213,240,227)
#E0F3EA
(224,243,234)
#EBF6F1
(235,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DD8AB color. Also use rgb(125,216,171) instead hex code.

Text Font Color

.myTextColor { color: #7DD8AB; }

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

This text font color is #7DD8AB.

Background Color

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

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

This div background color is #7DD8AB.

Border color

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

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

This div border color is #7DD8AB.

Opacity

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

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

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

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

This text has shadow with #7DD8AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DD8AB.

Preview

Color preview on black background

This text has color #7DD8AB on black background.


Color preview on white background

This text has color #7DD8AB on white background.


Black color preview on #7DD8AB background

This text has black color on #7DD8AB background.


White color preview on #7DD8AB background

This text has white color on #7DD8AB background.


Related colors

Complementary color

Complementary color for #hex is #822754.


I love getcolorcode.com

Triadic colors

1 #AB7DD8 and #D8AB7D with #7DD8AB are triadic colors.

2 #ABD87D and #D87DAB with #7DD8AB are triadic colors.