COLOR #7DDAC2

HEX: #7DDAC2 RGB: (125,218,194)

Color info

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

RGB color model

#7DDAC2 color RGB value is (125,218,194).

RGB: (125,218,194) (49%, 85%, 76%)

RGB channels and saturation

R 125 of 255 = 49%
G 218 of 255 = 85%
B 194 of 255 = 76%

125
218
194

R + G + B ~ 70%. #7DDAC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 218 + 194 = 537 (100%)
R 125 of 537 ~ 23.28%
G 218 of 537 ~ 40.6%
B 194 of 537 ~ 36.13'%

%23.28
%40.6
%36.13

CMYK color model

#7DDAC2 color CMYK value is (43,0,11,15).

  • cyan value is 42.66%
  • magenta value is 0.00%
  • yellow value is 11.01%
  • key color value is 14.51%

CMYK: (43,0,11,15)
C43M0Y11K15 (43%, 0%, 11%, 15%)
(0.43 / 0.00 / 0.11 / 0.15)

CMYK percentages

%42.66
%0
%11.01
%14.51

Codes

Color #7DDAC2 in popluar color models

7D DA C2
RGB 125 218 194
HSL 165° 55.69% 67.25%
HSB/HSV 165° 42.66% 85.49%
CMYK 42.66% 0.00% 11.01%
14.51%

Color #7DDAC2 in popluar number systems.

HEX 7D DA C2
Decimal 125 218 194
Binary 1111101 11011010 11000010
Octal 175 332 302

Shades and tints

Shades of #7DDAC2

#7DDAC2
(125,218,194)
#72C7B1
(114,199,177)
#67B4A0
(103,180,160)
#5CA18F
(92,161,143)
#518E7E
(81,142,126)
#467B6D
(70,123,109)
#3B685C
(59,104,92)
#30554B
(48,85,75)
#25423A
(37,66,58)
#1A2F29
(26,47,41)
#0F1C18
(15,28,24)
#000000
(0,0,0)

Tints of #7DDAC2

#7DDAC2
(125,218,194)
#88DDC7
(136,221,199)
#93E0CC
(147,224,204)
#9EE3D1
(158,227,209)
#A9E6D6
(169,230,214)
#B4E9DB
(180,233,219)
#BFECE0
(191,236,224)
#CAEFE5
(202,239,229)
#D5F2EA
(213,242,234)
#E0F5EF
(224,245,239)
#EBF8F4
(235,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DDAC2 color. Also use rgb(125,218,194) instead hex code.

Text Font Color

.myTextColor { color: #7DDAC2; }

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

This text font color is #7DDAC2.

Background Color

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

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

This div background color is #7DDAC2.

Border color

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

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

This div border color is #7DDAC2.

Opacity

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

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

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

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

This text has shadow with #7DDAC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DDAC2.

Preview

Color preview on black background

This text has color #7DDAC2 on black background.


Color preview on white background

This text has color #7DDAC2 on white background.


Black color preview on #7DDAC2 background

This text has black color on #7DDAC2 background.


White color preview on #7DDAC2 background

This text has white color on #7DDAC2 background.


Related colors

Complementary color

Complementary color for #hex is #82253D.


I love getcolorcode.com

Triadic colors

1 #C27DDA and #DAC27D with #7DDAC2 are triadic colors.

2 #C2DA7D and #DA7DC2 with #7DDAC2 are triadic colors.