COLOR #8EA399

HEX: #8EA399 RGB: (142,163,153)

Renk bilgisi

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

RGB renk modeli

#8EA399 color RGB value is (142,163,153).

RGB: (142,163,153) (56%, 64%, 60%)

RGB bağlantıları ve doygunluk

R 142 of 255 = 56%
G 163 of 255 = 64%
B 153 of 255 = 60%

142
163
153

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

Yüzdelerle RGB renk parçaları

R + G + B = 142 + 163 + 153 = 458 (100%)
R 142 of 458 ~ 31%
G 163 of 458 ~ 35.59%
B 153 of 458 ~ 33.41'%

%31
%35.59
%33.41

CMYK RENK MODELİ

#8EA399 rengi CMYK tonu (13,0,6,36).

  • camgöbeği tonu 12.88%
  • eflatun tonu 0.00%
  • sarı tonu 6.13%
  • ana renk tonu 36.08%

CMYK: (13,0,6,36)
C13M0Y6K36 (13%, 0%, 6%, 36%)
(0.13 / 0.00 / 0.06 / 0.36)

CMYK yüzdeleri

%12.88
%0
%6.13
%36.08

Codes

Color #8EA399 in popluar color models

8E A3 99
RGB 142 163 153
HSL 151° 10.24% 59.80%
HSB/HSV 151° 12.88% 63.92%
CMYK 12.88% 0.00% 6.13%
36.08%

Color #8EA399 in popluar number systems.

HEX 8E A3 99
Decimal 142 163 153
Binary 10001110 10100011 10011001
Octal 216 243 231

Shades and tints

Shades of #8EA399

#8EA399
(142,163,153)
#82958C
(130,149,140)
#76877F
(118,135,127)
#6A7972
(106,121,114)
#5E6B65
(94,107,101)
#525D58
(82,93,88)
#464F4B
(70,79,75)
#3A413E
(58,65,62)
#2E3331
(46,51,49)
#222524
(34,37,36)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #8EA399

#8EA399
(142,163,153)
#98ABA2
(152,171,162)
#A2B3AB
(162,179,171)
#ACBBB4
(172,187,180)
#B6C3BD
(182,195,189)
#C0CBC6
(192,203,198)
#CAD3CF
(202,211,207)
#D4DBD8
(212,219,216)
#DEE3E1
(222,227,225)
#E8EBEA
(232,235,234)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA399 color. Also use rgb(142,163,153) instead hex code.

Text Font Color

.myTextColor { color: #8EA399; }

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

This text font color is #8EA399.

Background Color

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

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

This div background color is #8EA399.

Border color

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

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

This div border color is #8EA399.

Opacity

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

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

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

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

This text has shadow with #8EA399 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA399.

Preview

Color preview on black background

This text has color #8EA399 on black background.


Color preview on white background

This text has color #8EA399 on white background.


Black color preview on #8EA399 background

This text has black color on #8EA399 background.


White color preview on #8EA399 background

This text has white color on #8EA399 background.


Related colors

Complementary color

Complementary color for #hex is #715C66.


I love getcolorcode.com

Triadic colors

1 #998EA3 and #A3998E with #8EA399 are triadic colors.

2 #99A38E and #A38E99 with #8EA399 are triadic colors.