COLOR #7DD8BA

HEX: #7DD8BA RGB: (125,216,186)

Color info

#7DD8BA contains mainly green and blue colors. Web safe color of #7DD8BA is #66CCCC (or #6CC).

RGB color model

#7DD8BA color RGB value is (125,216,186).

RGB: (125,216,186) (49%, 85%, 73%)

RGB channels and saturation

R 125 of 255 = 49%
G 216 of 255 = 85%
B 186 of 255 = 73%

125
216
186

R + G + B ~ 69%. #7DD8BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 216 + 186 = 527 (100%)
R 125 of 527 ~ 23.72%
G 216 of 527 ~ 40.99%
B 186 of 527 ~ 35.29'%

%23.72
%40.99
%35.29

CMYK color model

#7DD8BA color CMYK value is (42,0,14,15).

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

CMYK: (42,0,14,15)
C42M0Y14K15 (42%, 0%, 14%, 15%)
(0.42 / 0.00 / 0.14 / 0.15)

CMYK percentages

%42.13
%0
%13.89
%15.29

Codes

Color #7DD8BA in popluar color models

7D D8 BA
RGB 125 216 186
HSL 160° 53.85% 66.86%
HSB/HSV 160° 42.13% 84.71%
CMYK 42.13% 0.00% 13.89%
15.29%

Color #7DD8BA in popluar number systems.

HEX 7D D8 BA
Decimal 125 216 186
Binary 1111101 11011000 10111010
Octal 175 330 272

Shades and tints

Shades of #7DD8BA

#7DD8BA
(125,216,186)
#72C5AA
(114,197,170)
#67B29A
(103,178,154)
#5C9F8A
(92,159,138)
#518C7A
(81,140,122)
#46796A
(70,121,106)
#3B665A
(59,102,90)
#30534A
(48,83,74)
#25403A
(37,64,58)
#1A2D2A
(26,45,42)
#0F1A1A
(15,26,26)
#000000
(0,0,0)

Tints of #7DD8BA

#7DD8BA
(125,216,186)
#88DBC0
(136,219,192)
#93DEC6
(147,222,198)
#9EE1CC
(158,225,204)
#A9E4D2
(169,228,210)
#B4E7D8
(180,231,216)
#BFEADE
(191,234,222)
#CAEDE4
(202,237,228)
#D5F0EA
(213,240,234)
#E0F3F0
(224,243,240)
#EBF6F6
(235,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DD8BA; }

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

This text font color is #7DD8BA.

Background Color

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

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

This div background color is #7DD8BA.

Border color

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

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

This div border color is #7DD8BA.

Opacity

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

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

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

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

This text has shadow with #7DD8BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DD8BA.

Preview

Color preview on black background

This text has color #7DD8BA on black background.


Color preview on white background

This text has color #7DD8BA on white background.


Black color preview on #7DD8BA background

This text has black color on #7DD8BA background.


White color preview on #7DD8BA background

This text has white color on #7DD8BA background.


Related colors

Complementary color

Complementary color for #hex is #822745.


I love getcolorcode.com

Triadic colors

1 #BA7DD8 and #D8BA7D with #7DD8BA are triadic colors.

2 #BAD87D and #D87DBA with #7DD8BA are triadic colors.