COLOR #D6F3E5

HEX: #D6F3E5
RGB: (214,243,229)

Color info

#D6F3E5 contains red, green and blue colors in about the same proportion. Web safe color of #D6F3E5 is #CCFFCC (or #CFC).

RGB color model

#D6F3E5 color RGB value is (214,243,229).

  • red value is 214;
  • green value is 243;
  • blue value is 229.
RGB:
(214,243,229)
(84%,95%,90%)

RGB channels and saturation

R 214 of 255 = 84%
G 243 of 255 = 95%
B 229 of 255 = 90%

214
243
229

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

Portions of RGB colors in percentages

R + G + B =
214 + 243 + 229 = 686 (100%)
R 214 of 686 ~ 31.2%
G 243 of 686 ~ 35.42%
B 229 of 686 ~ 33.38%

%31.2
%35.42
%33.38

CMYK color model

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

  • cyan value is 11.93%
  • magenta value is 0.00%
  • yellow value is 5.76%
  • key color value is 4.71%
CMYK:
(12,0,6,5)
C12M0Y6K5 
(12%,0%,6%,5%)
(0.12/0.00/0.06/0.05)	

CMYK percentages

%11.93
%0
%5.76
%4.71

Codes

Color #D6F3E5 in popluar color models

D6F3E5
RGB214243229
HSL151°54.72%89.61%
HSB/HSV151°11.93%95.29%
CMYK11.93%0.00%5.76%
4.71%

Color #D6F3E5 in popluar number systems.

HEXD6F3E5
Decimal214243229
Binary110101101111001111100101
Octal326363345

Shades and tints

Shades of #D6F3E5

#D6F3E5
(214,243,229)
#C3DDD1
(195,221,209)
#B0C7BD
(176,199,189)
#9DB1A9
(157,177,169)
#8A9B95
(138,155,149)
#778581
(119,133,129)
#646F6D
(100,111,109)
#515959
(81,89,89)
#3E4345
(62,67,69)
#2B2D31
(43,45,49)
#18171D
(24,23,29)
#000000
(0,0,0)

Tints of #D6F3E5

#D6F3E5
(214,243,229)
#D9F4E7
(217,244,231)
#DCF5E9
(220,245,233)
#DFF6EB
(223,246,235)
#E2F7ED
(226,247,237)
#E5F8EF
(229,248,239)
#E8F9F1
(232,249,241)
#EBFAF3
(235,250,243)
#EEFBF5
(238,251,245)
#F1FCF7
(241,252,247)
#F4FDF9
(244,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F3E5 color. Also use rgb(214,243,229) instead hex code.

Text Font Color

.myTextColor { color: #D6F3E5; }

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

This text font color is #D6F3E5.


Background Color

.myBgColor { background-color: #D6F3E5; }

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

This div background color is #D6F3E5.


Border color

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

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

This div border color is #D6F3E5.


Opacity

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

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

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

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

This text has shadow with #D6F3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F3E5 on black background.


Color preview on white background

This text has color #D6F3E5 on white background.



Black color preview on #D6F3E5 background

This text has black color on #D6F3E5 background.


White color preview on #D6F3E5 background

This text has white color on #D6F3E5 background.