COLOR #7DC2DA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
194
218

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

Portions of RGB colors in percentages

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

%23.28
%36.13
%40.6

CMYK color model

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

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

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

CMYK percentages

%42.66
%11.01
%0
%14.51

Codes

Color #7DC2DA in popluar color models

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

Color #7DC2DA in popluar number systems.

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

Shades and tints

Shades of #7DC2DA

#7DC2DA
(125,194,218)
#72B1C7
(114,177,199)
#67A0B4
(103,160,180)
#5C8FA1
(92,143,161)
#517E8E
(81,126,142)
#466D7B
(70,109,123)
#3B5C68
(59,92,104)
#304B55
(48,75,85)
#253A42
(37,58,66)
#1A292F
(26,41,47)
#0F181C
(15,24,28)
#000000
(0,0,0)

Tints of #7DC2DA

#7DC2DA
(125,194,218)
#88C7DD
(136,199,221)
#93CCE0
(147,204,224)
#9ED1E3
(158,209,227)
#A9D6E6
(169,214,230)
#B4DBE9
(180,219,233)
#BFE0EC
(191,224,236)
#CAE5EF
(202,229,239)
#D5EAF2
(213,234,242)
#E0EFF5
(224,239,245)
#EBF4F8
(235,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DC2DA; }

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

This text font color is #7DC2DA.

Background Color

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

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

This div background color is #7DC2DA.

Border color

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

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

This div border color is #7DC2DA.

Opacity

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

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

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

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

This text has shadow with #7DC2DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DC2DA.

Preview

Color preview on black background

This text has color #7DC2DA on black background.


Color preview on white background

This text has color #7DC2DA on white background.


Black color preview on #7DC2DA background

This text has black color on #7DC2DA background.


White color preview on #7DC2DA background

This text has white color on #7DC2DA background.


Related colors

Complementary color

Complementary color for #hex is #823D25.


I love getcolorcode.com

Triadic colors

1 #DA7DC2 and #C2DA7D with #7DC2DA are triadic colors.

2 #DAC27D and #C27DDA with #7DC2DA are triadic colors.