COLOR #D6CDCC

HEX: #D6CDCC
RGB: (214,205,204)

Color info

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

RGB color model

#D6CDCC color RGB value is (214,205,204).

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

RGB channels and saturation

R 214 of 255 = 84%
G 205 of 255 = 80%
B 204 of 255 = 80%

214
205
204

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

Portions of RGB colors in percentages

R + G + B =
214 + 205 + 204 = 623 (100%)
R 214 of 623 ~ 34.35%
G 205 of 623 ~ 32.91%
B 204 of 623 ~ 32.74%

%34.35
%32.91
%32.74

CMYK color model

#D6CDCC color CMYK value is (0,4,5,16).

  • cyan value is 0.00%
  • magenta value is 4.21%
  • yellow value is 4.67%
  • key color value is 16.08%
CMYK: (0,4,5,16) C0M4Y5K16 (0%,4%,5%,16%) (0.00/0.04/0.05/0.16)

CMYK percentages

%0
%4.21
%4.67
%16.08

Codes

Color #D6CDCC in popluar color models

D6CDCC
RGB214205204
HSL10.87%81.96%
HSB/HSV4.67%83.92%
CMYK0.00%4.21%4.67%
16.08%

Color #D6CDCC in popluar number systems.

HEXD6CDCC
Decimal214205204
Binary110101101100110111001100
Octal326315314

Shades and tints

Shades of #D6CDCC

#D6CDCC
(214,205,204)
#C3BBBA
(195,187,186)
#B0A9A8
(176,169,168)
#9D9796
(157,151,150)
#8A8584
(138,133,132)
#777372
(119,115,114)
#646160
(100,97,96)
#514F4E
(81,79,78)
#3E3D3C
(62,61,60)
#2B2B2A
(43,43,42)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #D6CDCC

#D6CDCC
(214,205,204)
#D9D1D0
(217,209,208)
#DCD5D4
(220,213,212)
#DFD9D8
(223,217,216)
#E2DDDC
(226,221,220)
#E5E1E0
(229,225,224)
#E8E5E4
(232,229,228)
#EBE9E8
(235,233,232)
#EEEDEC
(238,237,236)
#F1F1F0
(241,241,240)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CDCC; }

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

This text font color is #D6CDCC.


Background Color

.myBgColor { background-color: #D6CDCC; }

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

This div background color is #D6CDCC.


Border color

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

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

This div border color is #D6CDCC.


Opacity

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

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

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

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

This text has shadow with #D6CDCC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D6CDCC on black background.


Color preview on white background

This text has color #D6CDCC on white background.



Black color preview on #D6CDCC background

This text has black color on #D6CDCC background.


White color preview on #D6CDCC background

This text has white color on #D6CDCC background.