COLOR #D6FAB1

HEX: #D6FAB1 RGB: (214,250,177)

Color info

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

RGB color model

#D6FAB1 color RGB value is (214,250,177).

RGB: (214,250,177) (84%, 98%, 69%)

RGB channels and saturation

R 214 of 255 = 84%
G 250 of 255 = 98%
B 177 of 255 = 69%

214
250
177

R + G + B ~ 84%. #D6FAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 250 + 177 = 641 (100%)
R 214 of 641 ~ 33.39%
G 250 of 641 ~ 39%
B 177 of 641 ~ 27.61'%

%33.39
%39
%27.61

CMYK color model

#D6FAB1 color CMYK value is (14,0,29,2).

  • cyan value is 14.40%
  • magenta value is 0.00%
  • yellow value is 29.20%
  • key color value is 1.96%

CMYK: (14,0,29,2)
C14M0Y29K2 (14%, 0%, 29%, 2%)
(0.14 / 0.00 / 0.29 / 0.02)

CMYK percentages

%14.4
%0
%29.2
%1.96

Codes

Color #D6FAB1 in popluar color models

D6 FA B1
RGB 214 250 177
HSL 90° 87.95% 83.73%
HSB/HSV 90° 29.20% 98.04%
CMYK 14.40% 0.00% 29.20%
1.96%

Color #D6FAB1 in popluar number systems.

HEX D6 FA B1
Decimal 214 250 177
Binary 11010110 11111010 10110001
Octal 326 372 261

Shades and tints

Shades of #D6FAB1

#D6FAB1
(214,250,177)
#C3E4A1
(195,228,161)
#B0CE91
(176,206,145)
#9DB881
(157,184,129)
#8AA271
(138,162,113)
#778C61
(119,140,97)
#647651
(100,118,81)
#516041
(81,96,65)
#3E4A31
(62,74,49)
#2B3421
(43,52,33)
#181E11
(24,30,17)
#000000
(0,0,0)

Tints of #D6FAB1

#D6FAB1
(214,250,177)
#D9FAB8
(217,250,184)
#DCFABF
(220,250,191)
#DFFAC6
(223,250,198)
#E2FACD
(226,250,205)
#E5FAD4
(229,250,212)
#E8FADB
(232,250,219)
#EBFAE2
(235,250,226)
#EEFAE9
(238,250,233)
#F1FAF0
(241,250,240)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6FAB1 color. Also use rgb(214,250,177) instead hex code.

Text Font Color

.myTextColor { color: #D6FAB1; }

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

This text font color is #D6FAB1.

Background Color

.myBgColor { background-color: #D6FAB1; }

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

This div background color is #D6FAB1.

Border color

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

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

This div border color is #D6FAB1.

Opacity

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

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

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

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

This text has shadow with #D6FAB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6FAB1.

Preview

Color preview on black background

This text has color #D6FAB1 on black background.


Color preview on white background

This text has color #D6FAB1 on white background.


Black color preview on #D6FAB1 background

This text has black color on #D6FAB1 background.


White color preview on #D6FAB1 background

This text has white color on #D6FAB1 background.


Related colors

Complementary color

Complementary color for #hex is #29054E.


I love getcolorcode.com

Triadic colors

1 #B1D6FA and #FAB1D6 with #D6FAB1 are triadic colors.

2 #B1FAD6 and #FAD6B1 with #D6FAB1 are triadic colors.