COLOR #D6C4C6

HEX: #D6C4C6 RGB: (214,196,198)

Color info

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

RGB color model

#D6C4C6 color RGB value is (214,196,198).

RGB: (214,196,198) (84%, 77%, 78%)

RGB channels and saturation

R 214 of 255 = 84%
G 196 of 255 = 77%
B 198 of 255 = 78%

214
196
198

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

Portions of RGB colors in percentages

R + G + B = 214 + 196 + 198 = 608 (100%)
R 214 of 608 ~ 35.2%
G 196 of 608 ~ 32.24%
B 198 of 608 ~ 32.57'%

%35.2
%32.24
%32.57

CMYK color model

#D6C4C6 color CMYK value is (0,8,7,16).

  • cyan value is 0.00%
  • magenta value is 8.41%
  • yellow value is 7.48%
  • key color value is 16.08%
CMYK: (0,8,7,16) C0M8Y7K16 (0%,8%,7%,16%) (0.00/0.08/0.07/0.16) 

CMYK percentages

%0
%8.41
%7.48
%16.08

Codes

Color #D6C4C6 in popluar color models

D6 C4 C6
RGB 214 196 198
HSL 353° 18.00% 80.39%
HSB/HSV 353° 8.41% 83.92%
CMYK 0.00% 8.41% 7.48%
16.08%

Color #D6C4C6 in popluar number systems.

HEX D6 C4 C6
Decimal 214 196 198
Binary 11010110 11000100 11000110
Octal 326 304 306

Shades and tints

Shades of #D6C4C6

#D6C4C6
(214,196,198)
#C3B3B4
(195,179,180)
#B0A2A2
(176,162,162)
#9D9190
(157,145,144)
#8A807E
(138,128,126)
#776F6C
(119,111,108)
#645E5A
(100,94,90)
#514D48
(81,77,72)
#3E3C36
(62,60,54)
#2B2B24
(43,43,36)
#181A12
(24,26,18)
#000000
(0,0,0)

Tints of #D6C4C6

#D6C4C6
(214,196,198)
#D9C9CB
(217,201,203)
#DCCED0
(220,206,208)
#DFD3D5
(223,211,213)
#E2D8DA
(226,216,218)
#E5DDDF
(229,221,223)
#E8E2E4
(232,226,228)
#EBE7E9
(235,231,233)
#EEECEE
(238,236,238)
#F1F1F3
(241,241,243)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6C4C6; }

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

This text font color is #D6C4C6.

Background Color

.myBgColor { background-color: #D6C4C6; }

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

This div background color is #D6C4C6.

Border color

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

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

This div border color is #D6C4C6.

Opacity

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

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

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

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

This text has shadow with #D6C4C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6C4C6.

Preview

Color preview on black background

This text has color #D6C4C6 on black background.


Color preview on white background

This text has color #D6C4C6 on white background.


Black color preview on #D6C4C6 background

This text has black color on #D6C4C6 background.


White color preview on #D6C4C6 background

This text has white color on #D6C4C6 background.


Related colors

Complementary color

Complementary color for #hex is #293B39.


I love getcolorcode.com

Triadic colors

1 #C6D6C4 and #C4C6D6 with #D6C4C6 are triadic colors.

2 #C6C4D6 and #C4D6C6 with #D6C4C6 are triadic colors.