COLOR #D6CEC5

HEX: #D6CEC5 RGB: (214,206,197)

Color info

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

RGB color model

#D6CEC5 color RGB value is (214,206,197).

RGB: (214,206,197) (84%, 81%, 77%)

RGB channels and saturation

R 214 of 255 = 84%
G 206 of 255 = 81%
B 197 of 255 = 77%

214
206
197

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

Portions of RGB colors in percentages

R + G + B = 214 + 206 + 197 = 617 (100%)
R 214 of 617 ~ 34.68%
G 206 of 617 ~ 33.39%
B 197 of 617 ~ 31.93'%

%34.68
%33.39
%31.93

CMYK color model

#D6CEC5 color CMYK value is (0,4,8,16).

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

CMYK: (0,4,8,16)
C0M4Y8K16 (0%, 4%, 8%, 16%)
(0.00 / 0.04 / 0.08 / 0.16)

CMYK percentages

%0
%3.74
%7.94
%16.08

Codes

Color #D6CEC5 in popluar color models

D6 CE C5
RGB 214 206 197
HSL 32° 17.17% 80.59%
HSB/HSV 32° 7.94% 83.92%
CMYK 0.00% 3.74% 7.94%
16.08%

Color #D6CEC5 in popluar number systems.

HEX D6 CE C5
Decimal 214 206 197
Binary 11010110 11001110 11000101
Octal 326 316 305

Shades and tints

Shades of #D6CEC5

#D6CEC5
(214,206,197)
#C3BCB4
(195,188,180)
#B0AAA3
(176,170,163)
#9D9892
(157,152,146)
#8A8681
(138,134,129)
#777470
(119,116,112)
#64625F
(100,98,95)
#51504E
(81,80,78)
#3E3E3D
(62,62,61)
#2B2C2C
(43,44,44)
#181A1B
(24,26,27)
#000000
(0,0,0)

Tints of #D6CEC5

#D6CEC5
(214,206,197)
#D9D2CA
(217,210,202)
#DCD6CF
(220,214,207)
#DFDAD4
(223,218,212)
#E2DED9
(226,222,217)
#E5E2DE
(229,226,222)
#E8E6E3
(232,230,227)
#EBEAE8
(235,234,232)
#EEEEED
(238,238,237)
#F1F2F2
(241,242,242)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CEC5; }

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

This text font color is #D6CEC5.

Background Color

.myBgColor { background-color: #D6CEC5; }

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

This div background color is #D6CEC5.

Border color

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

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

This div border color is #D6CEC5.

Opacity

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

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

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

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

This text has shadow with #D6CEC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6CEC5.

Preview

Color preview on black background

This text has color #D6CEC5 on black background.


Color preview on white background

This text has color #D6CEC5 on white background.


Black color preview on #D6CEC5 background

This text has black color on #D6CEC5 background.


White color preview on #D6CEC5 background

This text has white color on #D6CEC5 background.


Related colors

Complementary color

Complementary color for #hex is #29313A.


I love getcolorcode.com

Triadic colors

1 #C5D6CE and #CEC5D6 with #D6CEC5 are triadic colors.

2 #C5CED6 and #CED6C5 with #D6CEC5 are triadic colors.