COLOR #7ECCC8

HEX: #7ECCC8 RGB: (126,204,200)

Color info

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

RGB color model

#7ECCC8 color RGB value is (126,204,200).

RGB: (126,204,200) (49%, 80%, 78%)

RGB channels and saturation

R 126 of 255 = 49%
G 204 of 255 = 80%
B 200 of 255 = 78%

126
204
200

R + G + B ~ 69%. #7ECCC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 204 + 200 = 530 (100%)
R 126 of 530 ~ 23.77%
G 204 of 530 ~ 38.49%
B 200 of 530 ~ 37.74'%

%23.77
%38.49
%37.74

CMYK color model

#7ECCC8 color CMYK value is (38,0,2,20).

  • cyan value is 38.24%
  • magenta value is 0.00%
  • yellow value is 1.96%
  • key color value is 20.00%

CMYK: (38,0,2,20)
C38M0Y2K20 (38%, 0%, 2%, 20%)
(0.38 / 0.00 / 0.02 / 0.20)

CMYK percentages

%38.24
%0
%1.96
%20

Codes

Color #7ECCC8 in popluar color models

7E CC C8
RGB 126 204 200
HSL 177° 43.33% 64.71%
HSB/HSV 177° 38.24% 80.00%
CMYK 38.24% 0.00% 1.96%
20.00%

Color #7ECCC8 in popluar number systems.

HEX 7E CC C8
Decimal 126 204 200
Binary 1111110 11001100 11001000
Octal 176 314 310

Shades and tints

Shades of #7ECCC8

#7ECCC8
(126,204,200)
#73BAB6
(115,186,182)
#68A8A4
(104,168,164)
#5D9692
(93,150,146)
#528480
(82,132,128)
#47726E
(71,114,110)
#3C605C
(60,96,92)
#314E4A
(49,78,74)
#263C38
(38,60,56)
#1B2A26
(27,42,38)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #7ECCC8

#7ECCC8
(126,204,200)
#89D0CD
(137,208,205)
#94D4D2
(148,212,210)
#9FD8D7
(159,216,215)
#AADCDC
(170,220,220)
#B5E0E1
(181,224,225)
#C0E4E6
(192,228,230)
#CBE8EB
(203,232,235)
#D6ECF0
(214,236,240)
#E1F0F5
(225,240,245)
#ECF4FA
(236,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ECCC8; }

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

This text font color is #7ECCC8.

Background Color

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

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

This div background color is #7ECCC8.

Border color

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

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

This div border color is #7ECCC8.

Opacity

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

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

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

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

This text has shadow with #7ECCC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ECCC8.

Preview

Color preview on black background

This text has color #7ECCC8 on black background.


Color preview on white background

This text has color #7ECCC8 on white background.


Black color preview on #7ECCC8 background

This text has black color on #7ECCC8 background.


White color preview on #7ECCC8 background

This text has white color on #7ECCC8 background.


Related colors

Complementary color

Complementary color for #hex is #813337.


I love getcolorcode.com

Triadic colors

1 #C87ECC and #CCC87E with #7ECCC8 are triadic colors.

2 #C8CC7E and #CC7EC8 with #7ECCC8 are triadic colors.