COLOR #D6F2B1

HEX: #D6F2B1
RGB: (214,242,177)

Color info

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

RGB color model

#D6F2B1 color RGB value is (214,242,177).

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

RGB channels and saturation

R 214 of 255 = 84%
G 242 of 255 = 95%
B 177 of 255 = 69%

214
242
177

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

Portions of RGB colors in percentages

R + G + B =
214 + 242 + 177 = 633 (100%)
R 214 of 633 ~ 33.81%
G 242 of 633 ~ 38.23%
B 177 of 633 ~ 27.96%

%33.81
%38.23
%27.96

CMYK color model

#D6F2B1 color CMYK value is (12,0,27,5).

  • cyan value is 11.57%
  • magenta value is 0.00%
  • yellow value is 26.86%
  • key color value is 5.10%
CMYK:
(12,0,27,5)
C12M0Y27K5 
(12%,0%,27%,5%)
(0.12/0.00/0.27/0.05)	

CMYK percentages

%11.57
%0
%26.86
%5.1

Codes

Color #D6F2B1 in popluar color models

D6F2B1
RGB214242177
HSL86°71.43%82.16%
HSB/HSV86°26.86%94.90%
CMYK11.57%0.00%26.86%
5.10%

Color #D6F2B1 in popluar number systems.

HEXD6F2B1
Decimal214242177
Binary110101101111001010110001
Octal326362261

Shades and tints

Shades of #D6F2B1

#D6F2B1
(214,242,177)
#C3DCA1
(195,220,161)
#B0C691
(176,198,145)
#9DB081
(157,176,129)
#8A9A71
(138,154,113)
#778461
(119,132,97)
#646E51
(100,110,81)
#515841
(81,88,65)
#3E4231
(62,66,49)
#2B2C21
(43,44,33)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #D6F2B1

#D6F2B1
(214,242,177)
#D9F3B8
(217,243,184)
#DCF4BF
(220,244,191)
#DFF5C6
(223,245,198)
#E2F6CD
(226,246,205)
#E5F7D4
(229,247,212)
#E8F8DB
(232,248,219)
#EBF9E2
(235,249,226)
#EEFAE9
(238,250,233)
#F1FBF0
(241,251,240)
#F4FCF7
(244,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F2B1; }

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

This text font color is #D6F2B1.


Background Color

.myBgColor { background-color: #D6F2B1; }

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

This div background color is #D6F2B1.


Border color

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

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

This div border color is #D6F2B1.


Opacity

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

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

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

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

This text has shadow with #D6F2B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F2B1 on black background.


Color preview on white background

This text has color #D6F2B1 on white background.



Black color preview on #D6F2B1 background

This text has black color on #D6F2B1 background.


White color preview on #D6F2B1 background

This text has white color on #D6F2B1 background.