COLOR #8CC389

HEX: #8CC389
RGB: (140,195,137)

Renk bilgisi

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

RGB renk modeli

#8CC389 color RGB value is (140,195,137).

  • kırmız ton 140;
  • yeşil ton 195;
  • mavi ton 137.
RGB:
(140,195,137)
(55%,76%,54%)

RGB bağlantıları ve doygunluk

R 140 of 255 = 55%
G 195 of 255 = 76%
B 137 of 255 = 54%

140
195
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
140 + 195 + 137 = 472 (100%)
R 140 of 472 ~ 29.66%
G 195 of 472 ~ 41.31%
B 137 of 472 ~ 29.03%

%29.66
%41.31
%29.03

CMYK RENK MODELİ

#8CC389 rengi CMYK tonu (28,0,30,24).

  • camgöbeği tonu 28.21%
  • eflatun tonu 0.00%
  • sarı tonu 29.74%
  • ana renk tonu 23.53%
CMYK:
(28,0,30,24)
C28M0Y30K24 
(28%,0%,30%,24%)
(0.28/0.00/0.30/0.24)	

CMYK yüzdeleri

%28.21
%0
%29.74
%23.53

Codes

Color #8CC389 in popluar color models

8CC389
RGB140195137
HSL117°32.58%65.10%
HSB/HSV117°29.74%76.47%
CMYK28.21%0.00%29.74%
23.53%

Color #8CC389 in popluar number systems.

HEX8CC389
Decimal140195137
Binary100011001100001110001001
Octal214303211

Shades and tints

Shades of #8CC389

#8CC389
(140,195,137)
#80B27D
(128,178,125)
#74A171
(116,161,113)
#689065
(104,144,101)
#5C7F59
(92,127,89)
#506E4D
(80,110,77)
#445D41
(68,93,65)
#384C35
(56,76,53)
#2C3B29
(44,59,41)
#202A1D
(32,42,29)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #8CC389

#8CC389
(140,195,137)
#96C893
(150,200,147)
#A0CD9D
(160,205,157)
#AAD2A7
(170,210,167)
#B4D7B1
(180,215,177)
#BEDCBB
(190,220,187)
#C8E1C5
(200,225,197)
#D2E6CF
(210,230,207)
#DCEBD9
(220,235,217)
#E6F0E3
(230,240,227)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC389 color. Also use rgb(140,195,137) instead hex code.

Text Font Color

.myTextColor { color: #8CC389; }

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

This text font color is #8CC389.


Background Color

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

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

This div background color is #8CC389.


Border color

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

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

This div border color is #8CC389.


Opacity

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

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

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

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

This text has shadow with #8CC389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC389 on black background.


Color preview on white background

This text has color #8CC389 on white background.



Black color preview on #8CC389 background

This text has black color on #8CC389 background.


White color preview on #8CC389 background

This text has white color on #8CC389 background.