COLOR #6BC387

HEX: #6BC387
RGB: (107,195,135)

Renk bilgisi

#6BC387 contains mainly green color. #6BC387 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#6BC387 color RGB value is (107,195,135).

  • kırmız ton 107;
  • yeşil ton 195;
  • mavi ton 135.
RGB:
(107,195,135)
(42%,76%,53%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 195 of 255 = 76%
B 135 of 255 = 53%

107
195
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 195 + 135 = 437 (100%)
R 107 of 437 ~ 24.49%
G 195 of 437 ~ 44.62%
B 135 of 437 ~ 30.89%

%24.49
%44.62
%30.89

CMYK RENK MODELİ

#6BC387 rengi CMYK tonu (45,0,31,24).

  • camgöbeği tonu 45.13%
  • eflatun tonu 0.00%
  • sarı tonu 30.77%
  • ana renk tonu 23.53%
CMYK:
(45,0,31,24)
C45M0Y31K24 
(45%,0%,31%,24%)
(0.45/0.00/0.31/0.24)	

CMYK yüzdeleri

%45.13
%0
%30.77
%23.53

Codes

Color #6BC387 in popluar color models

6BC387
RGB107195135
HSL139°42.31%59.22%
HSB/HSV139°45.13%76.47%
CMYK45.13%0.00%30.77%
23.53%

Color #6BC387 in popluar number systems.

HEX6BC387
Decimal107195135
Binary11010111100001110000111
Octal153303207

Shades and tints

Shades of #6BC387

#6BC387
(107,195,135)
#62B27B
(98,178,123)
#59A16F
(89,161,111)
#509063
(80,144,99)
#477F57
(71,127,87)
#3E6E4B
(62,110,75)
#355D3F
(53,93,63)
#2C4C33
(44,76,51)
#233B27
(35,59,39)
#1A2A1B
(26,42,27)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #6BC387

#6BC387
(107,195,135)
#78C891
(120,200,145)
#85CD9B
(133,205,155)
#92D2A5
(146,210,165)
#9FD7AF
(159,215,175)
#ACDCB9
(172,220,185)
#B9E1C3
(185,225,195)
#C6E6CD
(198,230,205)
#D3EBD7
(211,235,215)
#E0F0E1
(224,240,225)
#EDF5EB
(237,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC387 color. Also use rgb(107,195,135) instead hex code.

Text Font Color

.myTextColor { color: #6BC387; }

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

This text font color is #6BC387.


Background Color

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

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

This div background color is #6BC387.


Border color

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

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

This div border color is #6BC387.


Opacity

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

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

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

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

This text has shadow with #6BC387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BC387 on black background.


Color preview on white background

This text has color #6BC387 on white background.



Black color preview on #6BC387 background

This text has black color on #6BC387 background.


White color preview on #6BC387 background

This text has white color on #6BC387 background.