COLOR #D6F1A9

HEX: #D6F1A9
RGB: (214,241,169)

Color info

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

RGB color model

#D6F1A9 color RGB value is (214,241,169).

  • red value is 214;
  • green value is 241;
  • blue value is 169.
RGB:
(214,241,169)
(84%,95%,66%)

RGB channels and saturation

R 214 of 255 = 84%
G 241 of 255 = 95%
B 169 of 255 = 66%

214
241
169

R + G + B ~ 82%. #D6F1A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 241 + 169 = 624 (100%)
R 214 of 624 ~ 34.29%
G 241 of 624 ~ 38.62%
B 169 of 624 ~ 27.08%

%34.29
%38.62
%27.08

CMYK color model

#D6F1A9 color CMYK value is (11,0,30,5).

  • cyan value is 11.20%
  • magenta value is 0.00%
  • yellow value is 29.88%
  • key color value is 5.49%
CMYK:
(11,0,30,5)
C11M0Y30K5 
(11%,0%,30%,5%)
(0.11/0.00/0.30/0.05)	

CMYK percentages

%11.2
%0
%29.88
%5.49

Codes

Color #D6F1A9 in popluar color models

D6F1A9
RGB214241169
HSL83°72.00%80.39%
HSB/HSV83°29.88%94.51%
CMYK11.20%0.00%29.88%
5.49%

Color #D6F1A9 in popluar number systems.

HEXD6F1A9
Decimal214241169
Binary110101101111000110101001
Octal326361251

Shades and tints

Shades of #D6F1A9

#D6F1A9
(214,241,169)
#C3DC9A
(195,220,154)
#B0C78B
(176,199,139)
#9DB27C
(157,178,124)
#8A9D6D
(138,157,109)
#77885E
(119,136,94)
#64734F
(100,115,79)
#515E40
(81,94,64)
#3E4931
(62,73,49)
#2B3422
(43,52,34)
#181F13
(24,31,19)
#000000
(0,0,0)

Tints of #D6F1A9

#D6F1A9
(214,241,169)
#D9F2B0
(217,242,176)
#DCF3B7
(220,243,183)
#DFF4BE
(223,244,190)
#E2F5C5
(226,245,197)
#E5F6CC
(229,246,204)
#E8F7D3
(232,247,211)
#EBF8DA
(235,248,218)
#EEF9E1
(238,249,225)
#F1FAE8
(241,250,232)
#F4FBEF
(244,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F1A9; }

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

This text font color is #D6F1A9.


Background Color

.myBgColor { background-color: #D6F1A9; }

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

This div background color is #D6F1A9.


Border color

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

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

This div border color is #D6F1A9.


Opacity

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

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

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

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

This text has shadow with #D6F1A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F1A9 on black background.


Color preview on white background

This text has color #D6F1A9 on white background.



Black color preview on #D6F1A9 background

This text has black color on #D6F1A9 background.


White color preview on #D6F1A9 background

This text has white color on #D6F1A9 background.