COLOR #6DAC99

HEX: #6DAC99 RGB: (109,172,153)

Color info

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

RGB color model

#6DAC99 color RGB value is (109,172,153).

RGB: (109,172,153) (43%, 67%, 60%)

RGB channels and saturation

R 109 of 255 = 43%
G 172 of 255 = 67%
B 153 of 255 = 60%

109
172
153

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

Portions of RGB colors in percentages

R + G + B = 109 + 172 + 153 = 434 (100%)
R 109 of 434 ~ 25.12%
G 172 of 434 ~ 39.63%
B 153 of 434 ~ 35.25'%

%25.12
%39.63
%35.25

CMYK color model

#6DAC99 color CMYK value is (37,0,11,33).

  • cyan value is 36.63%
  • magenta value is 0.00%
  • yellow value is 11.05%
  • key color value is 32.55%

CMYK: (37,0,11,33)
C37M0Y11K33 (37%, 0%, 11%, 33%)
(0.37 / 0.00 / 0.11 / 0.33)

CMYK percentages

%36.63
%0
%11.05
%32.55

Codes

Color #6DAC99 in popluar color models

6D AC 99
RGB 109 172 153
HSL 162° 27.51% 55.10%
HSB/HSV 162° 36.63% 67.45%
CMYK 36.63% 0.00% 11.05%
32.55%

Color #6DAC99 in popluar number systems.

HEX 6D AC 99
Decimal 109 172 153
Binary 1101101 10101100 10011001
Octal 155 254 231

Shades and tints

Shades of #6DAC99

#6DAC99
(109,172,153)
#649D8C
(100,157,140)
#5B8E7F
(91,142,127)
#527F72
(82,127,114)
#497065
(73,112,101)
#406158
(64,97,88)
#37524B
(55,82,75)
#2E433E
(46,67,62)
#253431
(37,52,49)
#1C2524
(28,37,36)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #6DAC99

#6DAC99
(109,172,153)
#7AB3A2
(122,179,162)
#87BAAB
(135,186,171)
#94C1B4
(148,193,180)
#A1C8BD
(161,200,189)
#AECFC6
(174,207,198)
#BBD6CF
(187,214,207)
#C8DDD8
(200,221,216)
#D5E4E1
(213,228,225)
#E2EBEA
(226,235,234)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DAC99; }

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

This text font color is #6DAC99.

Background Color

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

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

This div background color is #6DAC99.

Border color

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

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

This div border color is #6DAC99.

Opacity

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

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

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

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

This text has shadow with #6DAC99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DAC99.

Preview

Color preview on black background

This text has color #6DAC99 on black background.


Color preview on white background

This text has color #6DAC99 on white background.


Black color preview on #6DAC99 background

This text has black color on #6DAC99 background.


White color preview on #6DAC99 background

This text has white color on #6DAC99 background.


Related colors

Complementary color

Complementary color for #hex is #925366.


I love getcolorcode.com

Triadic colors

1 #996DAC and #AC996D with #6DAC99 are triadic colors.

2 #99AC6D and #AC6D99 with #6DAC99 are triadic colors.