COLOR #D6C4CC

HEX: #D6C4CC RGB: (214,196,204)

Color info

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

RGB color model

#D6C4CC color RGB value is (214,196,204).

RGB: (214,196,204) (84%, 77%, 80%)

RGB channels and saturation

R 214 of 255 = 84%
G 196 of 255 = 77%
B 204 of 255 = 80%

214
196
204

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

Portions of RGB colors in percentages

R + G + B = 214 + 196 + 204 = 614 (100%)
R 214 of 614 ~ 34.85%
G 196 of 614 ~ 31.92%
B 204 of 614 ~ 33.22'%

%34.85
%31.92
%33.22

CMYK color model

#D6C4CC color CMYK value is (0,8,5,16).

  • cyan value is 0.00%
  • magenta value is 8.41%
  • yellow value is 4.67%
  • key color value is 16.08%

CMYK: (0,8,5,16)
C0M8Y5K16 (0%, 8%, 5%, 16%)
(0.00 / 0.08 / 0.05 / 0.16)

CMYK percentages

%0
%8.41
%4.67
%16.08

Codes

Color #D6C4CC in popluar color models

D6 C4 CC
RGB 214 196 204
HSL 333° 18.00% 80.39%
HSB/HSV 333° 8.41% 83.92%
CMYK 0.00% 8.41% 4.67%
16.08%

Color #D6C4CC in popluar number systems.

HEX D6 C4 CC
Decimal 214 196 204
Binary 11010110 11000100 11001100
Octal 326 304 314

Shades and tints

Shades of #D6C4CC

#D6C4CC
(214,196,204)
#C3B3BA
(195,179,186)
#B0A2A8
(176,162,168)
#9D9196
(157,145,150)
#8A8084
(138,128,132)
#776F72
(119,111,114)
#645E60
(100,94,96)
#514D4E
(81,77,78)
#3E3C3C
(62,60,60)
#2B2B2A
(43,43,42)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #D6C4CC

#D6C4CC
(214,196,204)
#D9C9D0
(217,201,208)
#DCCED4
(220,206,212)
#DFD3D8
(223,211,216)
#E2D8DC
(226,216,220)
#E5DDE0
(229,221,224)
#E8E2E4
(232,226,228)
#EBE7E8
(235,231,232)
#EEECEC
(238,236,236)
#F1F1F0
(241,241,240)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C4CC; }

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

This text font color is #D6C4CC.

Background Color

.myBgColor { background-color: #D6C4CC; }

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

This div background color is #D6C4CC.

Border color

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

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

This div border color is #D6C4CC.

Opacity

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

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

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

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

This text has shadow with #D6C4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6C4CC.

Preview

Color preview on black background

This text has color #D6C4CC on black background.


Color preview on white background

This text has color #D6C4CC on white background.


Black color preview on #D6C4CC background

This text has black color on #D6C4CC background.


White color preview on #D6C4CC background

This text has white color on #D6C4CC background.


Related colors

Complementary color

Complementary color for #hex is #293B33.


I love getcolorcode.com

Triadic colors

1 #CCD6C4 and #C4CCD6 with #D6C4CC are triadic colors.

2 #CCC4D6 and #C4D6CC with #D6C4CC are triadic colors.