COLOR #6DDDAF

HEX: #6DDDAF
RGB: (109,221,175)

Renk bilgisi

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

RGB renk modeli

#6DDDAF color RGB value is (109,221,175).

  • kırmız ton 109;
  • yeşil ton 221;
  • mavi ton 175.
RGB:
(109,221,175)
(43%,87%,69%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 221 of 255 = 87%
B 175 of 255 = 69%

109
221
175

R + G + B ~ 66%. #6DDDAF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 221 + 175 = 505 (100%)
R 109 of 505 ~ 21.58%
G 221 of 505 ~ 43.76%
B 175 of 505 ~ 34.65%

%21.58
%43.76
%34.65

CMYK RENK MODELİ

#6DDDAF rengi CMYK tonu (51,0,21,13).

  • camgöbeği tonu 50.68%
  • eflatun tonu 0.00%
  • sarı tonu 20.81%
  • ana renk tonu 13.33%
CMYK:
(51,0,21,13)
C51M0Y21K13 
(51%,0%,21%,13%)
(0.51/0.00/0.21/0.13)	

CMYK yüzdeleri

%50.68
%0
%20.81
%13.33

Codes

Color #6DDDAF in popluar color models

6DDDAF
RGB109221175
HSL155°62.22%64.71%
HSB/HSV155°50.68%86.67%
CMYK50.68%0.00%20.81%
13.33%

Color #6DDDAF in popluar number systems.

HEX6DDDAF
Decimal109221175
Binary11011011101110110101111
Octal155335257

Shades and tints

Shades of #6DDDAF

#6DDDAF
(109,221,175)
#64C9A0
(100,201,160)
#5BB591
(91,181,145)
#52A182
(82,161,130)
#498D73
(73,141,115)
#407964
(64,121,100)
#376555
(55,101,85)
#2E5146
(46,81,70)
#253D37
(37,61,55)
#1C2928
(28,41,40)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #6DDDAF

#6DDDAF
(109,221,175)
#7AE0B6
(122,224,182)
#87E3BD
(135,227,189)
#94E6C4
(148,230,196)
#A1E9CB
(161,233,203)
#AEECD2
(174,236,210)
#BBEFD9
(187,239,217)
#C8F2E0
(200,242,224)
#D5F5E7
(213,245,231)
#E2F8EE
(226,248,238)
#EFFBF5
(239,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DDDAF color. Also use rgb(109,221,175) instead hex code.

Text Font Color

.myTextColor { color: #6DDDAF; }

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

This text font color is #6DDDAF.


Background Color

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

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

This div background color is #6DDDAF.


Border color

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

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

This div border color is #6DDDAF.


Opacity

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

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

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

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

This text has shadow with #6DDDAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DDDAF on black background.


Color preview on white background

This text has color #6DDDAF on white background.



Black color preview on #6DDDAF background

This text has black color on #6DDDAF background.


White color preview on #6DDDAF background

This text has white color on #6DDDAF background.