COLOR #7ECCD5

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

126
204
213

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

Portions of RGB colors in percentages

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

%23.2
%37.57
%39.23

CMYK color model

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

  • cyan value is 40.85%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (41,4,0,16)
C41M4Y0K16 (41%, 4%, 0%, 16%)
(0.41 / 0.04 / 0.00 / 0.16)

CMYK percentages

%40.85
%4.23
%0
%16.47

Codes

Color #7ECCD5 in popluar color models

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

Color #7ECCD5 in popluar number systems.

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

Shades and tints

Shades of #7ECCD5

#7ECCD5
(126,204,213)
#73BAC2
(115,186,194)
#68A8AF
(104,168,175)
#5D969C
(93,150,156)
#528489
(82,132,137)
#477276
(71,114,118)
#3C6063
(60,96,99)
#314E50
(49,78,80)
#263C3D
(38,60,61)
#1B2A2A
(27,42,42)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #7ECCD5

#7ECCD5
(126,204,213)
#89D0D8
(137,208,216)
#94D4DB
(148,212,219)
#9FD8DE
(159,216,222)
#AADCE1
(170,220,225)
#B5E0E4
(181,224,228)
#C0E4E7
(192,228,231)
#CBE8EA
(203,232,234)
#D6ECED
(214,236,237)
#E1F0F0
(225,240,240)
#ECF4F3
(236,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ECCD5; }

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

This text font color is #7ECCD5.

Background Color

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

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

This div background color is #7ECCD5.

Border color

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

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

This div border color is #7ECCD5.

Opacity

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

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

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

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

This text has shadow with #7ECCD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ECCD5.

Preview

Color preview on black background

This text has color #7ECCD5 on black background.


Color preview on white background

This text has color #7ECCD5 on white background.


Black color preview on #7ECCD5 background

This text has black color on #7ECCD5 background.


White color preview on #7ECCD5 background

This text has white color on #7ECCD5 background.


Related colors

Complementary color

Complementary color for #hex is #81332A.


I love getcolorcode.com

Triadic colors

1 #D57ECC and #CCD57E with #7ECCD5 are triadic colors.

2 #D5CC7E and #CC7ED5 with #7ECCD5 are triadic colors.