COLOR #D6EBD1

HEX: #D6EBD1
RGB: (214,235,209)

Color info

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

RGB color model

#D6EBD1 color RGB value is (214,235,209).

  • red value is 214;
  • green value is 235;
  • blue value is 209.
RGB:
(214,235,209)
(84%,92%,82%)

RGB channels and saturation

R 214 of 255 = 84%
G 235 of 255 = 92%
B 209 of 255 = 82%

214
235
209

R + G + B ~ 86%. #D6EBD1 is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 235 + 209 = 658 (100%)
R 214 of 658 ~ 32.52%
G 235 of 658 ~ 35.71%
B 209 of 658 ~ 31.76%

%32.52
%35.71
%31.76

CMYK color model

#D6EBD1 color CMYK value is (9,0,11,8).

  • cyan value is 8.94%
  • magenta value is 0.00%
  • yellow value is 11.06%
  • key color value is 7.84%
CMYK:
(9,0,11,8)
C9M0Y11K8 
(9%,0%,11%,8%)
(0.09/0.00/0.11/0.08)	

CMYK percentages

%8.94
%0
%11.06
%7.84

Codes

Color #D6EBD1 in popluar color models

D6EBD1
RGB214235209
HSL108°39.39%87.06%
HSB/HSV108°11.06%92.16%
CMYK8.94%0.00%11.06%
7.84%

Color #D6EBD1 in popluar number systems.

HEXD6EBD1
Decimal214235209
Binary110101101110101111010001
Octal326353321

Shades and tints

Shades of #D6EBD1

#D6EBD1
(214,235,209)
#C3D6BE
(195,214,190)
#B0C1AB
(176,193,171)
#9DAC98
(157,172,152)
#8A9785
(138,151,133)
#778272
(119,130,114)
#646D5F
(100,109,95)
#51584C
(81,88,76)
#3E4339
(62,67,57)
#2B2E26
(43,46,38)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #D6EBD1

#D6EBD1
(214,235,209)
#D9ECD5
(217,236,213)
#DCEDD9
(220,237,217)
#DFEEDD
(223,238,221)
#E2EFE1
(226,239,225)
#E5F0E5
(229,240,229)
#E8F1E9
(232,241,233)
#EBF2ED
(235,242,237)
#EEF3F1
(238,243,241)
#F1F4F5
(241,244,245)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6EBD1 color. Also use rgb(214,235,209) instead hex code.

Text Font Color

.myTextColor { color: #D6EBD1; }

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

This text font color is #D6EBD1.


Background Color

.myBgColor { background-color: #D6EBD1; }

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

This div background color is #D6EBD1.


Border color

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

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

This div border color is #D6EBD1.


Opacity

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

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

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

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

This text has shadow with #D6EBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EBD1 on black background.


Color preview on white background

This text has color #D6EBD1 on white background.



Black color preview on #D6EBD1 background

This text has black color on #D6EBD1 background.


White color preview on #D6EBD1 background

This text has white color on #D6EBD1 background.