COLOR #7EA687

HEX: #7EA687
RGB: (126,166,135)

Renk bilgisi

#7EA687 contains red, green and blue colors in about the same proportion. #7EA687 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#7EA687 color RGB value is (126,166,135).

  • kırmız ton 126;
  • yeşil ton 166;
  • mavi ton 135.
RGB:
(126,166,135)
(49%,65%,53%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 166 of 255 = 65%
B 135 of 255 = 53%

126
166
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 166 + 135 = 427 (100%)
R 126 of 427 ~ 29.51%
G 166 of 427 ~ 38.88%
B 135 of 427 ~ 31.62%

%29.51
%38.88
%31.62

CMYK RENK MODELİ

#7EA687 rengi CMYK tonu (24,0,19,35).

  • camgöbeği tonu 24.10%
  • eflatun tonu 0.00%
  • sarı tonu 18.67%
  • ana renk tonu 34.90%
CMYK:
(24,0,19,35)
C24M0Y19K35 
(24%,0%,19%,35%)
(0.24/0.00/0.19/0.35)	

CMYK yüzdeleri

%24.1
%0
%18.67
%34.9

Codes

Color #7EA687 in popluar color models

7EA687
RGB126166135
HSL134°18.35%57.25%
HSB/HSV134°24.10%65.10%
CMYK24.10%0.00%18.67%
34.90%

Color #7EA687 in popluar number systems.

HEX7EA687
Decimal126166135
Binary11111101010011010000111
Octal176246207

Shades and tints

Shades of #7EA687

#7EA687
(126,166,135)
#73977B
(115,151,123)
#68886F
(104,136,111)
#5D7963
(93,121,99)
#526A57
(82,106,87)
#475B4B
(71,91,75)
#3C4C3F
(60,76,63)
#313D33
(49,61,51)
#262E27
(38,46,39)
#1B1F1B
(27,31,27)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #7EA687

#7EA687
(126,166,135)
#89AE91
(137,174,145)
#94B69B
(148,182,155)
#9FBEA5
(159,190,165)
#AAC6AF
(170,198,175)
#B5CEB9
(181,206,185)
#C0D6C3
(192,214,195)
#CBDECD
(203,222,205)
#D6E6D7
(214,230,215)
#E1EEE1
(225,238,225)
#ECF6EB
(236,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA687; }

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

This text font color is #7EA687.


Background Color

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

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

This div background color is #7EA687.


Border color

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

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

This div border color is #7EA687.


Opacity

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

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

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

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

This text has shadow with #7EA687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA687 on black background.


Color preview on white background

This text has color #7EA687 on white background.



Black color preview on #7EA687 background

This text has black color on #7EA687 background.


White color preview on #7EA687 background

This text has white color on #7EA687 background.