COLOR #D6C6CD

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

Color info

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

RGB color model

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

  • red value is 214;
  • green value is 198;
  • blue value is 205.
RGB:
(214,198,205)
(84%,78%,80%)

RGB channels and saturation

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

214
198
205

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

Portions of RGB colors in percentages

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

%34.68
%32.09
%33.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.48%
  • 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.48
%4.21
%16.08

Codes

Color #D6C6CD in popluar color models

D6C6CD
RGB214198205
HSL334°16.33%80.78%
HSB/HSV334°7.48%83.92%
CMYK0.00%7.48%4.21%
16.08%

Color #D6C6CD in popluar number systems.

HEXD6C6CD
Decimal214198205
Binary110101101100011011001101
Octal326306315

Shades and tints

Shades of #D6C6CD

#D6C6CD
(214,198,205)
#C3B4BB
(195,180,187)
#B0A2A9
(176,162,169)
#9D9097
(157,144,151)
#8A7E85
(138,126,133)
#776C73
(119,108,115)
#645A61
(100,90,97)
#51484F
(81,72,79)
#3E363D
(62,54,61)
#2B242B
(43,36,43)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #D6C6CD

#D6C6CD
(214,198,205)
#D9CBD1
(217,203,209)
#DCD0D5
(220,208,213)
#DFD5D9
(223,213,217)
#E2DADD
(226,218,221)
#E5DFE1
(229,223,225)
#E8E4E5
(232,228,229)
#EBE9E9
(235,233,233)
#EEEEED
(238,238,237)
#F1F3F1
(241,243,241)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C6CD; }

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

This text font color is #D6C6CD.


Background Color

.myBgColor { background-color: #D6C6CD; }

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

This div background color is #D6C6CD.


Border color

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

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

This div border color is #D6C6CD.


Opacity

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

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

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

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

This text has shadow with #D6C6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C6CD on black background.


Color preview on white background

This text has color #D6C6CD on white background.



Black color preview on #D6C6CD background

This text has black color on #D6C6CD background.


White color preview on #D6C6CD background

This text has white color on #D6C6CD background.