COLOR #D6E6CC

HEX: #D6E6CC
RGB: (214,230,204)

Color info

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

RGB color model

#D6E6CC color RGB value is (214,230,204).

  • red value is 214;
  • green value is 230;
  • blue value is 204.
RGB:
(214,230,204)
(84%,90%,80%)

RGB channels and saturation

R 214 of 255 = 84%
G 230 of 255 = 90%
B 204 of 255 = 80%

214
230
204

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

Portions of RGB colors in percentages

R + G + B =
214 + 230 + 204 = 648 (100%)
R 214 of 648 ~ 33.02%
G 230 of 648 ~ 35.49%
B 204 of 648 ~ 31.48%

%33.02
%35.49
%31.48

CMYK color model

#D6E6CC color CMYK value is (7,0,11,10).

  • cyan value is 6.96%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 9.80%
CMYK:
(7,0,11,10)
C7M0Y11K10 
(7%,0%,11%,10%)
(0.07/0.00/0.11/0.10)	

CMYK percentages

%6.96
%0
%11.3
%9.8

Codes

Color #D6E6CC in popluar color models

D6E6CC
RGB214230204
HSL97°34.21%85.10%
HSB/HSV97°11.30%90.20%
CMYK6.96%0.00%11.30%
9.80%

Color #D6E6CC in popluar number systems.

HEXD6E6CC
Decimal214230204
Binary110101101110011011001100
Octal326346314

Shades and tints

Shades of #D6E6CC

#D6E6CC
(214,230,204)
#C3D2BA
(195,210,186)
#B0BEA8
(176,190,168)
#9DAA96
(157,170,150)
#8A9684
(138,150,132)
#778272
(119,130,114)
#646E60
(100,110,96)
#515A4E
(81,90,78)
#3E463C
(62,70,60)
#2B322A
(43,50,42)
#181E18
(24,30,24)
#000000
(0,0,0)

Tints of #D6E6CC

#D6E6CC
(214,230,204)
#D9E8D0
(217,232,208)
#DCEAD4
(220,234,212)
#DFECD8
(223,236,216)
#E2EEDC
(226,238,220)
#E5F0E0
(229,240,224)
#E8F2E4
(232,242,228)
#EBF4E8
(235,244,232)
#EEF6EC
(238,246,236)
#F1F8F0
(241,248,240)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E6CC color. Also use rgb(214,230,204) instead hex code.

Text Font Color

.myTextColor { color: #D6E6CC; }

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

This text font color is #D6E6CC.


Background Color

.myBgColor { background-color: #D6E6CC; }

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

This div background color is #D6E6CC.


Border color

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

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

This div border color is #D6E6CC.


Opacity

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

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

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

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

This text has shadow with #D6E6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E6CC on black background.


Color preview on white background

This text has color #D6E6CC on white background.



Black color preview on #D6E6CC background

This text has black color on #D6E6CC background.


White color preview on #D6E6CC background

This text has white color on #D6E6CC background.