COLOR #D6F19F

HEX: #D6F19F RGB: (214,241,159)

Color info

#D6F19F contains mainly red and green colors. Web safe color of #D6F19F is #CCFF99 (or #CF9).

RGB color model

#D6F19F color RGB value is (214,241,159).

RGB: (214,241,159) (84%, 95%, 62%)

RGB channels and saturation

R 214 of 255 = 84%
G 241 of 255 = 95%
B 159 of 255 = 62%

214
241
159

R + G + B ~ 80%. #D6F19F is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 241 + 159 = 614 (100%)
R 214 of 614 ~ 34.85%
G 241 of 614 ~ 39.25%
B 159 of 614 ~ 25.9'%

%34.85
%39.25
%25.9

CMYK color model

#D6F19F color CMYK value is (11,0,34,5).

  • cyan value is 11.20%
  • magenta value is 0.00%
  • yellow value is 34.02%
  • key color value is 5.49%

CMYK: (11,0,34,5)
C11M0Y34K5 (11%, 0%, 34%, 5%)
(0.11 / 0.00 / 0.34 / 0.05)

CMYK percentages

%11.2
%0
%34.02
%5.49

Codes

Color #D6F19F in popluar color models

D6 F1 9F
RGB 214 241 159
HSL 80° 74.55% 78.43%
HSB/HSV 80° 34.02% 94.51%
CMYK 11.20% 0.00% 34.02%
5.49%

Color #D6F19F in popluar number systems.

HEX D6 F1 9F
Decimal 214 241 159
Binary 11010110 11110001 10011111
Octal 326 361 237

Shades and tints

Shades of #D6F19F

#D6F19F
(214,241,159)
#C3DC91
(195,220,145)
#B0C783
(176,199,131)
#9DB275
(157,178,117)
#8A9D67
(138,157,103)
#778859
(119,136,89)
#64734B
(100,115,75)
#515E3D
(81,94,61)
#3E492F
(62,73,47)
#2B3421
(43,52,33)
#181F13
(24,31,19)
#000000
(0,0,0)

Tints of #D6F19F

#D6F19F
(214,241,159)
#D9F2A7
(217,242,167)
#DCF3AF
(220,243,175)
#DFF4B7
(223,244,183)
#E2F5BF
(226,245,191)
#E5F6C7
(229,246,199)
#E8F7CF
(232,247,207)
#EBF8D7
(235,248,215)
#EEF9DF
(238,249,223)
#F1FAE7
(241,250,231)
#F4FBEF
(244,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F19F color. Also use rgb(214,241,159) instead hex code.

Text Font Color

.myTextColor { color: #D6F19F; }

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

This text font color is #D6F19F.

Background Color

.myBgColor { background-color: #D6F19F; }

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

This div background color is #D6F19F.

Border color

.myBorderColor { border: 1px solid #D6F19F; }

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

This div border color is #D6F19F.

Opacity

.myOpacity80 { color: #D6F19F; opacity: 0.8; }

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

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

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

This text has shadow with #D6F19F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6F19F.

Preview

Color preview on black background

This text has color #D6F19F on black background.


Color preview on white background

This text has color #D6F19F on white background.


Black color preview on #D6F19F background

This text has black color on #D6F19F background.


White color preview on #D6F19F background

This text has white color on #D6F19F background.


Related colors

Complementary color

Complementary color for #hex is #290E60.


I love getcolorcode.com

Triadic colors

1 #9FD6F1 and #F19FD6 with #D6F19F are triadic colors.

2 #9FF1D6 and #F1D69F with #D6F19F are triadic colors.