COLOR #7EA588

HEX: #7EA588
RGB: (126,165,136)

Renk bilgisi

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

RGB renk modeli

#7EA588 color RGB value is (126,165,136).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 165 of 255 = 65%
B 136 of 255 = 53%

126
165
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 165 + 136 = 427 (100%)
R 126 of 427 ~ 29.51%
G 165 of 427 ~ 38.64%
B 136 of 427 ~ 31.85%

%29.51
%38.64
%31.85

CMYK RENK MODELİ

#7EA588 rengi CMYK tonu (24,0,18,35).

  • camgöbeği tonu 23.64%
  • eflatun tonu 0.00%
  • sarı tonu 17.58%
  • ana renk tonu 35.29%
CMYK:
(24,0,18,35)
C24M0Y18K35 
(24%,0%,18%,35%)
(0.24/0.00/0.18/0.35)	

CMYK yüzdeleri

%23.64
%0
%17.58
%35.29

Codes

Color #7EA588 in popluar color models

7EA588
RGB126165136
HSL135°17.81%57.06%
HSB/HSV135°23.64%64.71%
CMYK23.64%0.00%17.58%
35.29%

Color #7EA588 in popluar number systems.

HEX7EA588
Decimal126165136
Binary11111101010010110001000
Octal176245210

Shades and tints

Shades of #7EA588

#7EA588
(126,165,136)
#73967C
(115,150,124)
#688770
(104,135,112)
#5D7864
(93,120,100)
#526958
(82,105,88)
#475A4C
(71,90,76)
#3C4B40
(60,75,64)
#313C34
(49,60,52)
#262D28
(38,45,40)
#1B1E1C
(27,30,28)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #7EA588

#7EA588
(126,165,136)
#89AD92
(137,173,146)
#94B59C
(148,181,156)
#9FBDA6
(159,189,166)
#AAC5B0
(170,197,176)
#B5CDBA
(181,205,186)
#C0D5C4
(192,213,196)
#CBDDCE
(203,221,206)
#D6E5D8
(214,229,216)
#E1EDE2
(225,237,226)
#ECF5EC
(236,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA588 color. Also use rgb(126,165,136) instead hex code.

Text Font Color

.myTextColor { color: #7EA588; }

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

This text font color is #7EA588.


Background Color

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

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

This div background color is #7EA588.


Border color

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

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

This div border color is #7EA588.


Opacity

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

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

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

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

This text has shadow with #7EA588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA588 on black background.


Color preview on white background

This text has color #7EA588 on white background.



Black color preview on #7EA588 background

This text has black color on #7EA588 background.


White color preview on #7EA588 background

This text has white color on #7EA588 background.