COLOR #7EA490

HEX: #7EA490
RGB: (126,164,144)

Renk bilgisi

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

RGB renk modeli

#7EA490 color RGB value is (126,164,144).

  • kırmız ton 126;
  • yeşil ton 164;
  • mavi ton 144.
RGB:
(126,164,144)
(49%,64%,56%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 164 of 255 = 64%
B 144 of 255 = 56%

126
164
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 164 + 144 = 434 (100%)
R 126 of 434 ~ 29.03%
G 164 of 434 ~ 37.79%
B 144 of 434 ~ 33.18%

%29.03
%37.79
%33.18

CMYK RENK MODELİ

#7EA490 rengi CMYK tonu (23,0,12,36).

  • camgöbeği tonu 23.17%
  • eflatun tonu 0.00%
  • sarı tonu 12.20%
  • ana renk tonu 35.69%
CMYK:
(23,0,12,36)
C23M0Y12K36 
(23%,0%,12%,36%)
(0.23/0.00/0.12/0.36)	

CMYK yüzdeleri

%23.17
%0
%12.2
%35.69

Codes

Color #7EA490 in popluar color models

7EA490
RGB126164144
HSL148°17.27%56.86%
HSB/HSV148°23.17%64.31%
CMYK23.17%0.00%12.20%
35.69%

Color #7EA490 in popluar number systems.

HEX7EA490
Decimal126164144
Binary11111101010010010010000
Octal176244220

Shades and tints

Shades of #7EA490

#7EA490
(126,164,144)
#739683
(115,150,131)
#688876
(104,136,118)
#5D7A69
(93,122,105)
#526C5C
(82,108,92)
#475E4F
(71,94,79)
#3C5042
(60,80,66)
#314235
(49,66,53)
#263428
(38,52,40)
#1B261B
(27,38,27)
#10180E
(16,24,14)
#000000
(0,0,0)

Tints of #7EA490

#7EA490
(126,164,144)
#89AC9A
(137,172,154)
#94B4A4
(148,180,164)
#9FBCAE
(159,188,174)
#AAC4B8
(170,196,184)
#B5CCC2
(181,204,194)
#C0D4CC
(192,212,204)
#CBDCD6
(203,220,214)
#D6E4E0
(214,228,224)
#E1ECEA
(225,236,234)
#ECF4F4
(236,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA490 color. Also use rgb(126,164,144) instead hex code.

Text Font Color

.myTextColor { color: #7EA490; }

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

This text font color is #7EA490.


Background Color

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

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

This div background color is #7EA490.


Border color

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

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

This div border color is #7EA490.


Opacity

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

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

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

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

This text has shadow with #7EA490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA490 on black background.


Color preview on white background

This text has color #7EA490 on white background.



Black color preview on #7EA490 background

This text has black color on #7EA490 background.


White color preview on #7EA490 background

This text has white color on #7EA490 background.