COLOR #7EC695

HEX: #7EC695 RGB: (126,198,149)

Color info

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

RGB color model

#7EC695 color RGB value is (126,198,149).

RGB: (126,198,149) (49%, 78%, 58%)

RGB channels and saturation

R 126 of 255 = 49%
G 198 of 255 = 78%
B 149 of 255 = 58%

126
198
149

R + G + B ~ 62%. #7EC695 is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 198 + 149 = 473 (100%)
R 126 of 473 ~ 26.64%
G 198 of 473 ~ 41.86%
B 149 of 473 ~ 31.5'%

%26.64
%41.86
%31.5

CMYK color model

#7EC695 color CMYK value is (36,0,25,22).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 24.75%
  • key color value is 22.35%

CMYK: (36,0,25,22)
C36M0Y25K22 (36%, 0%, 25%, 22%)
(0.36 / 0.00 / 0.25 / 0.22)

CMYK percentages

%36.36
%0
%24.75
%22.35

Codes

Color #7EC695 in popluar color models

7E C6 95
RGB 126 198 149
HSL 139° 38.71% 63.53%
HSB/HSV 139° 36.36% 77.65%
CMYK 36.36% 0.00% 24.75%
22.35%

Color #7EC695 in popluar number systems.

HEX 7E C6 95
Decimal 126 198 149
Binary 1111110 11000110 10010101
Octal 176 306 225

Shades and tints

Shades of #7EC695

#7EC695
(126,198,149)
#73B488
(115,180,136)
#68A27B
(104,162,123)
#5D906E
(93,144,110)
#527E61
(82,126,97)
#476C54
(71,108,84)
#3C5A47
(60,90,71)
#31483A
(49,72,58)
#26362D
(38,54,45)
#1B2420
(27,36,32)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #7EC695

#7EC695
(126,198,149)
#89CB9E
(137,203,158)
#94D0A7
(148,208,167)
#9FD5B0
(159,213,176)
#AADAB9
(170,218,185)
#B5DFC2
(181,223,194)
#C0E4CB
(192,228,203)
#CBE9D4
(203,233,212)
#D6EEDD
(214,238,221)
#E1F3E6
(225,243,230)
#ECF8EF
(236,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EC695 color. Also use rgb(126,198,149) instead hex code.

Text Font Color

.myTextColor { color: #7EC695; }

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

This text font color is #7EC695.

Background Color

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

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

This div background color is #7EC695.

Border color

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

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

This div border color is #7EC695.

Opacity

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

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

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

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

This text has shadow with #7EC695 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EC695.

Preview

Color preview on black background

This text has color #7EC695 on black background.


Color preview on white background

This text has color #7EC695 on white background.


Black color preview on #7EC695 background

This text has black color on #7EC695 background.


White color preview on #7EC695 background

This text has white color on #7EC695 background.


Related colors

Complementary color

Complementary color for #hex is #81396A.


I love getcolorcode.com

Triadic colors

1 #957EC6 and #C6957E with #7EC695 are triadic colors.

2 #95C67E and #C67E95 with #7EC695 are triadic colors.