COLOR #D6CDC6

HEX: #D6CDC6 RGB: (214,205,198)

Color info

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

RGB color model

#D6CDC6 color RGB value is (214,205,198).

RGB: (214,205,198) (84%, 80%, 78%)

RGB channels and saturation

R 214 of 255 = 84%
G 205 of 255 = 80%
B 198 of 255 = 78%

214
205
198

R + G + B ~ 81%. #D6CDC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 205 + 198 = 617 (100%)
R 214 of 617 ~ 34.68%
G 205 of 617 ~ 33.23%
B 198 of 617 ~ 32.09'%

%34.68
%33.23
%32.09

CMYK color model

#D6CDC6 color CMYK value is (0,4,7,16).

  • cyan value is 0.00%
  • magenta value is 4.21%
  • yellow value is 7.48%
  • key color value is 16.08%
CMYK: (0,4,7,16) C0M4Y7K16 (0%,4%,7%,16%) (0.00/0.04/0.07/0.16) 

CMYK percentages

%0
%4.21
%7.48
%16.08

Codes

Color #D6CDC6 in popluar color models

D6 CD C6
RGB 214 205 198
HSL 26° 16.33% 80.78%
HSB/HSV 26° 7.48% 83.92%
CMYK 0.00% 4.21% 7.48%
16.08%

Color #D6CDC6 in popluar number systems.

HEX D6 CD C6
Decimal 214 205 198
Binary 11010110 11001101 11000110
Octal 326 315 306

Shades and tints

Shades of #D6CDC6

#D6CDC6
(214,205,198)
#C3BBB4
(195,187,180)
#B0A9A2
(176,169,162)
#9D9790
(157,151,144)
#8A857E
(138,133,126)
#77736C
(119,115,108)
#64615A
(100,97,90)
#514F48
(81,79,72)
#3E3D36
(62,61,54)
#2B2B24
(43,43,36)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #D6CDC6

#D6CDC6
(214,205,198)
#D9D1CB
(217,209,203)
#DCD5D0
(220,213,208)
#DFD9D5
(223,217,213)
#E2DDDA
(226,221,218)
#E5E1DF
(229,225,223)
#E8E5E4
(232,229,228)
#EBE9E9
(235,233,233)
#EEEDEE
(238,237,238)
#F1F1F3
(241,241,243)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CDC6 color. Also use rgb(214,205,198) instead hex code.

Text Font Color

.myTextColor { color: #D6CDC6; }

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

This text font color is #D6CDC6.

Background Color

.myBgColor { background-color: #D6CDC6; }

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

This div background color is #D6CDC6.

Border color

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

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

This div border color is #D6CDC6.

Opacity

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

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

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

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

This text has shadow with #D6CDC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6CDC6.

Preview

Color preview on black background

This text has color #D6CDC6 on black background.


Color preview on white background

This text has color #D6CDC6 on white background.


Black color preview on #D6CDC6 background

This text has black color on #D6CDC6 background.


White color preview on #D6CDC6 background

This text has white color on #D6CDC6 background.


Related colors

Complementary color

Complementary color for #hex is #293239.


I love getcolorcode.com

Triadic colors

1 #C6D6CD and #CDC6D6 with #D6CDC6 are triadic colors.

2 #C6CDD6 and #CDD6C6 with #D6CDC6 are triadic colors.