COLOR #D6DCC8

HEX: #D6DCC8 RGB: (214,220,200)

Color info

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

RGB color model

#D6DCC8 color RGB value is (214,220,200).

RGB: (214,220,200) (84%, 86%, 78%)

RGB channels and saturation

R 214 of 255 = 84%
G 220 of 255 = 86%
B 200 of 255 = 78%

214
220
200

R + G + B ~ 83%. #D6DCC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 220 + 200 = 634 (100%)
R 214 of 634 ~ 33.75%
G 220 of 634 ~ 34.7%
B 200 of 634 ~ 31.55'%

%33.75
%34.7
%31.55

CMYK color model

#D6DCC8 color CMYK value is (3,0,9,14).

  • cyan value is 2.73%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 13.73%

CMYK: (3,0,9,14)
C3M0Y9K14 (3%, 0%, 9%, 14%)
(0.03 / 0.00 / 0.09 / 0.14)

CMYK percentages

%2.73
%0
%9.09
%13.73

Codes

Color #D6DCC8 in popluar color models

D6 DC C8
RGB 214 220 200
HSL 78° 22.22% 82.35%
HSB/HSV 78° 9.09% 86.27%
CMYK 2.73% 0.00% 9.09%
13.73%

Color #D6DCC8 in popluar number systems.

HEX D6 DC C8
Decimal 214 220 200
Binary 11010110 11011100 11001000
Octal 326 334 310

Shades and tints

Shades of #D6DCC8

#D6DCC8
(214,220,200)
#C3C8B6
(195,200,182)
#B0B4A4
(176,180,164)
#9DA092
(157,160,146)
#8A8C80
(138,140,128)
#77786E
(119,120,110)
#64645C
(100,100,92)
#51504A
(81,80,74)
#3E3C38
(62,60,56)
#2B2826
(43,40,38)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #D6DCC8

#D6DCC8
(214,220,200)
#D9DFCD
(217,223,205)
#DCE2D2
(220,226,210)
#DFE5D7
(223,229,215)
#E2E8DC
(226,232,220)
#E5EBE1
(229,235,225)
#E8EEE6
(232,238,230)
#EBF1EB
(235,241,235)
#EEF4F0
(238,244,240)
#F1F7F5
(241,247,245)
#F4FAFA
(244,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6DCC8 color. Also use rgb(214,220,200) instead hex code.

Text Font Color

.myTextColor { color: #D6DCC8; }

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

This text font color is #D6DCC8.

Background Color

.myBgColor { background-color: #D6DCC8; }

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

This div background color is #D6DCC8.

Border color

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

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

This div border color is #D6DCC8.

Opacity

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

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

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

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

This text has shadow with #D6DCC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6DCC8.

Preview

Color preview on black background

This text has color #D6DCC8 on black background.


Color preview on white background

This text has color #D6DCC8 on white background.


Black color preview on #D6DCC8 background

This text has black color on #D6DCC8 background.


White color preview on #D6DCC8 background

This text has white color on #D6DCC8 background.


Related colors

Complementary color

Complementary color for #hex is #292337.


I love getcolorcode.com

Triadic colors

1 #C8D6DC and #DCC8D6 with #D6DCC8 are triadic colors.

2 #C8DCD6 and #DCD6C8 with #D6DCC8 are triadic colors.