COLOR #D8CEC6

HEX: #D8CEC6 RGB: (216,206,198)

Color info

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

RGB color model

#D8CEC6 color RGB value is (216,206,198).

RGB: (216,206,198) (85%, 81%, 78%)

RGB channels and saturation

R 216 of 255 = 85%
G 206 of 255 = 81%
B 198 of 255 = 78%

216
206
198

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

Portions of RGB colors in percentages

R + G + B = 216 + 206 + 198 = 620 (100%)
R 216 of 620 ~ 34.84%
G 206 of 620 ~ 33.23%
B 198 of 620 ~ 31.94'%

%34.84
%33.23
%31.94

CMYK color model

#D8CEC6 color CMYK value is (0,5,8,15).

  • cyan value is 0.00%
  • magenta value is 4.63%
  • yellow value is 8.33%
  • key color value is 15.29%

CMYK: (0,5,8,15)
C0M5Y8K15 (0%, 5%, 8%, 15%)
(0.00 / 0.05 / 0.08 / 0.15)

CMYK percentages

%0
%4.63
%8.33
%15.29

Codes

Color #D8CEC6 in popluar color models

D8 CE C6
RGB 216 206 198
HSL 27° 18.75% 81.18%
HSB/HSV 27° 8.33% 84.71%
CMYK 0.00% 4.63% 8.33%
15.29%

Color #D8CEC6 in popluar number systems.

HEX D8 CE C6
Decimal 216 206 198
Binary 11011000 11001110 11000110
Octal 330 316 306

Shades and tints

Shades of #D8CEC6

#D8CEC6
(216,206,198)
#C5BCB4
(197,188,180)
#B2AAA2
(178,170,162)
#9F9890
(159,152,144)
#8C867E
(140,134,126)
#79746C
(121,116,108)
#66625A
(102,98,90)
#535048
(83,80,72)
#403E36
(64,62,54)
#2D2C24
(45,44,36)
#1A1A12
(26,26,18)
#000000
(0,0,0)

Tints of #D8CEC6

#D8CEC6
(216,206,198)
#DBD2CB
(219,210,203)
#DED6D0
(222,214,208)
#E1DAD5
(225,218,213)
#E4DEDA
(228,222,218)
#E7E2DF
(231,226,223)
#EAE6E4
(234,230,228)
#EDEAE9
(237,234,233)
#F0EEEE
(240,238,238)
#F3F2F3
(243,242,243)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8CEC6 color. Also use rgb(216,206,198) instead hex code.

Text Font Color

.myTextColor { color: #D8CEC6; }

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

This text font color is #D8CEC6.

Background Color

.myBgColor { background-color: #D8CEC6; }

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

This div background color is #D8CEC6.

Border color

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

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

This div border color is #D8CEC6.

Opacity

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

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

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

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

This text has shadow with #D8CEC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8CEC6.

Preview

Color preview on black background

This text has color #D8CEC6 on black background.


Color preview on white background

This text has color #D8CEC6 on white background.


Black color preview on #D8CEC6 background

This text has black color on #D8CEC6 background.


White color preview on #D8CEC6 background

This text has white color on #D8CEC6 background.


Related colors

Complementary color

Complementary color for #hex is #273139.


I love getcolorcode.com

Triadic colors

1 #C6D8CE and #CEC6D8 with #D8CEC6 are triadic colors.

2 #C6CED8 and #CED8C6 with #D8CEC6 are triadic colors.