COLOR #D8DCC5

HEX: #D8DCC5 RGB: (216,220,197)

Color info

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

RGB color model

#D8DCC5 color RGB value is (216,220,197).

RGB: (216,220,197) (85%, 86%, 77%)

RGB channels and saturation

R 216 of 255 = 85%
G 220 of 255 = 86%
B 197 of 255 = 77%

216
220
197

R + G + B ~ 83%. #D8DCC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 220 + 197 = 633 (100%)
R 216 of 633 ~ 34.12%
G 220 of 633 ~ 34.76%
B 197 of 633 ~ 31.12'%

%34.12
%34.76
%31.12

CMYK color model

#D8DCC5 color CMYK value is (2,0,10,14).

  • cyan value is 1.82%
  • magenta value is 0.00%
  • yellow value is 10.45%
  • key color value is 13.73%

CMYK: (2,0,10,14)
C2M0Y10K14 (2%, 0%, 10%, 14%)
(0.02 / 0.00 / 0.10 / 0.14)

CMYK percentages

%1.82
%0
%10.45
%13.73

Codes

Color #D8DCC5 in popluar color models

D8 DC C5
RGB 216 220 197
HSL 70° 24.73% 81.76%
HSB/HSV 70° 10.45% 86.27%
CMYK 1.82% 0.00% 10.45%
13.73%

Color #D8DCC5 in popluar number systems.

HEX D8 DC C5
Decimal 216 220 197
Binary 11011000 11011100 11000101
Octal 330 334 305

Shades and tints

Shades of #D8DCC5

#D8DCC5
(216,220,197)
#C5C8B4
(197,200,180)
#B2B4A3
(178,180,163)
#9FA092
(159,160,146)
#8C8C81
(140,140,129)
#797870
(121,120,112)
#66645F
(102,100,95)
#53504E
(83,80,78)
#403C3D
(64,60,61)
#2D282C
(45,40,44)
#1A141B
(26,20,27)
#000000
(0,0,0)

Tints of #D8DCC5

#D8DCC5
(216,220,197)
#DBDFCA
(219,223,202)
#DEE2CF
(222,226,207)
#E1E5D4
(225,229,212)
#E4E8D9
(228,232,217)
#E7EBDE
(231,235,222)
#EAEEE3
(234,238,227)
#EDF1E8
(237,241,232)
#F0F4ED
(240,244,237)
#F3F7F2
(243,247,242)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DCC5; }

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

This text font color is #D8DCC5.

Background Color

.myBgColor { background-color: #D8DCC5; }

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

This div background color is #D8DCC5.

Border color

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

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

This div border color is #D8DCC5.

Opacity

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

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

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

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

This text has shadow with #D8DCC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DCC5.

Preview

Color preview on black background

This text has color #D8DCC5 on black background.


Color preview on white background

This text has color #D8DCC5 on white background.


Black color preview on #D8DCC5 background

This text has black color on #D8DCC5 background.


White color preview on #D8DCC5 background

This text has white color on #D8DCC5 background.


Related colors

Complementary color

Complementary color for #hex is #27233A.


I love getcolorcode.com

Triadic colors

1 #C5D8DC and #DCC5D8 with #D8DCC5 are triadic colors.

2 #C5DCD8 and #DCD8C5 with #D8DCC5 are triadic colors.