COLOR #6DDB88

HEX: #6DDB88
RGB: (109,219,136)

Renk bilgisi

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

RGB renk modeli

#6DDB88 color RGB value is (109,219,136).

  • kırmız ton 109;
  • yeşil ton 219;
  • mavi ton 136.
RGB:
(109,219,136)
(43%,86%,53%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 219 of 255 = 86%
B 136 of 255 = 53%

109
219
136

R + G + B ~ 61%. #6DDB88 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 219 + 136 = 464 (100%)
R 109 of 464 ~ 23.49%
G 219 of 464 ~ 47.2%
B 136 of 464 ~ 29.31%

%23.49
%47.2
%29.31

CMYK RENK MODELİ

#6DDB88 rengi CMYK tonu (50,0,38,14).

  • camgöbeği tonu 50.23%
  • eflatun tonu 0.00%
  • sarı tonu 37.90%
  • ana renk tonu 14.12%
CMYK:
(50,0,38,14)
C50M0Y38K14 
(50%,0%,38%,14%)
(0.50/0.00/0.38/0.14)	

CMYK yüzdeleri

%50.23
%0
%37.9
%14.12

Codes

Color #6DDB88 in popluar color models

6DDB88
RGB109219136
HSL135°60.44%64.31%
HSB/HSV135°50.23%85.88%
CMYK50.23%0.00%37.90%
14.12%

Color #6DDB88 in popluar number systems.

HEX6DDB88
Decimal109219136
Binary11011011101101110001000
Octal155333210

Shades and tints

Shades of #6DDB88

#6DDB88
(109,219,136)
#64C87C
(100,200,124)
#5BB570
(91,181,112)
#52A264
(82,162,100)
#498F58
(73,143,88)
#407C4C
(64,124,76)
#376940
(55,105,64)
#2E5634
(46,86,52)
#254328
(37,67,40)
#1C301C
(28,48,28)
#131D10
(19,29,16)
#000000
(0,0,0)

Tints of #6DDB88

#6DDB88
(109,219,136)
#7ADE92
(122,222,146)
#87E19C
(135,225,156)
#94E4A6
(148,228,166)
#A1E7B0
(161,231,176)
#AEEABA
(174,234,186)
#BBEDC4
(187,237,196)
#C8F0CE
(200,240,206)
#D5F3D8
(213,243,216)
#E2F6E2
(226,246,226)
#EFF9EC
(239,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DDB88 color. Also use rgb(109,219,136) instead hex code.

Text Font Color

.myTextColor { color: #6DDB88; }

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

This text font color is #6DDB88.


Background Color

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

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

This div background color is #6DDB88.


Border color

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

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

This div border color is #6DDB88.


Opacity

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

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

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

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

This text has shadow with #6DDB88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DDB88 on black background.


Color preview on white background

This text has color #6DDB88 on white background.



Black color preview on #6DDB88 background

This text has black color on #6DDB88 background.


White color preview on #6DDB88 background

This text has white color on #6DDB88 background.