COLOR #D6EBCD

HEX: #D6EBCD
RGB: (214,235,205)

Color info

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

RGB color model

#D6EBCD color RGB value is (214,235,205).

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

RGB channels and saturation

R 214 of 255 = 84%
G 235 of 255 = 92%
B 205 of 255 = 80%

214
235
205

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

Portions of RGB colors in percentages

R + G + B =
214 + 235 + 205 = 654 (100%)
R 214 of 654 ~ 32.72%
G 235 of 654 ~ 35.93%
B 205 of 654 ~ 31.35%

%32.72
%35.93
%31.35

CMYK color model

#D6EBCD color CMYK value is (9,0,13,8).

  • cyan value is 8.94%
  • magenta value is 0.00%
  • yellow value is 12.77%
  • key color value is 7.84%
CMYK:
(9,0,13,8)
C9M0Y13K8 
(9%,0%,13%,8%)
(0.09/0.00/0.13/0.08)	

CMYK percentages

%8.94
%0
%12.77
%7.84

Codes

Color #D6EBCD in popluar color models

D6EBCD
RGB214235205
HSL102°42.86%86.27%
HSB/HSV102°12.77%92.16%
CMYK8.94%0.00%12.77%
7.84%

Color #D6EBCD in popluar number systems.

HEXD6EBCD
Decimal214235205
Binary110101101110101111001101
Octal326353315

Shades and tints

Shades of #D6EBCD

#D6EBCD
(214,235,205)
#C3D6BB
(195,214,187)
#B0C1A9
(176,193,169)
#9DAC97
(157,172,151)
#8A9785
(138,151,133)
#778273
(119,130,115)
#646D61
(100,109,97)
#51584F
(81,88,79)
#3E433D
(62,67,61)
#2B2E2B
(43,46,43)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #D6EBCD

#D6EBCD
(214,235,205)
#D9ECD1
(217,236,209)
#DCEDD5
(220,237,213)
#DFEED9
(223,238,217)
#E2EFDD
(226,239,221)
#E5F0E1
(229,240,225)
#E8F1E5
(232,241,229)
#EBF2E9
(235,242,233)
#EEF3ED
(238,243,237)
#F1F4F1
(241,244,241)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EBCD; }

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

This text font color is #D6EBCD.


Background Color

.myBgColor { background-color: #D6EBCD; }

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

This div background color is #D6EBCD.


Border color

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

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

This div border color is #D6EBCD.


Opacity

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

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

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

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

This text has shadow with #D6EBCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EBCD on black background.


Color preview on white background

This text has color #D6EBCD on white background.



Black color preview on #D6EBCD background

This text has black color on #D6EBCD background.


White color preview on #D6EBCD background

This text has white color on #D6EBCD background.