COLOR #6DB6AC

HEX: #6DB6AC
RGB: (109,182,172)

Color info

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

RGB color model

#6DB6AC color RGB value is (109,182,172).

  • red value is 109;
  • green value is 182;
  • blue value is 172.
RGB:
(109,182,172)
(43%,71%,67%)

RGB channels and saturation

R 109 of 255 = 43%
G 182 of 255 = 71%
B 172 of 255 = 67%

109
182
172

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

Portions of RGB colors in percentages

R + G + B =
109 + 182 + 172 = 463 (100%)
R 109 of 463 ~ 23.54%
G 182 of 463 ~ 39.31%
B 172 of 463 ~ 37.15%

%23.54
%39.31
%37.15

CMYK color model

#6DB6AC color CMYK value is (40,0,5,29).

  • cyan value is 40.11%
  • magenta value is 0.00%
  • yellow value is 5.49%
  • key color value is 28.63%
CMYK:
(40,0,5,29)
C40M0Y5K29 
(40%,0%,5%,29%)
(0.40/0.00/0.05/0.29)	

CMYK percentages

%40.11
%0
%5.49
%28.63

Codes

Color #6DB6AC in popluar color models

6DB6AC
RGB109182172
HSL172°33.33%57.06%
HSB/HSV172°40.11%71.37%
CMYK40.11%0.00%5.49%
28.63%

Color #6DB6AC in popluar number systems.

HEX6DB6AC
Decimal109182172
Binary11011011011011010101100
Octal155266254

Shades and tints

Shades of #6DB6AC

#6DB6AC
(109,182,172)
#64A69D
(100,166,157)
#5B968E
(91,150,142)
#52867F
(82,134,127)
#497670
(73,118,112)
#406661
(64,102,97)
#375652
(55,86,82)
#2E4643
(46,70,67)
#253634
(37,54,52)
#1C2625
(28,38,37)
#131616
(19,22,22)
#000000
(0,0,0)

Tints of #6DB6AC

#6DB6AC
(109,182,172)
#7ABCB3
(122,188,179)
#87C2BA
(135,194,186)
#94C8C1
(148,200,193)
#A1CEC8
(161,206,200)
#AED4CF
(174,212,207)
#BBDAD6
(187,218,214)
#C8E0DD
(200,224,221)
#D5E6E4
(213,230,228)
#E2ECEB
(226,236,235)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB6AC color. Also use rgb(109,182,172) instead hex code.

Text Font Color

.myTextColor { color: #6DB6AC; }

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

This text font color is #6DB6AC.


Background Color

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

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

This div background color is #6DB6AC.


Border color

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

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

This div border color is #6DB6AC.


Opacity

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

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

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

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

This text has shadow with #6DB6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB6AC on black background.


Color preview on white background

This text has color #6DB6AC on white background.



Black color preview on #6DB6AC background

This text has black color on #6DB6AC background.


White color preview on #6DB6AC background

This text has white color on #6DB6AC background.