COLOR #D5DCC8

HEX: #D5DCC8 RGB: (213,220,200)

Color info

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

RGB color model

#D5DCC8 color RGB value is (213,220,200).

RGB: (213,220,200) (84%, 86%, 78%)

RGB channels and saturation

R 213 of 255 = 84%
G 220 of 255 = 86%
B 200 of 255 = 78%

213
220
200

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

Portions of RGB colors in percentages

R + G + B = 213 + 220 + 200 = 633 (100%)
R 213 of 633 ~ 33.65%
G 220 of 633 ~ 34.76%
B 200 of 633 ~ 31.6'%

%33.65
%34.76
%31.6

CMYK color model

#D5DCC8 color CMYK value is (3,0,9,14).

  • cyan value is 3.18%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 13.73%
CMYK: (3,0,9,14) C3M0Y9K14 (3%,0%,9%,14%) (0.03/0.00/0.09/0.14) 

CMYK percentages

%3.18
%0
%9.09
%13.73

Codes

Color #D5DCC8 in popluar color models

D5 DC C8
RGB 213 220 200
HSL 81° 22.22% 82.35%
HSB/HSV 81° 9.09% 86.27%
CMYK 3.18% 0.00% 9.09%
13.73%

Color #D5DCC8 in popluar number systems.

HEX D5 DC C8
Decimal 213 220 200
Binary 11010101 11011100 11001000
Octal 325 334 310

Shades and tints

Shades of #D5DCC8

#D5DCC8
(213,220,200)
#C2C8B6
(194,200,182)
#AFB4A4
(175,180,164)
#9CA092
(156,160,146)
#898C80
(137,140,128)
#76786E
(118,120,110)
#63645C
(99,100,92)
#50504A
(80,80,74)
#3D3C38
(61,60,56)
#2A2826
(42,40,38)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #D5DCC8

#D5DCC8
(213,220,200)
#D8DFCD
(216,223,205)
#DBE2D2
(219,226,210)
#DEE5D7
(222,229,215)
#E1E8DC
(225,232,220)
#E4EBE1
(228,235,225)
#E7EEE6
(231,238,230)
#EAF1EB
(234,241,235)
#EDF4F0
(237,244,240)
#F0F7F5
(240,247,245)
#F3FAFA
(243,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DCC8 color. Also use rgb(213,220,200) instead hex code.

Text Font Color

.myTextColor { color: #D5DCC8; }

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

This text font color is #D5DCC8.

Background Color

.myBgColor { background-color: #D5DCC8; }

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

This div background color is #D5DCC8.

Border color

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

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

This div border color is #D5DCC8.

Opacity

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

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

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

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

This text has shadow with #D5DCC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DCC8.

Preview

Color preview on black background

This text has color #D5DCC8 on black background.


Color preview on white background

This text has color #D5DCC8 on white background.


Black color preview on #D5DCC8 background

This text has black color on #D5DCC8 background.


White color preview on #D5DCC8 background

This text has white color on #D5DCC8 background.


Related colors

Complementary color

Complementary color for #hex is #2A2337.


I love getcolorcode.com

Triadic colors

1 #C8D5DC and #DCC8D5 with #D5DCC8 are triadic colors.

2 #C8DCD5 and #DCD5C8 with #D5DCC8 are triadic colors.