COLOR #6DAB9C

HEX: #6DAB9C RGB: (109,171,156)

Color info

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

RGB color model

#6DAB9C color RGB value is (109,171,156).

RGB: (109,171,156) (43%, 67%, 61%)

RGB channels and saturation

R 109 of 255 = 43%
G 171 of 255 = 67%
B 156 of 255 = 61%

109
171
156

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

Portions of RGB colors in percentages

R + G + B = 109 + 171 + 156 = 436 (100%)
R 109 of 436 ~ 25%
G 171 of 436 ~ 39.22%
B 156 of 436 ~ 35.78'%

%25
%39.22
%35.78

CMYK color model

#6DAB9C color CMYK value is (36,0,9,33).

  • cyan value is 36.26%
  • magenta value is 0.00%
  • yellow value is 8.77%
  • key color value is 32.94%

CMYK: (36,0,9,33)
C36M0Y9K33 (36%, 0%, 9%, 33%)
(0.36 / 0.00 / 0.09 / 0.33)

CMYK percentages

%36.26
%0
%8.77
%32.94

Codes

Color #6DAB9C in popluar color models

6D AB 9C
RGB 109 171 156
HSL 165° 26.96% 54.90%
HSB/HSV 165° 36.26% 67.06%
CMYK 36.26% 0.00% 8.77%
32.94%

Color #6DAB9C in popluar number systems.

HEX 6D AB 9C
Decimal 109 171 156
Binary 1101101 10101011 10011100
Octal 155 253 234

Shades and tints

Shades of #6DAB9C

#6DAB9C
(109,171,156)
#649C8E
(100,156,142)
#5B8D80
(91,141,128)
#527E72
(82,126,114)
#496F64
(73,111,100)
#406056
(64,96,86)
#375148
(55,81,72)
#2E423A
(46,66,58)
#25332C
(37,51,44)
#1C241E
(28,36,30)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #6DAB9C

#6DAB9C
(109,171,156)
#7AB2A5
(122,178,165)
#87B9AE
(135,185,174)
#94C0B7
(148,192,183)
#A1C7C0
(161,199,192)
#AECEC9
(174,206,201)
#BBD5D2
(187,213,210)
#C8DCDB
(200,220,219)
#D5E3E4
(213,227,228)
#E2EAED
(226,234,237)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DAB9C color. Also use rgb(109,171,156) instead hex code.

Text Font Color

.myTextColor { color: #6DAB9C; }

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

This text font color is #6DAB9C.

Background Color

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

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

This div background color is #6DAB9C.

Border color

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

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

This div border color is #6DAB9C.

Opacity

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

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

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

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

This text has shadow with #6DAB9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DAB9C.

Preview

Color preview on black background

This text has color #6DAB9C on black background.


Color preview on white background

This text has color #6DAB9C on white background.


Black color preview on #6DAB9C background

This text has black color on #6DAB9C background.


White color preview on #6DAB9C background

This text has white color on #6DAB9C background.


Related colors

Complementary color

Complementary color for #hex is #925463.


I love getcolorcode.com

Triadic colors

1 #9C6DAB and #AB9C6D with #6DAB9C are triadic colors.

2 #9CAB6D and #AB6D9C with #6DAB9C are triadic colors.