COLOR #D5D9CC

HEX: #D5D9CC RGB: (213,217,204)

Color info

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

RGB color model

#D5D9CC color RGB value is (213,217,204).

RGB: (213,217,204) (84%, 85%, 80%)

RGB channels and saturation

R 213 of 255 = 84%
G 217 of 255 = 85%
B 204 of 255 = 80%

213
217
204

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

Portions of RGB colors in percentages

R + G + B = 213 + 217 + 204 = 634 (100%)
R 213 of 634 ~ 33.6%
G 217 of 634 ~ 34.23%
B 204 of 634 ~ 32.18'%

%33.6
%34.23
%32.18

CMYK color model

#D5D9CC color CMYK value is (2,0,6,15).

  • cyan value is 1.84%
  • magenta value is 0.00%
  • yellow value is 5.99%
  • key color value is 14.90%

CMYK: (2,0,6,15)
C2M0Y6K15 (2%, 0%, 6%, 15%)
(0.02 / 0.00 / 0.06 / 0.15)

CMYK percentages

%1.84
%0
%5.99
%14.9

Codes

Color #D5D9CC in popluar color models

D5 D9 CC
RGB 213 217 204
HSL 78° 14.61% 82.55%
HSB/HSV 78° 5.99% 85.10%
CMYK 1.84% 0.00% 5.99%
14.90%

Color #D5D9CC in popluar number systems.

HEX D5 D9 CC
Decimal 213 217 204
Binary 11010101 11011001 11001100
Octal 325 331 314

Shades and tints

Shades of #D5D9CC

#D5D9CC
(213,217,204)
#C2C6BA
(194,198,186)
#AFB3A8
(175,179,168)
#9CA096
(156,160,150)
#898D84
(137,141,132)
#767A72
(118,122,114)
#636760
(99,103,96)
#50544E
(80,84,78)
#3D413C
(61,65,60)
#2A2E2A
(42,46,42)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #D5D9CC

#D5D9CC
(213,217,204)
#D8DCD0
(216,220,208)
#DBDFD4
(219,223,212)
#DEE2D8
(222,226,216)
#E1E5DC
(225,229,220)
#E4E8E0
(228,232,224)
#E7EBE4
(231,235,228)
#EAEEE8
(234,238,232)
#EDF1EC
(237,241,236)
#F0F4F0
(240,244,240)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D9CC color. Also use rgb(213,217,204) instead hex code.

Text Font Color

.myTextColor { color: #D5D9CC; }

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

This text font color is #D5D9CC.

Background Color

.myBgColor { background-color: #D5D9CC; }

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

This div background color is #D5D9CC.

Border color

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

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

This div border color is #D5D9CC.

Opacity

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

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

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

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

This text has shadow with #D5D9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5D9CC.

Preview

Color preview on black background

This text has color #D5D9CC on black background.


Color preview on white background

This text has color #D5D9CC on white background.


Black color preview on #D5D9CC background

This text has black color on #D5D9CC background.


White color preview on #D5D9CC background

This text has white color on #D5D9CC background.


Related colors

Complementary color

Complementary color for #hex is #2A2633.


I love getcolorcode.com

Triadic colors

1 #CCD5D9 and #D9CCD5 with #D5D9CC are triadic colors.

2 #CCD9D5 and #D9D5CC with #D5D9CC are triadic colors.