COLOR #6CDFA9

HEX: #6CDFA9 RGB: (108,223,169)

Color info

#6CDFA9 contains mainly green and blue colors. Web safe color of #6CDFA9 is #66CC99 (or #6C9).

RGB color model

#6CDFA9 color RGB value is (108,223,169).

RGB: (108,223,169) (42%, 87%, 66%)

RGB channels and saturation

R 108 of 255 = 42%
G 223 of 255 = 87%
B 169 of 255 = 66%

108
223
169

R + G + B ~ 65%. #6CDFA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 108 + 223 + 169 = 500 (100%)
R 108 of 500 ~ 21.6%
G 223 of 500 ~ 44.6%
B 169 of 500 ~ 33.8'%

%21.6
%44.6
%33.8

CMYK color model

#6CDFA9 color CMYK value is (52,0,24,13).

  • cyan value is 51.57%
  • magenta value is 0.00%
  • yellow value is 24.22%
  • key color value is 12.55%

CMYK: (52,0,24,13)
C52M0Y24K13 (52%, 0%, 24%, 13%)
(0.52 / 0.00 / 0.24 / 0.13)

CMYK percentages

%51.57
%0
%24.22
%12.55

Codes

Color #6CDFA9 in popluar color models

6C DF A9
RGB 108 223 169
HSL 152° 64.25% 64.90%
HSB/HSV 152° 51.57% 87.45%
CMYK 51.57% 0.00% 24.22%
12.55%

Color #6CDFA9 in popluar number systems.

HEX 6C DF A9
Decimal 108 223 169
Binary 1101100 11011111 10101001
Octal 154 337 251

Shades and tints

Shades of #6CDFA9

#6CDFA9
(108,223,169)
#63CB9A
(99,203,154)
#5AB78B
(90,183,139)
#51A37C
(81,163,124)
#488F6D
(72,143,109)
#3F7B5E
(63,123,94)
#36674F
(54,103,79)
#2D5340
(45,83,64)
#243F31
(36,63,49)
#1B2B22
(27,43,34)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #6CDFA9

#6CDFA9
(108,223,169)
#79E1B0
(121,225,176)
#86E3B7
(134,227,183)
#93E5BE
(147,229,190)
#A0E7C5
(160,231,197)
#ADE9CC
(173,233,204)
#BAEBD3
(186,235,211)
#C7EDDA
(199,237,218)
#D4EFE1
(212,239,225)
#E1F1E8
(225,241,232)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CDFA9 color. Also use rgb(108,223,169) instead hex code.

Text Font Color

.myTextColor { color: #6CDFA9; }

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

This text font color is #6CDFA9.

Background Color

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

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

This div background color is #6CDFA9.

Border color

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

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

This div border color is #6CDFA9.

Opacity

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

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

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

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

This text has shadow with #6CDFA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CDFA9.

Preview

Color preview on black background

This text has color #6CDFA9 on black background.


Color preview on white background

This text has color #6CDFA9 on white background.


Black color preview on #6CDFA9 background

This text has black color on #6CDFA9 background.


White color preview on #6CDFA9 background

This text has white color on #6CDFA9 background.


Related colors

Complementary color

Complementary color for #hex is #932056.


I love getcolorcode.com

Triadic colors

1 #A96CDF and #DFA96C with #6CDFA9 are triadic colors.

2 #A9DF6C and #DF6CA9 with #6CDFA9 are triadic colors.