COLOR #7EA887

HEX: #7EA887
RGB: (126,168,135)

Color info

#7EA887 contains red, green and blue colors in about the same proportion. Web safe color of #7EA887 is #669999 (or #699).

RGB color model

#7EA887 color RGB value is (126,168,135).

  • red value is 126;
  • green value is 168;
  • blue value is 135.
RGB:
(126,168,135)
(49%,66%,53%)

RGB channels and saturation

R 126 of 255 = 49%
G 168 of 255 = 66%
B 135 of 255 = 53%

126
168
135

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

Portions of RGB colors in percentages

R + G + B =
126 + 168 + 135 = 429 (100%)
R 126 of 429 ~ 29.37%
G 168 of 429 ~ 39.16%
B 135 of 429 ~ 31.47%

%29.37
%39.16
%31.47

CMYK color model

#7EA887 color CMYK value is (25,0,20,34).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 19.64%
  • key color value is 34.12%
CMYK:
(25,0,20,34)
C25M0Y20K34 
(25%,0%,20%,34%)
(0.25/0.00/0.20/0.34)	

CMYK percentages

%25
%0
%19.64
%34.12

Codes

Color #7EA887 in popluar color models

7EA887
RGB126168135
HSL133°19.44%57.65%
HSB/HSV133°25.00%65.88%
CMYK25.00%0.00%19.64%
34.12%

Color #7EA887 in popluar number systems.

HEX7EA887
Decimal126168135
Binary11111101010100010000111
Octal176250207

Shades and tints

Shades of #7EA887

#7EA887
(126,168,135)
#73997B
(115,153,123)
#688A6F
(104,138,111)
#5D7B63
(93,123,99)
#526C57
(82,108,87)
#475D4B
(71,93,75)
#3C4E3F
(60,78,63)
#313F33
(49,63,51)
#263027
(38,48,39)
#1B211B
(27,33,27)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #7EA887

#7EA887
(126,168,135)
#89AF91
(137,175,145)
#94B69B
(148,182,155)
#9FBDA5
(159,189,165)
#AAC4AF
(170,196,175)
#B5CBB9
(181,203,185)
#C0D2C3
(192,210,195)
#CBD9CD
(203,217,205)
#D6E0D7
(214,224,215)
#E1E7E1
(225,231,225)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA887 color. Also use rgb(126,168,135) instead hex code.

Text Font Color

.myTextColor { color: #7EA887; }

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

This text font color is #7EA887.


Background Color

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

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

This div background color is #7EA887.


Border color

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

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

This div border color is #7EA887.


Opacity

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

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

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

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

This text has shadow with #7EA887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA887 on black background.


Color preview on white background

This text has color #7EA887 on white background.



Black color preview on #7EA887 background

This text has black color on #7EA887 background.


White color preview on #7EA887 background

This text has white color on #7EA887 background.