COLOR #7EBB92

HEX: #7EBB92 RGB: (126,187,146)

Color info

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

RGB color model

#7EBB92 color RGB value is (126,187,146).

RGB: (126,187,146) (49%, 73%, 57%)

RGB channels and saturation

R 126 of 255 = 49%
G 187 of 255 = 73%
B 146 of 255 = 57%

126
187
146

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

Portions of RGB colors in percentages

R + G + B = 126 + 187 + 146 = 459 (100%)
R 126 of 459 ~ 27.45%
G 187 of 459 ~ 40.74%
B 146 of 459 ~ 31.81'%

%27.45
%40.74
%31.81

CMYK color model

#7EBB92 color CMYK value is (33,0,22,27).

  • cyan value is 32.62%
  • magenta value is 0.00%
  • yellow value is 21.93%
  • key color value is 26.67%
CMYK: (33,0,22,27) C33M0Y22K27 (33%,0%,22%,27%) (0.33/0.00/0.22/0.27) 

CMYK percentages

%32.62
%0
%21.93
%26.67

Codes

Color #7EBB92 in popluar color models

7E BB 92
RGB 126 187 146
HSL 140° 30.96% 61.37%
HSB/HSV 140° 32.62% 73.33%
CMYK 32.62% 0.00% 21.93%
26.67%

Color #7EBB92 in popluar number systems.

HEX 7E BB 92
Decimal 126 187 146
Binary 1111110 10111011 10010010
Octal 176 273 222

Shades and tints

Shades of #7EBB92

#7EBB92
(126,187,146)
#73AA85
(115,170,133)
#689978
(104,153,120)
#5D886B
(93,136,107)
#52775E
(82,119,94)
#476651
(71,102,81)
#3C5544
(60,85,68)
#314437
(49,68,55)
#26332A
(38,51,42)
#1B221D
(27,34,29)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #7EBB92

#7EBB92
(126,187,146)
#89C19B
(137,193,155)
#94C7A4
(148,199,164)
#9FCDAD
(159,205,173)
#AAD3B6
(170,211,182)
#B5D9BF
(181,217,191)
#C0DFC8
(192,223,200)
#CBE5D1
(203,229,209)
#D6EBDA
(214,235,218)
#E1F1E3
(225,241,227)
#ECF7EC
(236,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBB92 color. Also use rgb(126,187,146) instead hex code.

Text Font Color

.myTextColor { color: #7EBB92; }

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

This text font color is #7EBB92.

Background Color

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

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

This div background color is #7EBB92.

Border color

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

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

This div border color is #7EBB92.

Opacity

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

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

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

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

This text has shadow with #7EBB92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EBB92.

Preview

Color preview on black background

This text has color #7EBB92 on black background.


Color preview on white background

This text has color #7EBB92 on white background.


Black color preview on #7EBB92 background

This text has black color on #7EBB92 background.


White color preview on #7EBB92 background

This text has white color on #7EBB92 background.


Related colors

Complementary color

Complementary color for #hex is #81446D.


I love getcolorcode.com

Triadic colors

1 #927EBB and #BB927E with #7EBB92 are triadic colors.

2 #92BB7E and #BB7E92 with #7EBB92 are triadic colors.