COLOR #D6F2E7

HEX: #D6F2E7
RGB: (214,242,231)

Color info

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

RGB color model

#D6F2E7 color RGB value is (214,242,231).

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

RGB channels and saturation

R 214 of 255 = 84%
G 242 of 255 = 95%
B 231 of 255 = 91%

214
242
231

R + G + B ~ 90%. #D6F2E7 is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 242 + 231 = 687 (100%)
R 214 of 687 ~ 31.15%
G 242 of 687 ~ 35.23%
B 231 of 687 ~ 33.62%

%31.15
%35.23
%33.62

CMYK color model

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

  • cyan value is 11.57%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 5.10%
CMYK:
(12,0,5,5)
C12M0Y5K5 
(12%,0%,5%,5%)
(0.12/0.00/0.05/0.05)	

CMYK percentages

%11.57
%0
%4.55
%5.1

Codes

Color #D6F2E7 in popluar color models

D6F2E7
RGB214242231
HSL156°51.85%89.41%
HSB/HSV156°11.57%94.90%
CMYK11.57%0.00%4.55%
5.10%

Color #D6F2E7 in popluar number systems.

HEXD6F2E7
Decimal214242231
Binary110101101111001011100111
Octal326362347

Shades and tints

Shades of #D6F2E7

#D6F2E7
(214,242,231)
#C3DCD2
(195,220,210)
#B0C6BD
(176,198,189)
#9DB0A8
(157,176,168)
#8A9A93
(138,154,147)
#77847E
(119,132,126)
#646E69
(100,110,105)
#515854
(81,88,84)
#3E423F
(62,66,63)
#2B2C2A
(43,44,42)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #D6F2E7

#D6F2E7
(214,242,231)
#D9F3E9
(217,243,233)
#DCF4EB
(220,244,235)
#DFF5ED
(223,245,237)
#E2F6EF
(226,246,239)
#E5F7F1
(229,247,241)
#E8F8F3
(232,248,243)
#EBF9F5
(235,249,245)
#EEFAF7
(238,250,247)
#F1FBF9
(241,251,249)
#F4FCFB
(244,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6F2E7; }

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

This text font color is #D6F2E7.


Background Color

.myBgColor { background-color: #D6F2E7; }

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

This div background color is #D6F2E7.


Border color

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

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

This div border color is #D6F2E7.


Opacity

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

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

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

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

This text has shadow with #D6F2E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F2E7 on black background.


Color preview on white background

This text has color #D6F2E7 on white background.



Black color preview on #D6F2E7 background

This text has black color on #D6F2E7 background.


White color preview on #D6F2E7 background

This text has white color on #D6F2E7 background.