COLOR #D6EDCA

HEX: #D6EDCA
RGB: (214,237,202)

Color info

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

RGB color model

#D6EDCA color RGB value is (214,237,202).

  • red value is 214;
  • green value is 237;
  • blue value is 202.
RGB:
(214,237,202)
(84%,93%,79%)

RGB channels and saturation

R 214 of 255 = 84%
G 237 of 255 = 93%
B 202 of 255 = 79%

214
237
202

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

Portions of RGB colors in percentages

R + G + B =
214 + 237 + 202 = 653 (100%)
R 214 of 653 ~ 32.77%
G 237 of 653 ~ 36.29%
B 202 of 653 ~ 30.93%

%32.77
%36.29
%30.93

CMYK color model

#D6EDCA color CMYK value is (10,0,15,7).

  • cyan value is 9.70%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 7.06%
CMYK:
(10,0,15,7)
C10M0Y15K7 
(10%,0%,15%,7%)
(0.10/0.00/0.15/0.07)	

CMYK percentages

%9.7
%0
%14.77
%7.06

Codes

Color #D6EDCA in popluar color models

D6EDCA
RGB214237202
HSL99°49.30%86.08%
HSB/HSV99°14.77%92.94%
CMYK9.70%0.00%14.77%
7.06%

Color #D6EDCA in popluar number systems.

HEXD6EDCA
Decimal214237202
Binary110101101110110111001010
Octal326355312

Shades and tints

Shades of #D6EDCA

#D6EDCA
(214,237,202)
#C3D8B8
(195,216,184)
#B0C3A6
(176,195,166)
#9DAE94
(157,174,148)
#8A9982
(138,153,130)
#778470
(119,132,112)
#646F5E
(100,111,94)
#515A4C
(81,90,76)
#3E453A
(62,69,58)
#2B3028
(43,48,40)
#181B16
(24,27,22)
#000000
(0,0,0)

Tints of #D6EDCA

#D6EDCA
(214,237,202)
#D9EECE
(217,238,206)
#DCEFD2
(220,239,210)
#DFF0D6
(223,240,214)
#E2F1DA
(226,241,218)
#E5F2DE
(229,242,222)
#E8F3E2
(232,243,226)
#EBF4E6
(235,244,230)
#EEF5EA
(238,245,234)
#F1F6EE
(241,246,238)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6EDCA color. Also use rgb(214,237,202) instead hex code.

Text Font Color

.myTextColor { color: #D6EDCA; }

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

This text font color is #D6EDCA.


Background Color

.myBgColor { background-color: #D6EDCA; }

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

This div background color is #D6EDCA.


Border color

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

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

This div border color is #D6EDCA.


Opacity

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

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

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

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

This text has shadow with #D6EDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EDCA on black background.


Color preview on white background

This text has color #D6EDCA on white background.



Black color preview on #D6EDCA background

This text has black color on #D6EDCA background.


White color preview on #D6EDCA background

This text has white color on #D6EDCA background.