COLOR #7ED5CC

HEX: #7ED5CC RGB: (126,213,204)

Color info

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

RGB color model

#7ED5CC color RGB value is (126,213,204).

RGB: (126,213,204) (49%, 84%, 80%)

RGB channels and saturation

R 126 of 255 = 49%
G 213 of 255 = 84%
B 204 of 255 = 80%

126
213
204

R + G + B ~ 71%. #7ED5CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 213 + 204 = 543 (100%)
R 126 of 543 ~ 23.2%
G 213 of 543 ~ 39.23%
B 204 of 543 ~ 37.57'%

%23.2
%39.23
%37.57

CMYK color model

#7ED5CC color CMYK value is (41,0,4,16).

  • cyan value is 40.85%
  • magenta value is 0.00%
  • yellow value is 4.23%
  • key color value is 16.47%
CMYK: (41,0,4,16) C41M0Y4K16 (41%,0%,4%,16%) (0.41/0.00/0.04/0.16) 

CMYK percentages

%40.85
%0
%4.23
%16.47

Codes

Color #7ED5CC in popluar color models

7E D5 CC
RGB 126 213 204
HSL 174° 50.88% 66.47%
HSB/HSV 174° 40.85% 83.53%
CMYK 40.85% 0.00% 4.23%
16.47%

Color #7ED5CC in popluar number systems.

HEX 7E D5 CC
Decimal 126 213 204
Binary 1111110 11010101 11001100
Octal 176 325 314

Shades and tints

Shades of #7ED5CC

#7ED5CC
(126,213,204)
#73C2BA
(115,194,186)
#68AFA8
(104,175,168)
#5D9C96
(93,156,150)
#528984
(82,137,132)
#477672
(71,118,114)
#3C6360
(60,99,96)
#31504E
(49,80,78)
#263D3C
(38,61,60)
#1B2A2A
(27,42,42)
#101718
(16,23,24)
#000000
(0,0,0)

Tints of #7ED5CC

#7ED5CC
(126,213,204)
#89D8D0
(137,216,208)
#94DBD4
(148,219,212)
#9FDED8
(159,222,216)
#AAE1DC
(170,225,220)
#B5E4E0
(181,228,224)
#C0E7E4
(192,231,228)
#CBEAE8
(203,234,232)
#D6EDEC
(214,237,236)
#E1F0F0
(225,240,240)
#ECF3F4
(236,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ED5CC color. Also use rgb(126,213,204) instead hex code.

Text Font Color

.myTextColor { color: #7ED5CC; }

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

This text font color is #7ED5CC.

Background Color

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

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

This div background color is #7ED5CC.

Border color

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

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

This div border color is #7ED5CC.

Opacity

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

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

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

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

This text has shadow with #7ED5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ED5CC.

Preview

Color preview on black background

This text has color #7ED5CC on black background.


Color preview on white background

This text has color #7ED5CC on white background.


Black color preview on #7ED5CC background

This text has black color on #7ED5CC background.


White color preview on #7ED5CC background

This text has white color on #7ED5CC background.


Related colors

Complementary color

Complementary color for #hex is #812A33.


I love getcolorcode.com

Triadic colors

1 #CC7ED5 and #D5CC7E with #7ED5CC are triadic colors.

2 #CCD57E and #D57ECC with #7ED5CC are triadic colors.