COLOR #7ECCC4

HEX: #7ECCC4 RGB: (126,204,196)

Color info

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

RGB color model

#7ECCC4 color RGB value is (126,204,196).

RGB: (126,204,196) (49%, 80%, 77%)

RGB channels and saturation

R 126 of 255 = 49%
G 204 of 255 = 80%
B 196 of 255 = 77%

126
204
196

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

Portions of RGB colors in percentages

R + G + B = 126 + 204 + 196 = 526 (100%)
R 126 of 526 ~ 23.95%
G 204 of 526 ~ 38.78%
B 196 of 526 ~ 37.26'%

%23.95
%38.78
%37.26

CMYK color model

#7ECCC4 color CMYK value is (38,0,4,20).

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

CMYK: (38,0,4,20)
C38M0Y4K20 (38%, 0%, 4%, 20%)
(0.38 / 0.00 / 0.04 / 0.20)

CMYK percentages

%38.24
%0
%3.92
%20

Codes

Color #7ECCC4 in popluar color models

7E CC C4
RGB 126 204 196
HSL 174° 43.33% 64.71%
HSB/HSV 174° 38.24% 80.00%
CMYK 38.24% 0.00% 3.92%
20.00%

Color #7ECCC4 in popluar number systems.

HEX 7E CC C4
Decimal 126 204 196
Binary 1111110 11001100 11000100
Octal 176 314 304

Shades and tints

Shades of #7ECCC4

#7ECCC4
(126,204,196)
#73BAB3
(115,186,179)
#68A8A2
(104,168,162)
#5D9691
(93,150,145)
#528480
(82,132,128)
#47726F
(71,114,111)
#3C605E
(60,96,94)
#314E4D
(49,78,77)
#263C3C
(38,60,60)
#1B2A2B
(27,42,43)
#10181A
(16,24,26)
#000000
(0,0,0)

Tints of #7ECCC4

#7ECCC4
(126,204,196)
#89D0C9
(137,208,201)
#94D4CE
(148,212,206)
#9FD8D3
(159,216,211)
#AADCD8
(170,220,216)
#B5E0DD
(181,224,221)
#C0E4E2
(192,228,226)
#CBE8E7
(203,232,231)
#D6ECEC
(214,236,236)
#E1F0F1
(225,240,241)
#ECF4F6
(236,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ECCC4; }

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

This text font color is #7ECCC4.

Background Color

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

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

This div background color is #7ECCC4.

Border color

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

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

This div border color is #7ECCC4.

Opacity

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

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

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

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

This text has shadow with #7ECCC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ECCC4.

Preview

Color preview on black background

This text has color #7ECCC4 on black background.


Color preview on white background

This text has color #7ECCC4 on white background.


Black color preview on #7ECCC4 background

This text has black color on #7ECCC4 background.


White color preview on #7ECCC4 background

This text has white color on #7ECCC4 background.


Related colors

Complementary color

Complementary color for #hex is #81333B.


I love getcolorcode.com

Triadic colors

1 #C47ECC and #CCC47E with #7ECCC4 are triadic colors.

2 #C4CC7E and #CC7EC4 with #7ECCC4 are triadic colors.