COLOR #6FD99C

HEX: #6FD99C RGB: (111,217,156)

Color info

#6FD99C contains mainly green color. Web safe color of #6FD99C is #66CC99 (or #6C9).

RGB color model

#6FD99C color RGB value is (111,217,156).

RGB: (111,217,156) (44%, 85%, 61%)

RGB channels and saturation

R 111 of 255 = 44%
G 217 of 255 = 85%
B 156 of 255 = 61%

111
217
156

R + G + B ~ 63%. #6FD99C is quite light color.

Portions of RGB colors in percentages

R + G + B = 111 + 217 + 156 = 484 (100%)
R 111 of 484 ~ 22.93%
G 217 of 484 ~ 44.83%
B 156 of 484 ~ 32.23'%

%22.93
%44.83
%32.23

CMYK color model

#6FD99C color CMYK value is (49,0,28,15).

  • cyan value is 48.85%
  • magenta value is 0.00%
  • yellow value is 28.11%
  • key color value is 14.90%

CMYK: (49,0,28,15)
C49M0Y28K15 (49%, 0%, 28%, 15%)
(0.49 / 0.00 / 0.28 / 0.15)

CMYK percentages

%48.85
%0
%28.11
%14.9

Codes

Color #6FD99C in popluar color models

6F D9 9C
RGB 111 217 156
HSL 145° 58.24% 64.31%
HSB/HSV 145° 48.85% 85.10%
CMYK 48.85% 0.00% 28.11%
14.90%

Color #6FD99C in popluar number systems.

HEX 6F D9 9C
Decimal 111 217 156
Binary 1101111 11011001 10011100
Octal 157 331 234

Shades and tints

Shades of #6FD99C

#6FD99C
(111,217,156)
#65C68E
(101,198,142)
#5BB380
(91,179,128)
#51A072
(81,160,114)
#478D64
(71,141,100)
#3D7A56
(61,122,86)
#336748
(51,103,72)
#29543A
(41,84,58)
#1F412C
(31,65,44)
#152E1E
(21,46,30)
#0B1B10
(11,27,16)
#000000
(0,0,0)

Tints of #6FD99C

#6FD99C
(111,217,156)
#7CDCA5
(124,220,165)
#89DFAE
(137,223,174)
#96E2B7
(150,226,183)
#A3E5C0
(163,229,192)
#B0E8C9
(176,232,201)
#BDEBD2
(189,235,210)
#CAEEDB
(202,238,219)
#D7F1E4
(215,241,228)
#E4F4ED
(228,244,237)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FD99C color. Also use rgb(111,217,156) instead hex code.

Text Font Color

.myTextColor { color: #6FD99C; }

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

This text font color is #6FD99C.

Background Color

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

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

This div background color is #6FD99C.

Border color

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

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

This div border color is #6FD99C.

Opacity

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

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

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

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

This text has shadow with #6FD99C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FD99C.

Preview

Color preview on black background

This text has color #6FD99C on black background.


Color preview on white background

This text has color #6FD99C on white background.


Black color preview on #6FD99C background

This text has black color on #6FD99C background.


White color preview on #6FD99C background

This text has white color on #6FD99C background.


Related colors

Complementary color

Complementary color for #hex is #902663.


I love getcolorcode.com

Triadic colors

1 #9C6FD9 and #D99C6F with #6FD99C are triadic colors.

2 #9CD96F and #D96F9C with #6FD99C are triadic colors.