COLOR #8DC489

HEX: #8DC489
RGB: (141,196,137)

Renk bilgisi

#8DC489 contains red, green and blue colors in about the same proportion. #8DC489 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#8DC489 color RGB value is (141,196,137).

  • kırmız ton 141;
  • yeşil ton 196;
  • mavi ton 137.
RGB:
(141,196,137)
(55%,77%,54%)

RGB bağlantıları ve doygunluk

R 141 of 255 = 55%
G 196 of 255 = 77%
B 137 of 255 = 54%

141
196
137

R + G + B ~ 62%. #8DC489 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
141 + 196 + 137 = 474 (100%)
R 141 of 474 ~ 29.75%
G 196 of 474 ~ 41.35%
B 137 of 474 ~ 28.9%

%29.75
%41.35
%28.9

CMYK RENK MODELİ

#8DC489 rengi CMYK tonu (28,0,30,23).

  • camgöbeği tonu 28.06%
  • eflatun tonu 0.00%
  • sarı tonu 30.10%
  • ana renk tonu 23.14%
CMYK:
(28,0,30,23)
C28M0Y30K23 
(28%,0%,30%,23%)
(0.28/0.00/0.30/0.23)	

CMYK yüzdeleri

%28.06
%0
%30.1
%23.14

Codes

Color #8DC489 in popluar color models

8DC489
RGB141196137
HSL116°33.33%65.29%
HSB/HSV116°30.10%76.86%
CMYK28.06%0.00%30.10%
23.14%

Color #8DC489 in popluar number systems.

HEX8DC489
Decimal141196137
Binary100011011100010010001001
Octal215304211

Shades and tints

Shades of #8DC489

#8DC489
(141,196,137)
#81B37D
(129,179,125)
#75A271
(117,162,113)
#699165
(105,145,101)
#5D8059
(93,128,89)
#516F4D
(81,111,77)
#455E41
(69,94,65)
#394D35
(57,77,53)
#2D3C29
(45,60,41)
#212B1D
(33,43,29)
#151A11
(21,26,17)
#000000
(0,0,0)

Tints of #8DC489

#8DC489
(141,196,137)
#97C993
(151,201,147)
#A1CE9D
(161,206,157)
#ABD3A7
(171,211,167)
#B5D8B1
(181,216,177)
#BFDDBB
(191,221,187)
#C9E2C5
(201,226,197)
#D3E7CF
(211,231,207)
#DDECD9
(221,236,217)
#E7F1E3
(231,241,227)
#F1F6ED
(241,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC489 color. Also use rgb(141,196,137) instead hex code.

Text Font Color

.myTextColor { color: #8DC489; }

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

This text font color is #8DC489.


Background Color

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

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

This div background color is #8DC489.


Border color

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

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

This div border color is #8DC489.


Opacity

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

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

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

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

This text has shadow with #8DC489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC489 on black background.


Color preview on white background

This text has color #8DC489 on white background.



Black color preview on #8DC489 background

This text has black color on #8DC489 background.


White color preview on #8DC489 background

This text has white color on #8DC489 background.