COLOR #D6F1AB

HEX: #D6F1AB
RGB: (214,241,171)

Color info

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

RGB color model

#D6F1AB color RGB value is (214,241,171).

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

RGB channels and saturation

R 214 of 255 = 84%
G 241 of 255 = 95%
B 171 of 255 = 67%

214
241
171

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

Portions of RGB colors in percentages

R + G + B =
214 + 241 + 171 = 626 (100%)
R 214 of 626 ~ 34.19%
G 241 of 626 ~ 38.5%
B 171 of 626 ~ 27.32%

%34.19
%38.5
%27.32

CMYK color model

#D6F1AB color CMYK value is (11,0,29,5).

  • cyan value is 11.20%
  • magenta value is 0.00%
  • yellow value is 29.05%
  • key color value is 5.49%
CMYK:
(11,0,29,5)
C11M0Y29K5 
(11%,0%,29%,5%)
(0.11/0.00/0.29/0.05)	

CMYK percentages

%11.2
%0
%29.05
%5.49

Codes

Color #D6F1AB in popluar color models

D6F1AB
RGB214241171
HSL83°71.43%80.78%
HSB/HSV83°29.05%94.51%
CMYK11.20%0.00%29.05%
5.49%

Color #D6F1AB in popluar number systems.

HEXD6F1AB
Decimal214241171
Binary110101101111000110101011
Octal326361253

Shades and tints

Shades of #D6F1AB

#D6F1AB
(214,241,171)
#C3DC9C
(195,220,156)
#B0C78D
(176,199,141)
#9DB27E
(157,178,126)
#8A9D6F
(138,157,111)
#778860
(119,136,96)
#647351
(100,115,81)
#515E42
(81,94,66)
#3E4933
(62,73,51)
#2B3424
(43,52,36)
#181F15
(24,31,21)
#000000
(0,0,0)

Tints of #D6F1AB

#D6F1AB
(214,241,171)
#D9F2B2
(217,242,178)
#DCF3B9
(220,243,185)
#DFF4C0
(223,244,192)
#E2F5C7
(226,245,199)
#E5F6CE
(229,246,206)
#E8F7D5
(232,247,213)
#EBF8DC
(235,248,220)
#EEF9E3
(238,249,227)
#F1FAEA
(241,250,234)
#F4FBF1
(244,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F1AB; }

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

This text font color is #D6F1AB.


Background Color

.myBgColor { background-color: #D6F1AB; }

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

This div background color is #D6F1AB.


Border color

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

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

This div border color is #D6F1AB.


Opacity

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

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

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

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

This text has shadow with #D6F1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F1AB on black background.


Color preview on white background

This text has color #D6F1AB on white background.



Black color preview on #D6F1AB background

This text has black color on #D6F1AB background.


White color preview on #D6F1AB background

This text has white color on #D6F1AB background.