COLOR #8CC47D

HEX: #8CC47D
RGB: (140,196,125)

Renk bilgisi

#8CC47D contains mainly red and green colors. #8CC47D ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#8CC47D color RGB value is (140,196,125).

  • kırmız ton 140;
  • yeşil ton 196;
  • mavi ton 125.
RGB:
(140,196,125)
(55%,77%,49%)

RGB bağlantıları ve doygunluk

R 140 of 255 = 55%
G 196 of 255 = 77%
B 125 of 255 = 49%

140
196
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
140 + 196 + 125 = 461 (100%)
R 140 of 461 ~ 30.37%
G 196 of 461 ~ 42.52%
B 125 of 461 ~ 27.11%

%30.37
%42.52
%27.11

CMYK RENK MODELİ

#8CC47D rengi CMYK tonu (29,0,36,23).

  • camgöbeği tonu 28.57%
  • eflatun tonu 0.00%
  • sarı tonu 36.22%
  • ana renk tonu 23.14%
CMYK:
(29,0,36,23)
C29M0Y36K23 
(29%,0%,36%,23%)
(0.29/0.00/0.36/0.23)	

CMYK yüzdeleri

%28.57
%0
%36.22
%23.14

Codes

Color #8CC47D in popluar color models

8CC47D
RGB140196125
HSL107°37.57%62.94%
HSB/HSV107°36.22%76.86%
CMYK28.57%0.00%36.22%
23.14%

Color #8CC47D in popluar number systems.

HEX8CC47D
Decimal140196125
Binary10001100110001001111101
Octal214304175

Shades and tints

Shades of #8CC47D

#8CC47D
(140,196,125)
#80B372
(128,179,114)
#74A267
(116,162,103)
#68915C
(104,145,92)
#5C8051
(92,128,81)
#506F46
(80,111,70)
#445E3B
(68,94,59)
#384D30
(56,77,48)
#2C3C25
(44,60,37)
#202B1A
(32,43,26)
#141A0F
(20,26,15)
#000000
(0,0,0)

Tints of #8CC47D

#8CC47D
(140,196,125)
#96C988
(150,201,136)
#A0CE93
(160,206,147)
#AAD39E
(170,211,158)
#B4D8A9
(180,216,169)
#BEDDB4
(190,221,180)
#C8E2BF
(200,226,191)
#D2E7CA
(210,231,202)
#DCECD5
(220,236,213)
#E6F1E0
(230,241,224)
#F0F6EB
(240,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC47D color. Also use rgb(140,196,125) instead hex code.

Text Font Color

.myTextColor { color: #8CC47D; }

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

This text font color is #8CC47D.


Background Color

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

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

This div background color is #8CC47D.


Border color

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

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

This div border color is #8CC47D.


Opacity

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

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

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

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

This text has shadow with #8CC47D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC47D on black background.


Color preview on white background

This text has color #8CC47D on white background.



Black color preview on #8CC47D background

This text has black color on #8CC47D background.


White color preview on #8CC47D background

This text has white color on #8CC47D background.