COLOR #6BD995

HEX: #6BD995
RGB: (107,217,149)

Renk bilgisi

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

RGB renk modeli

#6BD995 color RGB value is (107,217,149).

  • kırmız ton 107;
  • yeşil ton 217;
  • mavi ton 149.
RGB:
(107,217,149)
(42%,85%,58%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 217 of 255 = 85%
B 149 of 255 = 58%

107
217
149

R + G + B ~ 62%. #6BD995 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 217 + 149 = 473 (100%)
R 107 of 473 ~ 22.62%
G 217 of 473 ~ 45.88%
B 149 of 473 ~ 31.5%

%22.62
%45.88
%31.5

CMYK RENK MODELİ

#6BD995 rengi CMYK tonu (51,0,31,15).

  • camgöbeği tonu 50.69%
  • eflatun tonu 0.00%
  • sarı tonu 31.34%
  • ana renk tonu 14.90%
CMYK:
(51,0,31,15)
C51M0Y31K15 
(51%,0%,31%,15%)
(0.51/0.00/0.31/0.15)	

CMYK yüzdeleri

%50.69
%0
%31.34
%14.9

Codes

Color #6BD995 in popluar color models

6BD995
RGB107217149
HSL143°59.14%63.53%
HSB/HSV143°50.69%85.10%
CMYK50.69%0.00%31.34%
14.90%

Color #6BD995 in popluar number systems.

HEX6BD995
Decimal107217149
Binary11010111101100110010101
Octal153331225

Shades and tints

Shades of #6BD995

#6BD995
(107,217,149)
#62C688
(98,198,136)
#59B37B
(89,179,123)
#50A06E
(80,160,110)
#478D61
(71,141,97)
#3E7A54
(62,122,84)
#356747
(53,103,71)
#2C543A
(44,84,58)
#23412D
(35,65,45)
#1A2E20
(26,46,32)
#111B13
(17,27,19)
#000000
(0,0,0)

Tints of #6BD995

#6BD995
(107,217,149)
#78DC9E
(120,220,158)
#85DFA7
(133,223,167)
#92E2B0
(146,226,176)
#9FE5B9
(159,229,185)
#ACE8C2
(172,232,194)
#B9EBCB
(185,235,203)
#C6EED4
(198,238,212)
#D3F1DD
(211,241,221)
#E0F4E6
(224,244,230)
#EDF7EF
(237,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BD995 color. Also use rgb(107,217,149) instead hex code.

Text Font Color

.myTextColor { color: #6BD995; }

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

This text font color is #6BD995.


Background Color

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

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

This div background color is #6BD995.


Border color

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

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

This div border color is #6BD995.


Opacity

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

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

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

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

This text has shadow with #6BD995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BD995 on black background.


Color preview on white background

This text has color #6BD995 on white background.



Black color preview on #6BD995 background

This text has black color on #6BD995 background.


White color preview on #6BD995 background

This text has white color on #6BD995 background.