COLOR #D6E3D0

HEX: #D6E3D0
RGB: (214,227,208)

Color info

#D6E3D0 contains red, green and blue colors in about the same proportion. Web safe color of #D6E3D0 is #CCCCCC (or #CCC).

RGB color model

#D6E3D0 color RGB value is (214,227,208).

  • red value is 214;
  • green value is 227;
  • blue value is 208.
RGB:
(214,227,208)
(84%,89%,82%)

RGB channels and saturation

R 214 of 255 = 84%
G 227 of 255 = 89%
B 208 of 255 = 82%

214
227
208

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

Portions of RGB colors in percentages

R + G + B =
214 + 227 + 208 = 649 (100%)
R 214 of 649 ~ 32.97%
G 227 of 649 ~ 34.98%
B 208 of 649 ~ 32.05%

%32.97
%34.98
%32.05

CMYK color model

#D6E3D0 color CMYK value is (6,0,8,11).

  • cyan value is 5.73%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 10.98%
CMYK:
(6,0,8,11)
C6M0Y8K11 
(6%,0%,8%,11%)
(0.06/0.00/0.08/0.11)	

CMYK percentages

%5.73
%0
%8.37
%10.98

Codes

Color #D6E3D0 in popluar color models

D6E3D0
RGB214227208
HSL101°25.33%85.29%
HSB/HSV101°8.37%89.02%
CMYK5.73%0.00%8.37%
10.98%

Color #D6E3D0 in popluar number systems.

HEXD6E3D0
Decimal214227208
Binary110101101110001111010000
Octal326343320

Shades and tints

Shades of #D6E3D0

#D6E3D0
(214,227,208)
#C3CFBE
(195,207,190)
#B0BBAC
(176,187,172)
#9DA79A
(157,167,154)
#8A9388
(138,147,136)
#777F76
(119,127,118)
#646B64
(100,107,100)
#515752
(81,87,82)
#3E4340
(62,67,64)
#2B2F2E
(43,47,46)
#181B1C
(24,27,28)
#000000
(0,0,0)

Tints of #D6E3D0

#D6E3D0
(214,227,208)
#D9E5D4
(217,229,212)
#DCE7D8
(220,231,216)
#DFE9DC
(223,233,220)
#E2EBE0
(226,235,224)
#E5EDE4
(229,237,228)
#E8EFE8
(232,239,232)
#EBF1EC
(235,241,236)
#EEF3F0
(238,243,240)
#F1F5F4
(241,245,244)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E3D0 color. Also use rgb(214,227,208) instead hex code.

Text Font Color

.myTextColor { color: #D6E3D0; }

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

This text font color is #D6E3D0.


Background Color

.myBgColor { background-color: #D6E3D0; }

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

This div background color is #D6E3D0.


Border color

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

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

This div border color is #D6E3D0.


Opacity

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

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

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

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

This text has shadow with #D6E3D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E3D0 on black background.


Color preview on white background

This text has color #D6E3D0 on white background.



Black color preview on #D6E3D0 background

This text has black color on #D6E3D0 background.


White color preview on #D6E3D0 background

This text has white color on #D6E3D0 background.