COLOR #D6F4B1

HEX: #D6F4B1
RGB: (214,244,177)

Color info

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

RGB color model

#D6F4B1 color RGB value is (214,244,177).

  • red value is 214;
  • green value is 244;
  • blue value is 177.
RGB: (214,244,177) (84%,96%,69%)

RGB channels and saturation

R 214 of 255 = 84%
G 244 of 255 = 96%
B 177 of 255 = 69%

214
244
177

R + G + B ~ 83%. #D6F4B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 244 + 177 = 635 (100%)
R 214 of 635 ~ 33.7%
G 244 of 635 ~ 38.43%
B 177 of 635 ~ 27.87%

%33.7
%38.43
%27.87

CMYK color model

#D6F4B1 color CMYK value is (12,0,27,4).

  • cyan value is 12.30%
  • magenta value is 0.00%
  • yellow value is 27.46%
  • key color value is 4.31%
CMYK: (12,0,27,4) C12M0Y27K4 (12%,0%,27%,4%) (0.12/0.00/0.27/0.04)

CMYK percentages

%12.3
%0
%27.46
%4.31

Codes

Color #D6F4B1 in popluar color models

D6F4B1
RGB214244177
HSL87°75.28%82.55%
HSB/HSV87°27.46%95.69%
CMYK12.30%0.00%27.46%
4.31%

Color #D6F4B1 in popluar number systems.

HEXD6F4B1
Decimal214244177
Binary110101101111010010110001
Octal326364261

Shades and tints

Shades of #D6F4B1

#D6F4B1
(214,244,177)
#C3DEA1
(195,222,161)
#B0C891
(176,200,145)
#9DB281
(157,178,129)
#8A9C71
(138,156,113)
#778661
(119,134,97)
#647051
(100,112,81)
#515A41
(81,90,65)
#3E4431
(62,68,49)
#2B2E21
(43,46,33)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #D6F4B1

#D6F4B1
(214,244,177)
#D9F5B8
(217,245,184)
#DCF6BF
(220,246,191)
#DFF7C6
(223,247,198)
#E2F8CD
(226,248,205)
#E5F9D4
(229,249,212)
#E8FADB
(232,250,219)
#EBFBE2
(235,251,226)
#EEFCE9
(238,252,233)
#F1FDF0
(241,253,240)
#F4FEF7
(244,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F4B1; }

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

This text font color is #D6F4B1.


Background Color

.myBgColor { background-color: #D6F4B1; }

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

This div background color is #D6F4B1.


Border color

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

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

This div border color is #D6F4B1.


Opacity

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

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

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

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

This text has shadow with #D6F4B1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D6F4B1 on black background.


Color preview on white background

This text has color #D6F4B1 on white background.



Black color preview on #D6F4B1 background

This text has black color on #D6F4B1 background.


White color preview on #D6F4B1 background

This text has white color on #D6F4B1 background.