COLOR #D6F7E8

HEX: #D6F7E8
RGB: (214,247,232)

Color info

#D6F7E8 contains red, green and blue colors in about the same proportion. Web safe color of #D6F7E8 is #CCFFFF (or #CFF).

RGB color model

#D6F7E8 color RGB value is (214,247,232).

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

RGB channels and saturation

R 214 of 255 = 84%
G 247 of 255 = 97%
B 232 of 255 = 91%

214
247
232

R + G + B ~ 91%. #D6F7E8 is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 247 + 232 = 693 (100%)
R 214 of 693 ~ 30.88%
G 247 of 693 ~ 35.64%
B 232 of 693 ~ 33.48%

%30.88
%35.64
%33.48

CMYK color model

#D6F7E8 color CMYK value is (13,0,6,3).

  • cyan value is 13.36%
  • magenta value is 0.00%
  • yellow value is 6.07%
  • key color value is 3.14%
CMYK:
(13,0,6,3)
C13M0Y6K3 
(13%,0%,6%,3%)
(0.13/0.00/0.06/0.03)	

CMYK percentages

%13.36
%0
%6.07
%3.14

Codes

Color #D6F7E8 in popluar color models

D6F7E8
RGB214247232
HSL153°67.35%90.39%
HSB/HSV153°13.36%96.86%
CMYK13.36%0.00%6.07%
3.14%

Color #D6F7E8 in popluar number systems.

HEXD6F7E8
Decimal214247232
Binary110101101111011111101000
Octal326367350

Shades and tints

Shades of #D6F7E8

#D6F7E8
(214,247,232)
#C3E1D3
(195,225,211)
#B0CBBE
(176,203,190)
#9DB5A9
(157,181,169)
#8A9F94
(138,159,148)
#77897F
(119,137,127)
#64736A
(100,115,106)
#515D55
(81,93,85)
#3E4740
(62,71,64)
#2B312B
(43,49,43)
#181B16
(24,27,22)
#000000
(0,0,0)

Tints of #D6F7E8

#D6F7E8
(214,247,232)
#D9F7EA
(217,247,234)
#DCF7EC
(220,247,236)
#DFF7EE
(223,247,238)
#E2F7F0
(226,247,240)
#E5F7F2
(229,247,242)
#E8F7F4
(232,247,244)
#EBF7F6
(235,247,246)
#EEF7F8
(238,247,248)
#F1F7FA
(241,247,250)
#F4F7FC
(244,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F7E8; }

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

This text font color is #D6F7E8.


Background Color

.myBgColor { background-color: #D6F7E8; }

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

This div background color is #D6F7E8.


Border color

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

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

This div border color is #D6F7E8.


Opacity

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

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

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

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

This text has shadow with #D6F7E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F7E8 on black background.


Color preview on white background

This text has color #D6F7E8 on white background.



Black color preview on #D6F7E8 background

This text has black color on #D6F7E8 background.


White color preview on #D6F7E8 background

This text has white color on #D6F7E8 background.