COLOR #7EBB8D

HEX: #7EBB8D
RGB: (126,187,141)

Color info

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

RGB color model

#7EBB8D color RGB value is (126,187,141).

  • red value is 126;
  • green value is 187;
  • blue value is 141.
RGB:
(126,187,141)
(49%,73%,55%)

RGB channels and saturation

R 126 of 255 = 49%
G 187 of 255 = 73%
B 141 of 255 = 55%

126
187
141

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

Portions of RGB colors in percentages

R + G + B =
126 + 187 + 141 = 454 (100%)
R 126 of 454 ~ 27.75%
G 187 of 454 ~ 41.19%
B 141 of 454 ~ 31.06%

%27.75
%41.19
%31.06

CMYK color model

#7EBB8D color CMYK value is (33,0,25,27).

  • cyan value is 32.62%
  • magenta value is 0.00%
  • yellow value is 24.60%
  • key color value is 26.67%
CMYK:
(33,0,25,27)
C33M0Y25K27 
(33%,0%,25%,27%)
(0.33/0.00/0.25/0.27)	

CMYK percentages

%32.62
%0
%24.6
%26.67

Codes

Color #7EBB8D in popluar color models

7EBB8D
RGB126187141
HSL135°30.96%61.37%
HSB/HSV135°32.62%73.33%
CMYK32.62%0.00%24.60%
26.67%

Color #7EBB8D in popluar number systems.

HEX7EBB8D
Decimal126187141
Binary11111101011101110001101
Octal176273215

Shades and tints

Shades of #7EBB8D

#7EBB8D
(126,187,141)
#73AA81
(115,170,129)
#689975
(104,153,117)
#5D8869
(93,136,105)
#52775D
(82,119,93)
#476651
(71,102,81)
#3C5545
(60,85,69)
#314439
(49,68,57)
#26332D
(38,51,45)
#1B2221
(27,34,33)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #7EBB8D

#7EBB8D
(126,187,141)
#89C197
(137,193,151)
#94C7A1
(148,199,161)
#9FCDAB
(159,205,171)
#AAD3B5
(170,211,181)
#B5D9BF
(181,217,191)
#C0DFC9
(192,223,201)
#CBE5D3
(203,229,211)
#D6EBDD
(214,235,221)
#E1F1E7
(225,241,231)
#ECF7F1
(236,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EBB8D; }

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

This text font color is #7EBB8D.


Background Color

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

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

This div background color is #7EBB8D.


Border color

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

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

This div border color is #7EBB8D.


Opacity

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

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

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

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

This text has shadow with #7EBB8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBB8D on black background.


Color preview on white background

This text has color #7EBB8D on white background.



Black color preview on #7EBB8D background

This text has black color on #7EBB8D background.


White color preview on #7EBB8D background

This text has white color on #7EBB8D background.