COLOR #8EA590

HEX: #8EA590
RGB: (142,165,144)

Renk bilgisi

#8EA590 contains red, green and blue colors in about the same proportion. #8EA590 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#8EA590 color RGB value is (142,165,144).

  • kırmız ton 142;
  • yeşil ton 165;
  • mavi ton 144.
RGB:
(142,165,144)
(56%,65%,56%)

RGB bağlantıları ve doygunluk

R 142 of 255 = 56%
G 165 of 255 = 65%
B 144 of 255 = 56%

142
165
144

R + G + B ~ 59%. #8EA590 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
142 + 165 + 144 = 451 (100%)
R 142 of 451 ~ 31.49%
G 165 of 451 ~ 36.59%
B 144 of 451 ~ 31.93%

%31.49
%36.59
%31.93

CMYK RENK MODELİ

#8EA590 rengi CMYK tonu (14,0,13,35).

  • camgöbeği tonu 13.94%
  • eflatun tonu 0.00%
  • sarı tonu 12.73%
  • ana renk tonu 35.29%
CMYK:
(14,0,13,35)
C14M0Y13K35 
(14%,0%,13%,35%)
(0.14/0.00/0.13/0.35)	

CMYK yüzdeleri

%13.94
%0
%12.73
%35.29

Codes

Color #8EA590 in popluar color models

8EA590
RGB142165144
HSL125°11.33%60.20%
HSB/HSV125°13.94%64.71%
CMYK13.94%0.00%12.73%
35.29%

Color #8EA590 in popluar number systems.

HEX8EA590
Decimal142165144
Binary100011101010010110010000
Octal216245220

Shades and tints

Shades of #8EA590

#8EA590
(142,165,144)
#829683
(130,150,131)
#768776
(118,135,118)
#6A7869
(106,120,105)
#5E695C
(94,105,92)
#525A4F
(82,90,79)
#464B42
(70,75,66)
#3A3C35
(58,60,53)
#2E2D28
(46,45,40)
#221E1B
(34,30,27)
#160F0E
(22,15,14)
#000000
(0,0,0)

Tints of #8EA590

#8EA590
(142,165,144)
#98AD9A
(152,173,154)
#A2B5A4
(162,181,164)
#ACBDAE
(172,189,174)
#B6C5B8
(182,197,184)
#C0CDC2
(192,205,194)
#CAD5CC
(202,213,204)
#D4DDD6
(212,221,214)
#DEE5E0
(222,229,224)
#E8EDEA
(232,237,234)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA590 color. Also use rgb(142,165,144) instead hex code.

Text Font Color

.myTextColor { color: #8EA590; }

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

This text font color is #8EA590.


Background Color

.myBgColor { background-color: #8EA590; }

<div style="background-color:#8EA590">Inner text</div>

This div background color is #8EA590.


Border color

.myBorderColor { border: 1px solid #8EA590; }

<div style="border:3px solid #8EA590">Div</div>

This div border color is #8EA590.


Opacity

.myOpacity80 { color: #8EA590; opacity: 0.8; }

<p style="color:#8EA590;opacity:0.8;">80%</p>

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

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

This text has shadow with #8EA590 color.

.textShadow {text-shadow: 3px 3px 1px #8EA590, 3px 3px 1px red;}

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

This text has shadow with #8EA590 primary color and red secondary color.


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

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

This text has shadow with #8EA590 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA590 on black background.


Color preview on white background

This text has color #8EA590 on white background.



Black color preview on #8EA590 background

This text has black color on #8EA590 background.


White color preview on #8EA590 background

This text has white color on #8EA590 background.