COLOR #6DAA8C

HEX: #6DAA8C
RGB: (109,170,140)

Color info

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

RGB color model

#6DAA8C color RGB value is (109,170,140).

  • red value is 109;
  • green value is 170;
  • blue value is 140.
RGB:
(109,170,140)
(43%,67%,55%)

RGB channels and saturation

R 109 of 255 = 43%
G 170 of 255 = 67%
B 140 of 255 = 55%

109
170
140

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

Portions of RGB colors in percentages

R + G + B =
109 + 170 + 140 = 419 (100%)
R 109 of 419 ~ 26.01%
G 170 of 419 ~ 40.57%
B 140 of 419 ~ 33.41%

%26.01
%40.57
%33.41

CMYK color model

#6DAA8C color CMYK value is (36,0,18,33).

  • cyan value is 35.88%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 33.33%
CMYK:
(36,0,18,33)
C36M0Y18K33 
(36%,0%,18%,33%)
(0.36/0.00/0.18/0.33)	

CMYK percentages

%35.88
%0
%17.65
%33.33

Codes

Color #6DAA8C in popluar color models

6DAA8C
RGB109170140
HSL150°26.41%54.71%
HSB/HSV150°35.88%66.67%
CMYK35.88%0.00%17.65%
33.33%

Color #6DAA8C in popluar number systems.

HEX6DAA8C
Decimal109170140
Binary11011011010101010001100
Octal155252214

Shades and tints

Shades of #6DAA8C

#6DAA8C
(109,170,140)
#649B80
(100,155,128)
#5B8C74
(91,140,116)
#527D68
(82,125,104)
#496E5C
(73,110,92)
#405F50
(64,95,80)
#375044
(55,80,68)
#2E4138
(46,65,56)
#25322C
(37,50,44)
#1C2320
(28,35,32)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #6DAA8C

#6DAA8C
(109,170,140)
#7AB196
(122,177,150)
#87B8A0
(135,184,160)
#94BFAA
(148,191,170)
#A1C6B4
(161,198,180)
#AECDBE
(174,205,190)
#BBD4C8
(187,212,200)
#C8DBD2
(200,219,210)
#D5E2DC
(213,226,220)
#E2E9E6
(226,233,230)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DAA8C color. Also use rgb(109,170,140) instead hex code.

Text Font Color

.myTextColor { color: #6DAA8C; }

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

This text font color is #6DAA8C.


Background Color

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

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

This div background color is #6DAA8C.


Border color

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

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

This div border color is #6DAA8C.


Opacity

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

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

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

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

This text has shadow with #6DAA8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DAA8C on black background.


Color preview on white background

This text has color #6DAA8C on white background.



Black color preview on #6DAA8C background

This text has black color on #6DAA8C background.


White color preview on #6DAA8C background

This text has white color on #6DAA8C background.