COLOR #D6C7CD

HEX: #D6C7CD RGB: (214,199,205)

Color info

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

RGB color model

#D6C7CD color RGB value is (214,199,205).

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

RGB channels and saturation

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

214
199
205

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

Portions of RGB colors in percentages

R + G + B = 214 + 199 + 205 = 618 (100%)
R 214 of 618 ~ 34.63%
G 199 of 618 ~ 32.2%
B 205 of 618 ~ 33.17'%

%34.63
%32.2
%33.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.01%
  • yellow value is 4.21%
  • key color value is 16.08%

CMYK: (0,7,4,16)
C0M7Y4K16 (0%, 7%, 4%, 16%)
(0.00 / 0.07 / 0.04 / 0.16)

CMYK percentages

%0
%7.01
%4.21
%16.08

Codes

Color #D6C7CD in popluar color models

D6 C7 CD
RGB 214 199 205
HSL 336° 15.46% 80.98%
HSB/HSV 336° 7.01% 83.92%
CMYK 0.00% 7.01% 4.21%
16.08%

Color #D6C7CD in popluar number systems.

HEX D6 C7 CD
Decimal 214 199 205
Binary 11010110 11000111 11001101
Octal 326 307 315

Shades and tints

Shades of #D6C7CD

#D6C7CD
(214,199,205)
#C3B5BB
(195,181,187)
#B0A3A9
(176,163,169)
#9D9197
(157,145,151)
#8A7F85
(138,127,133)
#776D73
(119,109,115)
#645B61
(100,91,97)
#51494F
(81,73,79)
#3E373D
(62,55,61)
#2B252B
(43,37,43)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #D6C7CD

#D6C7CD
(214,199,205)
#D9CCD1
(217,204,209)
#DCD1D5
(220,209,213)
#DFD6D9
(223,214,217)
#E2DBDD
(226,219,221)
#E5E0E1
(229,224,225)
#E8E5E5
(232,229,229)
#EBEAE9
(235,234,233)
#EEEFED
(238,239,237)
#F1F4F1
(241,244,241)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C7CD; }

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

This text font color is #D6C7CD.

Background Color

.myBgColor { background-color: #D6C7CD; }

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

This div background color is #D6C7CD.

Border color

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

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

This div border color is #D6C7CD.

Opacity

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

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

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

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

This text has shadow with #D6C7CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6C7CD.

Preview

Color preview on black background

This text has color #D6C7CD on black background.


Color preview on white background

This text has color #D6C7CD on white background.


Black color preview on #D6C7CD background

This text has black color on #D6C7CD background.


White color preview on #D6C7CD background

This text has white color on #D6C7CD background.


Related colors

Complementary color

Complementary color for #hex is #293832.


I love getcolorcode.com

Triadic colors

1 #CDD6C7 and #C7CDD6 with #D6C7CD are triadic colors.

2 #CDC7D6 and #C7D6CD with #D6C7CD are triadic colors.