COLOR #D6CCD2

HEX: #D6CCD2 RGB: (214,204,210)

Color info

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

RGB color model

#D6CCD2 color RGB value is (214,204,210).

RGB: (214,204,210) (84%, 80%, 82%)

RGB channels and saturation

R 214 of 255 = 84%
G 204 of 255 = 80%
B 210 of 255 = 82%

214
204
210

R + G + B ~ 82%. #D6CCD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 204 + 210 = 628 (100%)
R 214 of 628 ~ 34.08%
G 204 of 628 ~ 32.48%
B 210 of 628 ~ 33.44'%

%34.08
%32.48
%33.44

CMYK color model

#D6CCD2 color CMYK value is (0,5,2,16).

  • cyan value is 0.00%
  • magenta value is 4.67%
  • yellow value is 1.87%
  • key color value is 16.08%
CMYK: (0,5,2,16) C0M5Y2K16 (0%,5%,2%,16%) (0.00/0.05/0.02/0.16) 

CMYK percentages

%0
%4.67
%1.87
%16.08

Codes

Color #D6CCD2 in popluar color models

D6 CC D2
RGB 214 204 210
HSL 324° 10.87% 81.96%
HSB/HSV 324° 4.67% 83.92%
CMYK 0.00% 4.67% 1.87%
16.08%

Color #D6CCD2 in popluar number systems.

HEX D6 CC D2
Decimal 214 204 210
Binary 11010110 11001100 11010010
Octal 326 314 322

Shades and tints

Shades of #D6CCD2

#D6CCD2
(214,204,210)
#C3BABF
(195,186,191)
#B0A8AC
(176,168,172)
#9D9699
(157,150,153)
#8A8486
(138,132,134)
#777273
(119,114,115)
#646060
(100,96,96)
#514E4D
(81,78,77)
#3E3C3A
(62,60,58)
#2B2A27
(43,42,39)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #D6CCD2

#D6CCD2
(214,204,210)
#D9D0D6
(217,208,214)
#DCD4DA
(220,212,218)
#DFD8DE
(223,216,222)
#E2DCE2
(226,220,226)
#E5E0E6
(229,224,230)
#E8E4EA
(232,228,234)
#EBE8EE
(235,232,238)
#EEECF2
(238,236,242)
#F1F0F6
(241,240,246)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CCD2; }

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

This text font color is #D6CCD2.

Background Color

.myBgColor { background-color: #D6CCD2; }

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

This div background color is #D6CCD2.

Border color

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

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

This div border color is #D6CCD2.

Opacity

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

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

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

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

This text has shadow with #D6CCD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6CCD2.

Preview

Color preview on black background

This text has color #D6CCD2 on black background.


Color preview on white background

This text has color #D6CCD2 on white background.


Black color preview on #D6CCD2 background

This text has black color on #D6CCD2 background.


White color preview on #D6CCD2 background

This text has white color on #D6CCD2 background.


Related colors

Complementary color

Complementary color for #hex is #29332D.


I love getcolorcode.com

Triadic colors

1 #D2D6CC and #CCD2D6 with #D6CCD2 are triadic colors.

2 #D2CCD6 and #CCD6D2 with #D6CCD2 are triadic colors.