COLOR #7EBD8C

HEX: #7EBD8C
RGB: (126,189,140)

Color info

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

RGB color model

#7EBD8C color RGB value is (126,189,140).

  • red value is 126;
  • green value is 189;
  • blue value is 140.
RGB:
(126,189,140)
(49%,74%,55%)

RGB channels and saturation

R 126 of 255 = 49%
G 189 of 255 = 74%
B 140 of 255 = 55%

126
189
140

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

Portions of RGB colors in percentages

R + G + B =
126 + 189 + 140 = 455 (100%)
R 126 of 455 ~ 27.69%
G 189 of 455 ~ 41.54%
B 140 of 455 ~ 30.77%

%27.69
%41.54
%30.77

CMYK color model

#7EBD8C color CMYK value is (33,0,26,26).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 25.88%
CMYK:
(33,0,26,26)
C33M0Y26K26 
(33%,0%,26%,26%)
(0.33/0.00/0.26/0.26)	

CMYK percentages

%33.33
%0
%25.93
%25.88

Codes

Color #7EBD8C in popluar color models

7EBD8C
RGB126189140
HSL133°32.31%61.76%
HSB/HSV133°33.33%74.12%
CMYK33.33%0.00%25.93%
25.88%

Color #7EBD8C in popluar number systems.

HEX7EBD8C
Decimal126189140
Binary11111101011110110001100
Octal176275214

Shades and tints

Shades of #7EBD8C

#7EBD8C
(126,189,140)
#73AC80
(115,172,128)
#689B74
(104,155,116)
#5D8A68
(93,138,104)
#52795C
(82,121,92)
#476850
(71,104,80)
#3C5744
(60,87,68)
#314638
(49,70,56)
#26352C
(38,53,44)
#1B2420
(27,36,32)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #7EBD8C

#7EBD8C
(126,189,140)
#89C396
(137,195,150)
#94C9A0
(148,201,160)
#9FCFAA
(159,207,170)
#AAD5B4
(170,213,180)
#B5DBBE
(181,219,190)
#C0E1C8
(192,225,200)
#CBE7D2
(203,231,210)
#D6EDDC
(214,237,220)
#E1F3E6
(225,243,230)
#ECF9F0
(236,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBD8C color. Also use rgb(126,189,140) instead hex code.

Text Font Color

.myTextColor { color: #7EBD8C; }

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

This text font color is #7EBD8C.


Background Color

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

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

This div background color is #7EBD8C.


Border color

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

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

This div border color is #7EBD8C.


Opacity

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

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

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

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

This text has shadow with #7EBD8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBD8C on black background.


Color preview on white background

This text has color #7EBD8C on white background.



Black color preview on #7EBD8C background

This text has black color on #7EBD8C background.


White color preview on #7EBD8C background

This text has white color on #7EBD8C background.