COLOR #D6DFCC

HEX: #D6DFCC RGB: (214,223,204)

Color info

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

RGB color model

#D6DFCC color RGB value is (214,223,204).

RGB: (214,223,204) (84%, 87%, 80%)

RGB channels and saturation

R 214 of 255 = 84%
G 223 of 255 = 87%
B 204 of 255 = 80%

214
223
204

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

Portions of RGB colors in percentages

R + G + B = 214 + 223 + 204 = 641 (100%)
R 214 of 641 ~ 33.39%
G 223 of 641 ~ 34.79%
B 204 of 641 ~ 31.83'%

%33.39
%34.79
%31.83

CMYK color model

#D6DFCC color CMYK value is (4,0,9,13).

  • cyan value is 4.04%
  • magenta value is 0.00%
  • yellow value is 8.52%
  • key color value is 12.55%

CMYK: (4,0,9,13)
C4M0Y9K13 (4%, 0%, 9%, 13%)
(0.04 / 0.00 / 0.09 / 0.13)

CMYK percentages

%4.04
%0
%8.52
%12.55

Codes

Color #D6DFCC in popluar color models

D6 DF CC
RGB 214 223 204
HSL 88° 22.89% 83.73%
HSB/HSV 88° 8.52% 87.45%
CMYK 4.04% 0.00% 8.52%
12.55%

Color #D6DFCC in popluar number systems.

HEX D6 DF CC
Decimal 214 223 204
Binary 11010110 11011111 11001100
Octal 326 337 314

Shades and tints

Shades of #D6DFCC

#D6DFCC
(214,223,204)
#C3CBBA
(195,203,186)
#B0B7A8
(176,183,168)
#9DA396
(157,163,150)
#8A8F84
(138,143,132)
#777B72
(119,123,114)
#646760
(100,103,96)
#51534E
(81,83,78)
#3E3F3C
(62,63,60)
#2B2B2A
(43,43,42)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #D6DFCC

#D6DFCC
(214,223,204)
#D9E1D0
(217,225,208)
#DCE3D4
(220,227,212)
#DFE5D8
(223,229,216)
#E2E7DC
(226,231,220)
#E5E9E0
(229,233,224)
#E8EBE4
(232,235,228)
#EBEDE8
(235,237,232)
#EEEFEC
(238,239,236)
#F1F1F0
(241,241,240)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DFCC; }

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

This text font color is #D6DFCC.

Background Color

.myBgColor { background-color: #D6DFCC; }

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

This div background color is #D6DFCC.

Border color

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

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

This div border color is #D6DFCC.

Opacity

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

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

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

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

This text has shadow with #D6DFCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6DFCC.

Preview

Color preview on black background

This text has color #D6DFCC on black background.


Color preview on white background

This text has color #D6DFCC on white background.


Black color preview on #D6DFCC background

This text has black color on #D6DFCC background.


White color preview on #D6DFCC background

This text has white color on #D6DFCC background.


Related colors

Complementary color

Complementary color for #hex is #292033.


I love getcolorcode.com

Triadic colors

1 #CCD6DF and #DFCCD6 with #D6DFCC are triadic colors.

2 #CCDFD6 and #DFD6CC with #D6DFCC are triadic colors.