COLOR #7EBE8A

HEX: #7EBE8A RGB: (126,190,138)

Color info

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

RGB color model

#7EBE8A color RGB value is (126,190,138).

RGB: (126,190,138) (49%, 75%, 54%)

RGB channels and saturation

R 126 of 255 = 49%
G 190 of 255 = 75%
B 138 of 255 = 54%

126
190
138

R + G + B ~ 59%. #7EBE8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 126 + 190 + 138 = 454 (100%)
R 126 of 454 ~ 27.75%
G 190 of 454 ~ 41.85%
B 138 of 454 ~ 30.4'%

%27.75
%41.85
%30.4

CMYK color model

#7EBE8A color CMYK value is (34,0,27,25).

  • cyan value is 33.68%
  • magenta value is 0.00%
  • yellow value is 27.37%
  • key color value is 25.49%

CMYK: (34,0,27,25)
C34M0Y27K25 (34%, 0%, 27%, 25%)
(0.34 / 0.00 / 0.27 / 0.25)

CMYK percentages

%33.68
%0
%27.37
%25.49

Codes

Color #7EBE8A in popluar color models

7E BE 8A
RGB 126 190 138
HSL 131° 32.99% 61.96%
HSB/HSV 131° 33.68% 74.51%
CMYK 33.68% 0.00% 27.37%
25.49%

Color #7EBE8A in popluar number systems.

HEX 7E BE 8A
Decimal 126 190 138
Binary 1111110 10111110 10001010
Octal 176 276 212

Shades and tints

Shades of #7EBE8A

#7EBE8A
(126,190,138)
#73AD7E
(115,173,126)
#689C72
(104,156,114)
#5D8B66
(93,139,102)
#527A5A
(82,122,90)
#47694E
(71,105,78)
#3C5842
(60,88,66)
#314736
(49,71,54)
#26362A
(38,54,42)
#1B251E
(27,37,30)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #7EBE8A

#7EBE8A
(126,190,138)
#89C394
(137,195,148)
#94C89E
(148,200,158)
#9FCDA8
(159,205,168)
#AAD2B2
(170,210,178)
#B5D7BC
(181,215,188)
#C0DCC6
(192,220,198)
#CBE1D0
(203,225,208)
#D6E6DA
(214,230,218)
#E1EBE4
(225,235,228)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBE8A color. Also use rgb(126,190,138) instead hex code.

Text Font Color

.myTextColor { color: #7EBE8A; }

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

This text font color is #7EBE8A.

Background Color

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

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

This div background color is #7EBE8A.

Border color

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

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

This div border color is #7EBE8A.

Opacity

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

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

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

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

This text has shadow with #7EBE8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EBE8A.

Preview

Color preview on black background

This text has color #7EBE8A on black background.


Color preview on white background

This text has color #7EBE8A on white background.


Black color preview on #7EBE8A background

This text has black color on #7EBE8A background.


White color preview on #7EBE8A background

This text has white color on #7EBE8A background.


Related colors

Complementary color

Complementary color for #hex is #814175.


I love getcolorcode.com

Triadic colors

1 #8A7EBE and #BE8A7E with #7EBE8A are triadic colors.

2 #8ABE7E and #BE7E8A with #7EBE8A are triadic colors.