COLOR #8CC393

HEX: #8CC393
RGB: (140,195,147)

Renk bilgisi

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

RGB renk modeli

#8CC393 color RGB value is (140,195,147).

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

RGB bağlantıları ve doygunluk

R 140 of 255 = 55%
G 195 of 255 = 76%
B 147 of 255 = 58%

140
195
147

R + G + B ~ 63%. #8CC393 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
140 + 195 + 147 = 482 (100%)
R 140 of 482 ~ 29.05%
G 195 of 482 ~ 40.46%
B 147 of 482 ~ 30.5%

%29.05
%40.46
%30.5

CMYK RENK MODELİ

#8CC393 rengi CMYK tonu (28,0,25,24).

  • camgöbeği tonu 28.21%
  • eflatun tonu 0.00%
  • sarı tonu 24.62%
  • ana renk tonu 23.53%
CMYK:
(28,0,25,24)
C28M0Y25K24 
(28%,0%,25%,24%)
(0.28/0.00/0.25/0.24)	

CMYK yüzdeleri

%28.21
%0
%24.62
%23.53

Codes

Color #8CC393 in popluar color models

8CC393
RGB140195147
HSL128°31.43%65.69%
HSB/HSV128°28.21%76.47%
CMYK28.21%0.00%24.62%
23.53%

Color #8CC393 in popluar number systems.

HEX8CC393
Decimal140195147
Binary100011001100001110010011
Octal214303223

Shades and tints

Shades of #8CC393

#8CC393
(140,195,147)
#80B286
(128,178,134)
#74A179
(116,161,121)
#68906C
(104,144,108)
#5C7F5F
(92,127,95)
#506E52
(80,110,82)
#445D45
(68,93,69)
#384C38
(56,76,56)
#2C3B2B
(44,59,43)
#202A1E
(32,42,30)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #8CC393

#8CC393
(140,195,147)
#96C89C
(150,200,156)
#A0CDA5
(160,205,165)
#AAD2AE
(170,210,174)
#B4D7B7
(180,215,183)
#BEDCC0
(190,220,192)
#C8E1C9
(200,225,201)
#D2E6D2
(210,230,210)
#DCEBDB
(220,235,219)
#E6F0E4
(230,240,228)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CC393; }

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

This text font color is #8CC393.


Background Color

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

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

This div background color is #8CC393.


Border color

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

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

This div border color is #8CC393.


Opacity

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

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

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

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

This text has shadow with #8CC393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC393 on black background.


Color preview on white background

This text has color #8CC393 on white background.



Black color preview on #8CC393 background

This text has black color on #8CC393 background.


White color preview on #8CC393 background

This text has white color on #8CC393 background.