COLOR #7DD6DF

HEX: #7DD6DF
RGB: (125,214,223)

Color info

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

RGB color model

#7DD6DF color RGB value is (125,214,223).

  • red value is 125;
  • green value is 214;
  • blue value is 223.
RGB:
(125,214,223)
(49%,84%,87%)

RGB channels and saturation

R 125 of 255 = 49%
G 214 of 255 = 84%
B 223 of 255 = 87%

125
214
223

R + G + B ~ 73%. #7DD6DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 214 + 223 = 562 (100%)
R 125 of 562 ~ 22.24%
G 214 of 562 ~ 38.08%
B 223 of 562 ~ 39.68%

%22.24
%38.08
%39.68

CMYK color model

#7DD6DF color CMYK value is (44,4,0,13).

  • cyan value is 43.95%
  • magenta value is 4.04%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(44,4,0,13)
C44M4Y0K13 
(44%,4%,0%,13%)
(0.44/0.04/0.00/0.13)	

CMYK percentages

%43.95
%4.04
%0
%12.55

Codes

Color #7DD6DF in popluar color models

7DD6DF
RGB125214223
HSL186°60.49%68.24%
HSB/HSV186°43.95%87.45%
CMYK43.95%4.04%0.00%
12.55%

Color #7DD6DF in popluar number systems.

HEX7DD6DF
Decimal125214223
Binary11111011101011011011111
Octal175326337

Shades and tints

Shades of #7DD6DF

#7DD6DF
(125,214,223)
#72C3CB
(114,195,203)
#67B0B7
(103,176,183)
#5C9DA3
(92,157,163)
#518A8F
(81,138,143)
#46777B
(70,119,123)
#3B6467
(59,100,103)
#305153
(48,81,83)
#253E3F
(37,62,63)
#1A2B2B
(26,43,43)
#0F1817
(15,24,23)
#000000
(0,0,0)

Tints of #7DD6DF

#7DD6DF
(125,214,223)
#88D9E1
(136,217,225)
#93DCE3
(147,220,227)
#9EDFE5
(158,223,229)
#A9E2E7
(169,226,231)
#B4E5E9
(180,229,233)
#BFE8EB
(191,232,235)
#CAEBED
(202,235,237)
#D5EEEF
(213,238,239)
#E0F1F1
(224,241,241)
#EBF4F3
(235,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DD6DF color. Also use rgb(125,214,223) instead hex code.

Text Font Color

.myTextColor { color: #7DD6DF; }

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

This text font color is #7DD6DF.


Background Color

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

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

This div background color is #7DD6DF.


Border color

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

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

This div border color is #7DD6DF.


Opacity

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

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

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

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

This text has shadow with #7DD6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DD6DF on black background.


Color preview on white background

This text has color #7DD6DF on white background.



Black color preview on #7DD6DF background

This text has black color on #7DD6DF background.


White color preview on #7DD6DF background

This text has white color on #7DD6DF background.