COLOR #6DD887

HEX: #6DD887
RGB: (109,216,135)

Renk bilgisi

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

RGB renk modeli

#6DD887 color RGB value is (109,216,135).

  • kırmız ton 109;
  • yeşil ton 216;
  • mavi ton 135.
RGB:
(109,216,135)
(43%,85%,53%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 216 of 255 = 85%
B 135 of 255 = 53%

109
216
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 216 + 135 = 460 (100%)
R 109 of 460 ~ 23.7%
G 216 of 460 ~ 46.96%
B 135 of 460 ~ 29.35%

%23.7
%46.96
%29.35

CMYK RENK MODELİ

#6DD887 rengi CMYK tonu (50,0,38,15).

  • camgöbeği tonu 49.54%
  • eflatun tonu 0.00%
  • sarı tonu 37.50%
  • ana renk tonu 15.29%
CMYK:
(50,0,38,15)
C50M0Y38K15 
(50%,0%,38%,15%)
(0.50/0.00/0.38/0.15)	

CMYK yüzdeleri

%49.54
%0
%37.5
%15.29

Codes

Color #6DD887 in popluar color models

6DD887
RGB109216135
HSL135°57.84%63.73%
HSB/HSV135°49.54%84.71%
CMYK49.54%0.00%37.50%
15.29%

Color #6DD887 in popluar number systems.

HEX6DD887
Decimal109216135
Binary11011011101100010000111
Octal155330207

Shades and tints

Shades of #6DD887

#6DD887
(109,216,135)
#64C57B
(100,197,123)
#5BB26F
(91,178,111)
#529F63
(82,159,99)
#498C57
(73,140,87)
#40794B
(64,121,75)
#37663F
(55,102,63)
#2E5333
(46,83,51)
#254027
(37,64,39)
#1C2D1B
(28,45,27)
#131A0F
(19,26,15)
#000000
(0,0,0)

Tints of #6DD887

#6DD887
(109,216,135)
#7ADB91
(122,219,145)
#87DE9B
(135,222,155)
#94E1A5
(148,225,165)
#A1E4AF
(161,228,175)
#AEE7B9
(174,231,185)
#BBEAC3
(187,234,195)
#C8EDCD
(200,237,205)
#D5F0D7
(213,240,215)
#E2F3E1
(226,243,225)
#EFF6EB
(239,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DD887 color. Also use rgb(109,216,135) instead hex code.

Text Font Color

.myTextColor { color: #6DD887; }

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

This text font color is #6DD887.


Background Color

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

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

This div background color is #6DD887.


Border color

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

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

This div border color is #6DD887.


Opacity

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

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

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

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

This text has shadow with #6DD887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DD887 on black background.


Color preview on white background

This text has color #6DD887 on white background.



Black color preview on #6DD887 background

This text has black color on #6DD887 background.


White color preview on #6DD887 background

This text has white color on #6DD887 background.