COLOR #7ECCA2

HEX: #7ECCA2
RGB: (126,204,162)

Color info

#7ECCA2 contains mainly green and blue colors. Web safe color of #7ECCA2 is #66CC99 (or #6C9).

RGB color model

#7ECCA2 color RGB value is (126,204,162).

  • red value is 126;
  • green value is 204;
  • blue value is 162.
RGB:
(126,204,162)
(49%,80%,64%)

RGB channels and saturation

R 126 of 255 = 49%
G 204 of 255 = 80%
B 162 of 255 = 64%

126
204
162

R + G + B ~ 64%. #7ECCA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 204 + 162 = 492 (100%)
R 126 of 492 ~ 25.61%
G 204 of 492 ~ 41.46%
B 162 of 492 ~ 32.93%

%25.61
%41.46
%32.93

CMYK color model

#7ECCA2 color CMYK value is (38,0,21,20).

  • cyan value is 38.24%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 20.00%
CMYK:
(38,0,21,20)
C38M0Y21K20 
(38%,0%,21%,20%)
(0.38/0.00/0.21/0.20)	

CMYK percentages

%38.24
%0
%20.59
%20

Codes

Color #7ECCA2 in popluar color models

7ECCA2
RGB126204162
HSL148°43.33%64.71%
HSB/HSV148°38.24%80.00%
CMYK38.24%0.00%20.59%
20.00%

Color #7ECCA2 in popluar number systems.

HEX7ECCA2
Decimal126204162
Binary11111101100110010100010
Octal176314242

Shades and tints

Shades of #7ECCA2

#7ECCA2
(126,204,162)
#73BA94
(115,186,148)
#68A886
(104,168,134)
#5D9678
(93,150,120)
#52846A
(82,132,106)
#47725C
(71,114,92)
#3C604E
(60,96,78)
#314E40
(49,78,64)
#263C32
(38,60,50)
#1B2A24
(27,42,36)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #7ECCA2

#7ECCA2
(126,204,162)
#89D0AA
(137,208,170)
#94D4B2
(148,212,178)
#9FD8BA
(159,216,186)
#AADCC2
(170,220,194)
#B5E0CA
(181,224,202)
#C0E4D2
(192,228,210)
#CBE8DA
(203,232,218)
#D6ECE2
(214,236,226)
#E1F0EA
(225,240,234)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ECCA2; }

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

This text font color is #7ECCA2.


Background Color

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

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

This div background color is #7ECCA2.


Border color

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

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

This div border color is #7ECCA2.


Opacity

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

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

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

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

This text has shadow with #7ECCA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ECCA2 on black background.


Color preview on white background

This text has color #7ECCA2 on white background.



Black color preview on #7ECCA2 background

This text has black color on #7ECCA2 background.


White color preview on #7ECCA2 background

This text has white color on #7ECCA2 background.