COLOR #6FDCA9

HEX: #6FDCA9 RGB: (111,220,169)

Color info

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

RGB color model

#6FDCA9 color RGB value is (111,220,169).

RGB: (111,220,169) (44%, 86%, 66%)

RGB channels and saturation

R 111 of 255 = 44%
G 220 of 255 = 86%
B 169 of 255 = 66%

111
220
169

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

Portions of RGB colors in percentages

R + G + B = 111 + 220 + 169 = 500 (100%)
R 111 of 500 ~ 22.2%
G 220 of 500 ~ 44%
B 169 of 500 ~ 33.8'%

%22.2
%44
%33.8

CMYK color model

#6FDCA9 color CMYK value is (50,0,23,14).

  • cyan value is 49.55%
  • magenta value is 0.00%
  • yellow value is 23.18%
  • key color value is 13.73%

CMYK: (50,0,23,14)
C50M0Y23K14 (50%, 0%, 23%, 14%)
(0.50 / 0.00 / 0.23 / 0.14)

CMYK percentages

%49.55
%0
%23.18
%13.73

Codes

Color #6FDCA9 in popluar color models

6F DC A9
RGB 111 220 169
HSL 152° 60.89% 64.90%
HSB/HSV 152° 49.55% 86.27%
CMYK 49.55% 0.00% 23.18%
13.73%

Color #6FDCA9 in popluar number systems.

HEX 6F DC A9
Decimal 111 220 169
Binary 1101111 11011100 10101001
Octal 157 334 251

Shades and tints

Shades of #6FDCA9

#6FDCA9
(111,220,169)
#65C89A
(101,200,154)
#5BB48B
(91,180,139)
#51A07C
(81,160,124)
#478C6D
(71,140,109)
#3D785E
(61,120,94)
#33644F
(51,100,79)
#295040
(41,80,64)
#1F3C31
(31,60,49)
#152822
(21,40,34)
#0B1413
(11,20,19)
#000000
(0,0,0)

Tints of #6FDCA9

#6FDCA9
(111,220,169)
#7CDFB0
(124,223,176)
#89E2B7
(137,226,183)
#96E5BE
(150,229,190)
#A3E8C5
(163,232,197)
#B0EBCC
(176,235,204)
#BDEED3
(189,238,211)
#CAF1DA
(202,241,218)
#D7F4E1
(215,244,225)
#E4F7E8
(228,247,232)
#F1FAEF
(241,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FDCA9 color. Also use rgb(111,220,169) instead hex code.

Text Font Color

.myTextColor { color: #6FDCA9; }

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

This text font color is #6FDCA9.

Background Color

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

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

This div background color is #6FDCA9.

Border color

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

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

This div border color is #6FDCA9.

Opacity

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

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

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

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

This text has shadow with #6FDCA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FDCA9.

Preview

Color preview on black background

This text has color #6FDCA9 on black background.


Color preview on white background

This text has color #6FDCA9 on white background.


Black color preview on #6FDCA9 background

This text has black color on #6FDCA9 background.


White color preview on #6FDCA9 background

This text has white color on #6FDCA9 background.


Related colors

Complementary color

Complementary color for #hex is #902356.


I love getcolorcode.com

Triadic colors

1 #A96FDC and #DCA96F with #6FDCA9 are triadic colors.

2 #A9DC6F and #DC6FA9 with #6FDCA9 are triadic colors.