COLOR #D6E8C2

HEX: #D6E8C2
RGB: (214,232,194)

Color info

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

RGB color model

#D6E8C2 color RGB value is (214,232,194).

  • red value is 214;
  • green value is 232;
  • blue value is 194.
RGB:
(214,232,194)
(84%,91%,76%)

RGB channels and saturation

R 214 of 255 = 84%
G 232 of 255 = 91%
B 194 of 255 = 76%

214
232
194

R + G + B ~ 84%. #D6E8C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 232 + 194 = 640 (100%)
R 214 of 640 ~ 33.44%
G 232 of 640 ~ 36.25%
B 194 of 640 ~ 30.31%

%33.44
%36.25
%30.31

CMYK color model

#D6E8C2 color CMYK value is (8,0,16,9).

  • cyan value is 7.76%
  • magenta value is 0.00%
  • yellow value is 16.38%
  • key color value is 9.02%
CMYK:
(8,0,16,9)
C8M0Y16K9 
(8%,0%,16%,9%)
(0.08/0.00/0.16/0.09)	

CMYK percentages

%7.76
%0
%16.38
%9.02

Codes

Color #D6E8C2 in popluar color models

D6E8C2
RGB214232194
HSL88°45.24%83.53%
HSB/HSV88°16.38%90.98%
CMYK7.76%0.00%16.38%
9.02%

Color #D6E8C2 in popluar number systems.

HEXD6E8C2
Decimal214232194
Binary110101101110100011000010
Octal326350302

Shades and tints

Shades of #D6E8C2

#D6E8C2
(214,232,194)
#C3D3B1
(195,211,177)
#B0BEA0
(176,190,160)
#9DA98F
(157,169,143)
#8A947E
(138,148,126)
#777F6D
(119,127,109)
#646A5C
(100,106,92)
#51554B
(81,85,75)
#3E403A
(62,64,58)
#2B2B29
(43,43,41)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #D6E8C2

#D6E8C2
(214,232,194)
#D9EAC7
(217,234,199)
#DCECCC
(220,236,204)
#DFEED1
(223,238,209)
#E2F0D6
(226,240,214)
#E5F2DB
(229,242,219)
#E8F4E0
(232,244,224)
#EBF6E5
(235,246,229)
#EEF8EA
(238,248,234)
#F1FAEF
(241,250,239)
#F4FCF4
(244,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E8C2 color. Also use rgb(214,232,194) instead hex code.

Text Font Color

.myTextColor { color: #D6E8C2; }

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

This text font color is #D6E8C2.


Background Color

.myBgColor { background-color: #D6E8C2; }

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

This div background color is #D6E8C2.


Border color

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

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

This div border color is #D6E8C2.


Opacity

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

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

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

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

This text has shadow with #D6E8C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E8C2 on black background.


Color preview on white background

This text has color #D6E8C2 on white background.



Black color preview on #D6E8C2 background

This text has black color on #D6E8C2 background.


White color preview on #D6E8C2 background

This text has white color on #D6E8C2 background.