COLOR #D8C6C5

HEX: #D8C6C5 RGB: (216,198,197)

Color info

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

RGB color model

#D8C6C5 color RGB value is (216,198,197).

RGB: (216,198,197) (85%, 78%, 77%)

RGB channels and saturation

R 216 of 255 = 85%
G 198 of 255 = 78%
B 197 of 255 = 77%

216
198
197

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

Portions of RGB colors in percentages

R + G + B = 216 + 198 + 197 = 611 (100%)
R 216 of 611 ~ 35.35%
G 198 of 611 ~ 32.41%
B 197 of 611 ~ 32.24'%

%35.35
%32.41
%32.24

CMYK color model

#D8C6C5 color CMYK value is (0,8,9,15).

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

CMYK: (0,8,9,15)
C0M8Y9K15 (0%, 8%, 9%, 15%)
(0.00 / 0.08 / 0.09 / 0.15)

CMYK percentages

%0
%8.33
%8.8
%15.29

Codes

Color #D8C6C5 in popluar color models

D8 C6 C5
RGB 216 198 197
HSL 19.59% 80.98%
HSB/HSV 8.80% 84.71%
CMYK 0.00% 8.33% 8.80%
15.29%

Color #D8C6C5 in popluar number systems.

HEX D8 C6 C5
Decimal 216 198 197
Binary 11011000 11000110 11000101
Octal 330 306 305

Shades and tints

Shades of #D8C6C5

#D8C6C5
(216,198,197)
#C5B4B4
(197,180,180)
#B2A2A3
(178,162,163)
#9F9092
(159,144,146)
#8C7E81
(140,126,129)
#796C70
(121,108,112)
#665A5F
(102,90,95)
#53484E
(83,72,78)
#40363D
(64,54,61)
#2D242C
(45,36,44)
#1A121B
(26,18,27)
#000000
(0,0,0)

Tints of #D8C6C5

#D8C6C5
(216,198,197)
#DBCBCA
(219,203,202)
#DED0CF
(222,208,207)
#E1D5D4
(225,213,212)
#E4DAD9
(228,218,217)
#E7DFDE
(231,223,222)
#EAE4E3
(234,228,227)
#EDE9E8
(237,233,232)
#F0EEED
(240,238,237)
#F3F3F2
(243,243,242)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8C6C5; }

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

This text font color is #D8C6C5.

Background Color

.myBgColor { background-color: #D8C6C5; }

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

This div background color is #D8C6C5.

Border color

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

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

This div border color is #D8C6C5.

Opacity

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

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

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

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

This text has shadow with #D8C6C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8C6C5.

Preview

Color preview on black background

This text has color #D8C6C5 on black background.


Color preview on white background

This text has color #D8C6C5 on white background.


Black color preview on #D8C6C5 background

This text has black color on #D8C6C5 background.


White color preview on #D8C6C5 background

This text has white color on #D8C6C5 background.


Related colors

Complementary color

Complementary color for #hex is #27393A.


I love getcolorcode.com

Triadic colors

1 #C5D8C6 and #C6C5D8 with #D8C6C5 are triadic colors.

2 #C5C6D8 and #C6D8C5 with #D8C6C5 are triadic colors.