COLOR #D6C5CF

HEX: #D6C5CF RGB: (214,197,207)

Color info

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

RGB color model

#D6C5CF color RGB value is (214,197,207).

RGB: (214,197,207) (84%, 77%, 81%)

RGB channels and saturation

R 214 of 255 = 84%
G 197 of 255 = 77%
B 207 of 255 = 81%

214
197
207

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

Portions of RGB colors in percentages

R + G + B = 214 + 197 + 207 = 618 (100%)
R 214 of 618 ~ 34.63%
G 197 of 618 ~ 31.88%
B 207 of 618 ~ 33.5'%

%34.63
%31.88
%33.5

CMYK color model

#D6C5CF color CMYK value is (0,8,3,16).

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

CMYK: (0,8,3,16)
C0M8Y3K16 (0%, 8%, 3%, 16%)
(0.00 / 0.08 / 0.03 / 0.16)

CMYK percentages

%0
%7.94
%3.27
%16.08

Codes

Color #D6C5CF in popluar color models

D6 C5 CF
RGB 214 197 207
HSL 325° 17.17% 80.59%
HSB/HSV 325° 7.94% 83.92%
CMYK 0.00% 7.94% 3.27%
16.08%

Color #D6C5CF in popluar number systems.

HEX D6 C5 CF
Decimal 214 197 207
Binary 11010110 11000101 11001111
Octal 326 305 317

Shades and tints

Shades of #D6C5CF

#D6C5CF
(214,197,207)
#C3B4BD
(195,180,189)
#B0A3AB
(176,163,171)
#9D9299
(157,146,153)
#8A8187
(138,129,135)
#777075
(119,112,117)
#645F63
(100,95,99)
#514E51
(81,78,81)
#3E3D3F
(62,61,63)
#2B2C2D
(43,44,45)
#181B1B
(24,27,27)
#000000
(0,0,0)

Tints of #D6C5CF

#D6C5CF
(214,197,207)
#D9CAD3
(217,202,211)
#DCCFD7
(220,207,215)
#DFD4DB
(223,212,219)
#E2D9DF
(226,217,223)
#E5DEE3
(229,222,227)
#E8E3E7
(232,227,231)
#EBE8EB
(235,232,235)
#EEEDEF
(238,237,239)
#F1F2F3
(241,242,243)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C5CF; }

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

This text font color is #D6C5CF.

Background Color

.myBgColor { background-color: #D6C5CF; }

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

This div background color is #D6C5CF.

Border color

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

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

This div border color is #D6C5CF.

Opacity

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

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

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

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

This text has shadow with #D6C5CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6C5CF.

Preview

Color preview on black background

This text has color #D6C5CF on black background.


Color preview on white background

This text has color #D6C5CF on white background.


Black color preview on #D6C5CF background

This text has black color on #D6C5CF background.


White color preview on #D6C5CF background

This text has white color on #D6C5CF background.


Related colors

Complementary color

Complementary color for #hex is #293A30.


I love getcolorcode.com

Triadic colors

1 #CFD6C5 and #C5CFD6 with #D6C5CF are triadic colors.

2 #CFC5D6 and #C5D6CF with #D6C5CF are triadic colors.