COLOR #7EAF85

HEX: #7EAF85
RGB: (126,175,133)

Color info

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

RGB color model

#7EAF85 color RGB value is (126,175,133).

  • red value is 126;
  • green value is 175;
  • blue value is 133.
RGB:
(126,175,133)
(49%,69%,52%)

RGB channels and saturation

R 126 of 255 = 49%
G 175 of 255 = 69%
B 133 of 255 = 52%

126
175
133

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

Portions of RGB colors in percentages

R + G + B =
126 + 175 + 133 = 434 (100%)
R 126 of 434 ~ 29.03%
G 175 of 434 ~ 40.32%
B 133 of 434 ~ 30.65%

%29.03
%40.32
%30.65

CMYK color model

#7EAF85 color CMYK value is (28,0,24,31).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 31.37%
CMYK:
(28,0,24,31)
C28M0Y24K31 
(28%,0%,24%,31%)
(0.28/0.00/0.24/0.31)	

CMYK percentages

%28
%0
%24
%31.37

Codes

Color #7EAF85 in popluar color models

7EAF85
RGB126175133
HSL129°23.44%59.02%
HSB/HSV129°28.00%68.63%
CMYK28.00%0.00%24.00%
31.37%

Color #7EAF85 in popluar number systems.

HEX7EAF85
Decimal126175133
Binary11111101010111110000101
Octal176257205

Shades and tints

Shades of #7EAF85

#7EAF85
(126,175,133)
#73A079
(115,160,121)
#68916D
(104,145,109)
#5D8261
(93,130,97)
#527355
(82,115,85)
#476449
(71,100,73)
#3C553D
(60,85,61)
#314631
(49,70,49)
#263725
(38,55,37)
#1B2819
(27,40,25)
#10190D
(16,25,13)
#000000
(0,0,0)

Tints of #7EAF85

#7EAF85
(126,175,133)
#89B690
(137,182,144)
#94BD9B
(148,189,155)
#9FC4A6
(159,196,166)
#AACBB1
(170,203,177)
#B5D2BC
(181,210,188)
#C0D9C7
(192,217,199)
#CBE0D2
(203,224,210)
#D6E7DD
(214,231,221)
#E1EEE8
(225,238,232)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EAF85 color. Also use rgb(126,175,133) instead hex code.

Text Font Color

.myTextColor { color: #7EAF85; }

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

This text font color is #7EAF85.


Background Color

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

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

This div background color is #7EAF85.


Border color

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

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

This div border color is #7EAF85.


Opacity

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

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

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

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

This text has shadow with #7EAF85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAF85 on black background.


Color preview on white background

This text has color #7EAF85 on white background.



Black color preview on #7EAF85 background

This text has black color on #7EAF85 background.


White color preview on #7EAF85 background

This text has white color on #7EAF85 background.