COLOR #6DD5A3

HEX: #6DD5A3
RGB: (109,213,163)

Renk bilgisi

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

RGB renk modeli

#6DD5A3 color RGB value is (109,213,163).

  • kırmız ton 109;
  • yeşil ton 213;
  • mavi ton 163.
RGB:
(109,213,163)
(43%,84%,64%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 213 of 255 = 84%
B 163 of 255 = 64%

109
213
163

R + G + B ~ 64%. #6DD5A3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 213 + 163 = 485 (100%)
R 109 of 485 ~ 22.47%
G 213 of 485 ~ 43.92%
B 163 of 485 ~ 33.61%

%22.47
%43.92
%33.61

CMYK RENK MODELİ

#6DD5A3 rengi CMYK tonu (49,0,23,16).

  • camgöbeği tonu 48.83%
  • eflatun tonu 0.00%
  • sarı tonu 23.47%
  • ana renk tonu 16.47%
CMYK:
(49,0,23,16)
C49M0Y23K16 
(49%,0%,23%,16%)
(0.49/0.00/0.23/0.16)	

CMYK yüzdeleri

%48.83
%0
%23.47
%16.47

Codes

Color #6DD5A3 in popluar color models

6DD5A3
RGB109213163
HSL151°55.32%63.14%
HSB/HSV151°48.83%83.53%
CMYK48.83%0.00%23.47%
16.47%

Color #6DD5A3 in popluar number systems.

HEX6DD5A3
Decimal109213163
Binary11011011101010110100011
Octal155325243

Shades and tints

Shades of #6DD5A3

#6DD5A3
(109,213,163)
#64C295
(100,194,149)
#5BAF87
(91,175,135)
#529C79
(82,156,121)
#49896B
(73,137,107)
#40765D
(64,118,93)
#37634F
(55,99,79)
#2E5041
(46,80,65)
#253D33
(37,61,51)
#1C2A25
(28,42,37)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #6DD5A3

#6DD5A3
(109,213,163)
#7AD8AB
(122,216,171)
#87DBB3
(135,219,179)
#94DEBB
(148,222,187)
#A1E1C3
(161,225,195)
#AEE4CB
(174,228,203)
#BBE7D3
(187,231,211)
#C8EADB
(200,234,219)
#D5EDE3
(213,237,227)
#E2F0EB
(226,240,235)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DD5A3 color. Also use rgb(109,213,163) instead hex code.

Text Font Color

.myTextColor { color: #6DD5A3; }

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

This text font color is #6DD5A3.


Background Color

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

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

This div background color is #6DD5A3.


Border color

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

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

This div border color is #6DD5A3.


Opacity

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

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

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

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

This text has shadow with #6DD5A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DD5A3 on black background.


Color preview on white background

This text has color #6DD5A3 on white background.



Black color preview on #6DD5A3 background

This text has black color on #6DD5A3 background.


White color preview on #6DD5A3 background

This text has white color on #6DD5A3 background.