COLOR #6DC393

HEX: #6DC393
RGB: (109,195,147)

Renk bilgisi

#6DC393 contains mainly green and blue colors. #6DC393 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#6DC393 color RGB value is (109,195,147).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 195 of 255 = 76%
B 147 of 255 = 58%

109
195
147

R + G + B ~ 59%. #6DC393 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 195 + 147 = 451 (100%)
R 109 of 451 ~ 24.17%
G 195 of 451 ~ 43.24%
B 147 of 451 ~ 32.59%

%24.17
%43.24
%32.59

CMYK RENK MODELİ

#6DC393 rengi CMYK tonu (44,0,25,24).

  • camgöbeği tonu 44.10%
  • eflatun tonu 0.00%
  • sarı tonu 24.62%
  • ana renk tonu 23.53%
CMYK:
(44,0,25,24)
C44M0Y25K24 
(44%,0%,25%,24%)
(0.44/0.00/0.25/0.24)	

CMYK yüzdeleri

%44.1
%0
%24.62
%23.53

Codes

Color #6DC393 in popluar color models

6DC393
RGB109195147
HSL147°41.75%59.61%
HSB/HSV147°44.10%76.47%
CMYK44.10%0.00%24.62%
23.53%

Color #6DC393 in popluar number systems.

HEX6DC393
Decimal109195147
Binary11011011100001110010011
Octal155303223

Shades and tints

Shades of #6DC393

#6DC393
(109,195,147)
#64B286
(100,178,134)
#5BA179
(91,161,121)
#52906C
(82,144,108)
#497F5F
(73,127,95)
#406E52
(64,110,82)
#375D45
(55,93,69)
#2E4C38
(46,76,56)
#253B2B
(37,59,43)
#1C2A1E
(28,42,30)
#131911
(19,25,17)
#000000
(0,0,0)

Tints of #6DC393

#6DC393
(109,195,147)
#7AC89C
(122,200,156)
#87CDA5
(135,205,165)
#94D2AE
(148,210,174)
#A1D7B7
(161,215,183)
#AEDCC0
(174,220,192)
#BBE1C9
(187,225,201)
#C8E6D2
(200,230,210)
#D5EBDB
(213,235,219)
#E2F0E4
(226,240,228)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DC393 color. Also use rgb(109,195,147) instead hex code.

Text Font Color

.myTextColor { color: #6DC393; }

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

This text font color is #6DC393.


Background Color

.myBgColor { background-color: #6DC393; }

<div style="background-color:#6DC393">Inner text</div>

This div background color is #6DC393.


Border color

.myBorderColor { border: 1px solid #6DC393; }

<div style="border:3px solid #6DC393">Div</div>

This div border color is #6DC393.


Opacity

.myOpacity80 { color: #6DC393; opacity: 0.8; }

<p style="color:#6DC393;opacity:0.8;">80%</p>

Text with #6DC393 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 #6DC393;}

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

This text has shadow with #6DC393 color.

.textShadow {text-shadow: 3px 3px 1px #6DC393, 3px 3px 1px red;}

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

This text has shadow with #6DC393 primary color and red secondary color.


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

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

This text has shadow with #6DC393 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DC393 on black background.


Color preview on white background

This text has color #6DC393 on white background.



Black color preview on #6DC393 background

This text has black color on #6DC393 background.


White color preview on #6DC393 background

This text has white color on #6DC393 background.