COLOR #7ECB98

HEX: #7ECB98 RGB: (126,203,152)

Color info

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

RGB color model

#7ECB98 color RGB value is (126,203,152).

RGB: (126,203,152) (49%, 80%, 60%)

RGB channels and saturation

R 126 of 255 = 49%
G 203 of 255 = 80%
B 152 of 255 = 60%

126
203
152

R + G + B ~ 63%. #7ECB98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 203 + 152 = 481 (100%)
R 126 of 481 ~ 26.2%
G 203 of 481 ~ 42.2%
B 152 of 481 ~ 31.6'%

%26.2
%42.2
%31.6

CMYK color model

#7ECB98 color CMYK value is (38,0,25,20).

  • cyan value is 37.93%
  • magenta value is 0.00%
  • yellow value is 25.12%
  • key color value is 20.39%

CMYK: (38,0,25,20)
C38M0Y25K20 (38%, 0%, 25%, 20%)
(0.38 / 0.00 / 0.25 / 0.20)

CMYK percentages

%37.93
%0
%25.12
%20.39

Codes

Color #7ECB98 in popluar color models

7E CB 98
RGB 126 203 152
HSL 140° 42.54% 64.51%
HSB/HSV 140° 37.93% 79.61%
CMYK 37.93% 0.00% 25.12%
20.39%

Color #7ECB98 in popluar number systems.

HEX 7E CB 98
Decimal 126 203 152
Binary 1111110 11001011 10011000
Octal 176 313 230

Shades and tints

Shades of #7ECB98

#7ECB98
(126,203,152)
#73B98B
(115,185,139)
#68A77E
(104,167,126)
#5D9571
(93,149,113)
#528364
(82,131,100)
#477157
(71,113,87)
#3C5F4A
(60,95,74)
#314D3D
(49,77,61)
#263B30
(38,59,48)
#1B2923
(27,41,35)
#101716
(16,23,22)
#000000
(0,0,0)

Tints of #7ECB98

#7ECB98
(126,203,152)
#89CFA1
(137,207,161)
#94D3AA
(148,211,170)
#9FD7B3
(159,215,179)
#AADBBC
(170,219,188)
#B5DFC5
(181,223,197)
#C0E3CE
(192,227,206)
#CBE7D7
(203,231,215)
#D6EBE0
(214,235,224)
#E1EFE9
(225,239,233)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ECB98 color. Also use rgb(126,203,152) instead hex code.

Text Font Color

.myTextColor { color: #7ECB98; }

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

This text font color is #7ECB98.

Background Color

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

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

This div background color is #7ECB98.

Border color

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

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

This div border color is #7ECB98.

Opacity

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

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

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

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

This text has shadow with #7ECB98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ECB98.

Preview

Color preview on black background

This text has color #7ECB98 on black background.


Color preview on white background

This text has color #7ECB98 on white background.


Black color preview on #7ECB98 background

This text has black color on #7ECB98 background.


White color preview on #7ECB98 background

This text has white color on #7ECB98 background.


Related colors

Complementary color

Complementary color for #hex is #813467.


I love getcolorcode.com

Triadic colors

1 #987ECB and #CB987E with #7ECB98 are triadic colors.

2 #98CB7E and #CB7E98 with #7ECB98 are triadic colors.