COLOR #6DDAB3

HEX: #6DDAB3
RGB: (109,218,179)

Color info

#6DDAB3 contains mainly green and blue colors. Web safe color of #6DDAB3 is #66CC99 (or #6C9).

RGB color model

#6DDAB3 color RGB value is (109,218,179).

  • red value is 109;
  • green value is 218;
  • blue value is 179.
RGB:
(109,218,179)
(43%,85%,70%)

RGB channels and saturation

R 109 of 255 = 43%
G 218 of 255 = 85%
B 179 of 255 = 70%

109
218
179

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

Portions of RGB colors in percentages

R + G + B =
109 + 218 + 179 = 506 (100%)
R 109 of 506 ~ 21.54%
G 218 of 506 ~ 43.08%
B 179 of 506 ~ 35.38%

%21.54
%43.08
%35.38

CMYK color model

#6DDAB3 color CMYK value is (50,0,18,15).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 17.89%
  • key color value is 14.51%
CMYK:
(50,0,18,15)
C50M0Y18K15 
(50%,0%,18%,15%)
(0.50/0.00/0.18/0.15)	

CMYK percentages

%50
%0
%17.89
%14.51

Codes

Color #6DDAB3 in popluar color models

6DDAB3
RGB109218179
HSL159°59.56%64.12%
HSB/HSV159°50.00%85.49%
CMYK50.00%0.00%17.89%
14.51%

Color #6DDAB3 in popluar number systems.

HEX6DDAB3
Decimal109218179
Binary11011011101101010110011
Octal155332263

Shades and tints

Shades of #6DDAB3

#6DDAB3
(109,218,179)
#64C7A3
(100,199,163)
#5BB493
(91,180,147)
#52A183
(82,161,131)
#498E73
(73,142,115)
#407B63
(64,123,99)
#376853
(55,104,83)
#2E5543
(46,85,67)
#254233
(37,66,51)
#1C2F23
(28,47,35)
#131C13
(19,28,19)
#000000
(0,0,0)

Tints of #6DDAB3

#6DDAB3
(109,218,179)
#7ADDB9
(122,221,185)
#87E0BF
(135,224,191)
#94E3C5
(148,227,197)
#A1E6CB
(161,230,203)
#AEE9D1
(174,233,209)
#BBECD7
(187,236,215)
#C8EFDD
(200,239,221)
#D5F2E3
(213,242,227)
#E2F5E9
(226,245,233)
#EFF8EF
(239,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DDAB3 color. Also use rgb(109,218,179) instead hex code.

Text Font Color

.myTextColor { color: #6DDAB3; }

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

This text font color is #6DDAB3.


Background Color

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

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

This div background color is #6DDAB3.


Border color

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

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

This div border color is #6DDAB3.


Opacity

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

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

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

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

This text has shadow with #6DDAB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DDAB3 on black background.


Color preview on white background

This text has color #6DDAB3 on white background.



Black color preview on #6DDAB3 background

This text has black color on #6DDAB3 background.


White color preview on #6DDAB3 background

This text has white color on #6DDAB3 background.