COLOR #7EDFDD

HEX: #7EDFDD RGB: (126,223,221)

Color info

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

RGB color model

#7EDFDD color RGB value is (126,223,221).

RGB: (126,223,221) (49%, 87%, 87%)

RGB channels and saturation

R 126 of 255 = 49%
G 223 of 255 = 87%
B 221 of 255 = 87%

126
223
221

R + G + B ~ 74%. #7EDFDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 223 + 221 = 570 (100%)
R 126 of 570 ~ 22.11%
G 223 of 570 ~ 39.12%
B 221 of 570 ~ 38.77'%

%22.11
%39.12
%38.77

CMYK color model

#7EDFDD color CMYK value is (43,0,1,13).

  • cyan value is 43.50%
  • magenta value is 0.00%
  • yellow value is 0.90%
  • key color value is 12.55%

CMYK: (43,0,1,13)
C43M0Y1K13 (43%, 0%, 1%, 13%)
(0.43 / 0.00 / 0.01 / 0.13)

CMYK percentages

%43.5
%0
%0.9
%12.55

Codes

Color #7EDFDD in popluar color models

7E DF DD
RGB 126 223 221
HSL 179° 60.25% 68.43%
HSB/HSV 179° 43.50% 87.45%
CMYK 43.50% 0.00% 0.90%
12.55%

Color #7EDFDD in popluar number systems.

HEX 7E DF DD
Decimal 126 223 221
Binary 1111110 11011111 11011101
Octal 176 337 335

Shades and tints

Shades of #7EDFDD

#7EDFDD
(126,223,221)
#73CBC9
(115,203,201)
#68B7B5
(104,183,181)
#5DA3A1
(93,163,161)
#528F8D
(82,143,141)
#477B79
(71,123,121)
#3C6765
(60,103,101)
#315351
(49,83,81)
#263F3D
(38,63,61)
#1B2B29
(27,43,41)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #7EDFDD

#7EDFDD
(126,223,221)
#89E1E0
(137,225,224)
#94E3E3
(148,227,227)
#9FE5E6
(159,229,230)
#AAE7E9
(170,231,233)
#B5E9EC
(181,233,236)
#C0EBEF
(192,235,239)
#CBEDF2
(203,237,242)
#D6EFF5
(214,239,245)
#E1F1F8
(225,241,248)
#ECF3FB
(236,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EDFDD color. Also use rgb(126,223,221) instead hex code.

Text Font Color

.myTextColor { color: #7EDFDD; }

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

This text font color is #7EDFDD.

Background Color

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

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

This div background color is #7EDFDD.

Border color

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

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

This div border color is #7EDFDD.

Opacity

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

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

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

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

This text has shadow with #7EDFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EDFDD.

Preview

Color preview on black background

This text has color #7EDFDD on black background.


Color preview on white background

This text has color #7EDFDD on white background.


Black color preview on #7EDFDD background

This text has black color on #7EDFDD background.


White color preview on #7EDFDD background

This text has white color on #7EDFDD background.


Related colors

Complementary color

Complementary color for #hex is #812022.


I love getcolorcode.com

Triadic colors

1 #DD7EDF and #DFDD7E with #7EDFDD are triadic colors.

2 #DDDF7E and #DF7EDD with #7EDFDD are triadic colors.