COLOR #D6F7BA

HEX: #D6F7BA
RGB: (214,247,186)

Color info

#D6F7BA contains mainly red and green colors. Web safe color of #D6F7BA is #CCFFCC (or #CFC).

RGB color model

#D6F7BA color RGB value is (214,247,186).

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

RGB channels and saturation

R 214 of 255 = 84%
G 247 of 255 = 97%
B 186 of 255 = 73%

214
247
186

R + G + B ~ 85%. #D6F7BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 247 + 186 = 647 (100%)
R 214 of 647 ~ 33.08%
G 247 of 647 ~ 38.18%
B 186 of 647 ~ 28.75%

%33.08
%38.18
%28.75

CMYK color model

#D6F7BA color CMYK value is (13,0,25,3).

  • cyan value is 13.36%
  • magenta value is 0.00%
  • yellow value is 24.70%
  • key color value is 3.14%
CMYK:
(13,0,25,3)
C13M0Y25K3 
(13%,0%,25%,3%)
(0.13/0.00/0.25/0.03)	

CMYK percentages

%13.36
%0
%24.7
%3.14

Codes

Color #D6F7BA in popluar color models

D6F7BA
RGB214247186
HSL92°79.22%84.90%
HSB/HSV92°24.70%96.86%
CMYK13.36%0.00%24.70%
3.14%

Color #D6F7BA in popluar number systems.

HEXD6F7BA
Decimal214247186
Binary110101101111011110111010
Octal326367272

Shades and tints

Shades of #D6F7BA

#D6F7BA
(214,247,186)
#C3E1AA
(195,225,170)
#B0CB9A
(176,203,154)
#9DB58A
(157,181,138)
#8A9F7A
(138,159,122)
#77896A
(119,137,106)
#64735A
(100,115,90)
#515D4A
(81,93,74)
#3E473A
(62,71,58)
#2B312A
(43,49,42)
#181B1A
(24,27,26)
#000000
(0,0,0)

Tints of #D6F7BA

#D6F7BA
(214,247,186)
#D9F7C0
(217,247,192)
#DCF7C6
(220,247,198)
#DFF7CC
(223,247,204)
#E2F7D2
(226,247,210)
#E5F7D8
(229,247,216)
#E8F7DE
(232,247,222)
#EBF7E4
(235,247,228)
#EEF7EA
(238,247,234)
#F1F7F0
(241,247,240)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F7BA; }

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

This text font color is #D6F7BA.


Background Color

.myBgColor { background-color: #D6F7BA; }

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

This div background color is #D6F7BA.


Border color

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

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

This div border color is #D6F7BA.


Opacity

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

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

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

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

This text has shadow with #D6F7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F7BA on black background.


Color preview on white background

This text has color #D6F7BA on white background.



Black color preview on #D6F7BA background

This text has black color on #D6F7BA background.


White color preview on #D6F7BA background

This text has white color on #D6F7BA background.