COLOR #D6CEC8

HEX: #D6CEC8 RGB: (214,206,200)

Color info

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

RGB color model

#D6CEC8 color RGB value is (214,206,200).

RGB: (214,206,200) (84%, 81%, 78%)

RGB channels and saturation

R 214 of 255 = 84%
G 206 of 255 = 81%
B 200 of 255 = 78%

214
206
200

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

Portions of RGB colors in percentages

R + G + B = 214 + 206 + 200 = 620 (100%)
R 214 of 620 ~ 34.52%
G 206 of 620 ~ 33.23%
B 200 of 620 ~ 32.26'%

%34.52
%33.23
%32.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.74%
  • yellow value is 6.54%
  • key color value is 16.08%

CMYK: (0,4,7,16)
C0M4Y7K16 (0%, 4%, 7%, 16%)
(0.00 / 0.04 / 0.07 / 0.16)

CMYK percentages

%0
%3.74
%6.54
%16.08

Codes

Color #D6CEC8 in popluar color models

D6 CE C8
RGB 214 206 200
HSL 26° 14.58% 81.18%
HSB/HSV 26° 6.54% 83.92%
CMYK 0.00% 3.74% 6.54%
16.08%

Color #D6CEC8 in popluar number systems.

HEX D6 CE C8
Decimal 214 206 200
Binary 11010110 11001110 11001000
Octal 326 316 310

Shades and tints

Shades of #D6CEC8

#D6CEC8
(214,206,200)
#C3BCB6
(195,188,182)
#B0AAA4
(176,170,164)
#9D9892
(157,152,146)
#8A8680
(138,134,128)
#77746E
(119,116,110)
#64625C
(100,98,92)
#51504A
(81,80,74)
#3E3E38
(62,62,56)
#2B2C26
(43,44,38)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #D6CEC8

#D6CEC8
(214,206,200)
#D9D2CD
(217,210,205)
#DCD6D2
(220,214,210)
#DFDAD7
(223,218,215)
#E2DEDC
(226,222,220)
#E5E2E1
(229,226,225)
#E8E6E6
(232,230,230)
#EBEAEB
(235,234,235)
#EEEEF0
(238,238,240)
#F1F2F5
(241,242,245)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CEC8 color. Also use rgb(214,206,200) instead hex code.

Text Font Color

.myTextColor { color: #D6CEC8; }

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

This text font color is #D6CEC8.

Background Color

.myBgColor { background-color: #D6CEC8; }

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

This div background color is #D6CEC8.

Border color

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

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

This div border color is #D6CEC8.

Opacity

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

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

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

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

This text has shadow with #D6CEC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6CEC8.

Preview

Color preview on black background

This text has color #D6CEC8 on black background.


Color preview on white background

This text has color #D6CEC8 on white background.


Black color preview on #D6CEC8 background

This text has black color on #D6CEC8 background.


White color preview on #D6CEC8 background

This text has white color on #D6CEC8 background.


Related colors

Complementary color

Complementary color for #hex is #293137.


I love getcolorcode.com

Triadic colors

1 #C8D6CE and #CEC8D6 with #D6CEC8 are triadic colors.

2 #C8CED6 and #CED6C8 with #D6CEC8 are triadic colors.