COLOR #D6F7B3

HEX: #D6F7B3
RGB: (214,247,179)

Color info

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

RGB color model

#D6F7B3 color RGB value is (214,247,179).

  • red value is 214;
  • green value is 247;
  • blue value is 179.
RGB:
(214,247,179)
(84%,97%,70%)

RGB channels and saturation

R 214 of 255 = 84%
G 247 of 255 = 97%
B 179 of 255 = 70%

214
247
179

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

Portions of RGB colors in percentages

R + G + B =
214 + 247 + 179 = 640 (100%)
R 214 of 640 ~ 33.44%
G 247 of 640 ~ 38.59%
B 179 of 640 ~ 27.97%

%33.44
%38.59
%27.97

CMYK color model

#D6F7B3 color CMYK value is (13,0,28,3).

  • cyan value is 13.36%
  • magenta value is 0.00%
  • yellow value is 27.53%
  • key color value is 3.14%
CMYK:
(13,0,28,3)
C13M0Y28K3 
(13%,0%,28%,3%)
(0.13/0.00/0.28/0.03)	

CMYK percentages

%13.36
%0
%27.53
%3.14

Codes

Color #D6F7B3 in popluar color models

D6F7B3
RGB214247179
HSL89°80.95%83.53%
HSB/HSV89°27.53%96.86%
CMYK13.36%0.00%27.53%
3.14%

Color #D6F7B3 in popluar number systems.

HEXD6F7B3
Decimal214247179
Binary110101101111011110110011
Octal326367263

Shades and tints

Shades of #D6F7B3

#D6F7B3
(214,247,179)
#C3E1A3
(195,225,163)
#B0CB93
(176,203,147)
#9DB583
(157,181,131)
#8A9F73
(138,159,115)
#778963
(119,137,99)
#647353
(100,115,83)
#515D43
(81,93,67)
#3E4733
(62,71,51)
#2B3123
(43,49,35)
#181B13
(24,27,19)
#000000
(0,0,0)

Tints of #D6F7B3

#D6F7B3
(214,247,179)
#D9F7B9
(217,247,185)
#DCF7BF
(220,247,191)
#DFF7C5
(223,247,197)
#E2F7CB
(226,247,203)
#E5F7D1
(229,247,209)
#E8F7D7
(232,247,215)
#EBF7DD
(235,247,221)
#EEF7E3
(238,247,227)
#F1F7E9
(241,247,233)
#F4F7EF
(244,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F7B3 color. Also use rgb(214,247,179) instead hex code.

Text Font Color

.myTextColor { color: #D6F7B3; }

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

This text font color is #D6F7B3.


Background Color

.myBgColor { background-color: #D6F7B3; }

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

This div background color is #D6F7B3.


Border color

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

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

This div border color is #D6F7B3.


Opacity

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

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

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

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

This text has shadow with #D6F7B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F7B3 on black background.


Color preview on white background

This text has color #D6F7B3 on white background.



Black color preview on #D6F7B3 background

This text has black color on #D6F7B3 background.


White color preview on #D6F7B3 background

This text has white color on #D6F7B3 background.