COLOR #6DAC8E

HEX: #6DAC8E
RGB: (109,172,142)

Color info

#6DAC8E contains mainly green and blue colors. Web safe color of #6DAC8E is #669999 (or #699).

RGB color model

#6DAC8E color RGB value is (109,172,142).

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

RGB channels and saturation

R 109 of 255 = 43%
G 172 of 255 = 67%
B 142 of 255 = 56%

109
172
142

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

Portions of RGB colors in percentages

R + G + B =
109 + 172 + 142 = 423 (100%)
R 109 of 423 ~ 25.77%
G 172 of 423 ~ 40.66%
B 142 of 423 ~ 33.57%

%25.77
%40.66
%33.57

CMYK color model

#6DAC8E color CMYK value is (37,0,17,33).

  • cyan value is 36.63%
  • magenta value is 0.00%
  • yellow value is 17.44%
  • key color value is 32.55%
CMYK:
(37,0,17,33)
C37M0Y17K33 
(37%,0%,17%,33%)
(0.37/0.00/0.17/0.33)	

CMYK percentages

%36.63
%0
%17.44
%32.55

Codes

Color #6DAC8E in popluar color models

6DAC8E
RGB109172142
HSL151°27.51%55.10%
HSB/HSV151°36.63%67.45%
CMYK36.63%0.00%17.44%
32.55%

Color #6DAC8E in popluar number systems.

HEX6DAC8E
Decimal109172142
Binary11011011010110010001110
Octal155254216

Shades and tints

Shades of #6DAC8E

#6DAC8E
(109,172,142)
#649D82
(100,157,130)
#5B8E76
(91,142,118)
#527F6A
(82,127,106)
#49705E
(73,112,94)
#406152
(64,97,82)
#375246
(55,82,70)
#2E433A
(46,67,58)
#25342E
(37,52,46)
#1C2522
(28,37,34)
#131616
(19,22,22)
#000000
(0,0,0)

Tints of #6DAC8E

#6DAC8E
(109,172,142)
#7AB398
(122,179,152)
#87BAA2
(135,186,162)
#94C1AC
(148,193,172)
#A1C8B6
(161,200,182)
#AECFC0
(174,207,192)
#BBD6CA
(187,214,202)
#C8DDD4
(200,221,212)
#D5E4DE
(213,228,222)
#E2EBE8
(226,235,232)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DAC8E; }

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

This text font color is #6DAC8E.


Background Color

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

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

This div background color is #6DAC8E.


Border color

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

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

This div border color is #6DAC8E.


Opacity

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

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

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

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

This text has shadow with #6DAC8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DAC8E on black background.


Color preview on white background

This text has color #6DAC8E on white background.



Black color preview on #6DAC8E background

This text has black color on #6DAC8E background.


White color preview on #6DAC8E background

This text has white color on #6DAC8E background.