COLOR #6CC893

HEX: #6CC893
RGB: (108,200,147)

Renk bilgisi

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

RGB renk modeli

#6CC893 color RGB value is (108,200,147).

  • kırmız ton 108;
  • yeşil ton 200;
  • mavi ton 147.
RGB:
(108,200,147)
(42%,78%,58%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 200 of 255 = 78%
B 147 of 255 = 58%

108
200
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 200 + 147 = 455 (100%)
R 108 of 455 ~ 23.74%
G 200 of 455 ~ 43.96%
B 147 of 455 ~ 32.31%

%23.74
%43.96
%32.31

CMYK RENK MODELİ

#6CC893 rengi CMYK tonu (46,0,27,22).

  • camgöbeği tonu 46.00%
  • eflatun tonu 0.00%
  • sarı tonu 26.50%
  • ana renk tonu 21.57%
CMYK:
(46,0,27,22)
C46M0Y27K22 
(46%,0%,27%,22%)
(0.46/0.00/0.27/0.22)	

CMYK yüzdeleri

%46
%0
%26.5
%21.57

Codes

Color #6CC893 in popluar color models

6CC893
RGB108200147
HSL145°45.54%60.39%
HSB/HSV145°46.00%78.43%
CMYK46.00%0.00%26.50%
21.57%

Color #6CC893 in popluar number systems.

HEX6CC893
Decimal108200147
Binary11011001100100010010011
Octal154310223

Shades and tints

Shades of #6CC893

#6CC893
(108,200,147)
#63B686
(99,182,134)
#5AA479
(90,164,121)
#51926C
(81,146,108)
#48805F
(72,128,95)
#3F6E52
(63,110,82)
#365C45
(54,92,69)
#2D4A38
(45,74,56)
#24382B
(36,56,43)
#1B261E
(27,38,30)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #6CC893

#6CC893
(108,200,147)
#79CD9C
(121,205,156)
#86D2A5
(134,210,165)
#93D7AE
(147,215,174)
#A0DCB7
(160,220,183)
#ADE1C0
(173,225,192)
#BAE6C9
(186,230,201)
#C7EBD2
(199,235,210)
#D4F0DB
(212,240,219)
#E1F5E4
(225,245,228)
#EEFAED
(238,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CC893 color. Also use rgb(108,200,147) instead hex code.

Text Font Color

.myTextColor { color: #6CC893; }

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

This text font color is #6CC893.


Background Color

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

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

This div background color is #6CC893.


Border color

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

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

This div border color is #6CC893.


Opacity

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

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

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

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

This text has shadow with #6CC893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CC893 on black background.


Color preview on white background

This text has color #6CC893 on white background.



Black color preview on #6CC893 background

This text has black color on #6CC893 background.


White color preview on #6CC893 background

This text has white color on #6CC893 background.