COLOR #D6C5CD

HEX: #D6C5CD RGB: (214,197,205)

Color info

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

RGB color model

#D6C5CD color RGB value is (214,197,205).

RGB: (214,197,205) (84%, 77%, 80%)

RGB channels and saturation

R 214 of 255 = 84%
G 197 of 255 = 77%
B 205 of 255 = 80%

214
197
205

R + G + B ~ 80%. #D6C5CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 197 + 205 = 616 (100%)
R 214 of 616 ~ 34.74%
G 197 of 616 ~ 31.98%
B 205 of 616 ~ 33.28'%

%34.74
%31.98
%33.28

CMYK color model

#D6C5CD color CMYK value is (0,8,4,16).

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

CMYK: (0,8,4,16)
C0M8Y4K16 (0%, 8%, 4%, 16%)
(0.00 / 0.08 / 0.04 / 0.16)

CMYK percentages

%0
%7.94
%4.21
%16.08

Codes

Color #D6C5CD in popluar color models

D6 C5 CD
RGB 214 197 205
HSL 332° 17.17% 80.59%
HSB/HSV 332° 7.94% 83.92%
CMYK 0.00% 7.94% 4.21%
16.08%

Color #D6C5CD in popluar number systems.

HEX D6 C5 CD
Decimal 214 197 205
Binary 11010110 11000101 11001101
Octal 326 305 315

Shades and tints

Shades of #D6C5CD

#D6C5CD
(214,197,205)
#C3B4BB
(195,180,187)
#B0A3A9
(176,163,169)
#9D9297
(157,146,151)
#8A8185
(138,129,133)
#777073
(119,112,115)
#645F61
(100,95,97)
#514E4F
(81,78,79)
#3E3D3D
(62,61,61)
#2B2C2B
(43,44,43)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #D6C5CD

#D6C5CD
(214,197,205)
#D9CAD1
(217,202,209)
#DCCFD5
(220,207,213)
#DFD4D9
(223,212,217)
#E2D9DD
(226,217,221)
#E5DEE1
(229,222,225)
#E8E3E5
(232,227,229)
#EBE8E9
(235,232,233)
#EEEDED
(238,237,237)
#F1F2F1
(241,242,241)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C5CD; }

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

This text font color is #D6C5CD.

Background Color

.myBgColor { background-color: #D6C5CD; }

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

This div background color is #D6C5CD.

Border color

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

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

This div border color is #D6C5CD.

Opacity

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

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

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

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

This text has shadow with #D6C5CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6C5CD.

Preview

Color preview on black background

This text has color #D6C5CD on black background.


Color preview on white background

This text has color #D6C5CD on white background.


Black color preview on #D6C5CD background

This text has black color on #D6C5CD background.


White color preview on #D6C5CD background

This text has white color on #D6C5CD background.


Related colors

Complementary color

Complementary color for #hex is #293A32.


I love getcolorcode.com

Triadic colors

1 #CDD6C5 and #C5CDD6 with #D6C5CD are triadic colors.

2 #CDC5D6 and #C5D6CD with #D6C5CD are triadic colors.