COLOR #6DAC9B

HEX: #6DAC9B
RGB: (109,172,155)

Color info

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

RGB color model

#6DAC9B color RGB value is (109,172,155).

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

RGB channels and saturation

R 109 of 255 = 43%
G 172 of 255 = 67%
B 155 of 255 = 61%

109
172
155

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

Portions of RGB colors in percentages

R + G + B =
109 + 172 + 155 = 436 (100%)
R 109 of 436 ~ 25%
G 172 of 436 ~ 39.45%
B 155 of 436 ~ 35.55%

%25
%39.45
%35.55

CMYK color model

#6DAC9B color CMYK value is (37,0,10,33).

  • cyan value is 36.63%
  • magenta value is 0.00%
  • yellow value is 9.88%
  • key color value is 32.55%
CMYK:
(37,0,10,33)
C37M0Y10K33 
(37%,0%,10%,33%)
(0.37/0.00/0.10/0.33)	

CMYK percentages

%36.63
%0
%9.88
%32.55

Codes

Color #6DAC9B in popluar color models

6DAC9B
RGB109172155
HSL164°27.51%55.10%
HSB/HSV164°36.63%67.45%
CMYK36.63%0.00%9.88%
32.55%

Color #6DAC9B in popluar number systems.

HEX6DAC9B
Decimal109172155
Binary11011011010110010011011
Octal155254233

Shades and tints

Shades of #6DAC9B

#6DAC9B
(109,172,155)
#649D8D
(100,157,141)
#5B8E7F
(91,142,127)
#527F71
(82,127,113)
#497063
(73,112,99)
#406155
(64,97,85)
#375247
(55,82,71)
#2E4339
(46,67,57)
#25342B
(37,52,43)
#1C251D
(28,37,29)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #6DAC9B

#6DAC9B
(109,172,155)
#7AB3A4
(122,179,164)
#87BAAD
(135,186,173)
#94C1B6
(148,193,182)
#A1C8BF
(161,200,191)
#AECFC8
(174,207,200)
#BBD6D1
(187,214,209)
#C8DDDA
(200,221,218)
#D5E4E3
(213,228,227)
#E2EBEC
(226,235,236)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DAC9B; }

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

This text font color is #6DAC9B.


Background Color

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

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

This div background color is #6DAC9B.


Border color

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

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

This div border color is #6DAC9B.


Opacity

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

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

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

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

This text has shadow with #6DAC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DAC9B on black background.


Color preview on white background

This text has color #6DAC9B on white background.



Black color preview on #6DAC9B background

This text has black color on #6DAC9B background.


White color preview on #6DAC9B background

This text has white color on #6DAC9B background.