COLOR #D5D3CC

HEX: #D5D3CC RGB: (213,211,204)

Color info

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

RGB color model

#D5D3CC color RGB value is (213,211,204).

RGB: (213,211,204) (84%, 83%, 80%)

RGB channels and saturation

R 213 of 255 = 84%
G 211 of 255 = 83%
B 204 of 255 = 80%

213
211
204

R + G + B ~ 82%. #D5D3CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 211 + 204 = 628 (100%)
R 213 of 628 ~ 33.92%
G 211 of 628 ~ 33.6%
B 204 of 628 ~ 32.48'%

%33.92
%33.6
%32.48

CMYK color model

#D5D3CC color CMYK value is (0,1,4,16).

  • cyan value is 0.00%
  • magenta value is 0.94%
  • yellow value is 4.23%
  • key color value is 16.47%
CMYK: (0,1,4,16) C0M1Y4K16 (0%,1%,4%,16%) (0.00/0.01/0.04/0.16) 

CMYK percentages

%0
%0.94
%4.23
%16.47

Codes

Color #D5D3CC in popluar color models

D5 D3 CC
RGB 213 211 204
HSL 47° 9.68% 81.76%
HSB/HSV 47° 4.23% 83.53%
CMYK 0.00% 0.94% 4.23%
16.47%

Color #D5D3CC in popluar number systems.

HEX D5 D3 CC
Decimal 213 211 204
Binary 11010101 11010011 11001100
Octal 325 323 314

Shades and tints

Shades of #D5D3CC

#D5D3CC
(213,211,204)
#C2C0BA
(194,192,186)
#AFADA8
(175,173,168)
#9C9A96
(156,154,150)
#898784
(137,135,132)
#767472
(118,116,114)
#636160
(99,97,96)
#504E4E
(80,78,78)
#3D3B3C
(61,59,60)
#2A282A
(42,40,42)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #D5D3CC

#D5D3CC
(213,211,204)
#D8D7D0
(216,215,208)
#DBDBD4
(219,219,212)
#DEDFD8
(222,223,216)
#E1E3DC
(225,227,220)
#E4E7E0
(228,231,224)
#E7EBE4
(231,235,228)
#EAEFE8
(234,239,232)
#EDF3EC
(237,243,236)
#F0F7F0
(240,247,240)
#F3FBF4
(243,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D3CC; }

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

This text font color is #D5D3CC.

Background Color

.myBgColor { background-color: #D5D3CC; }

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

This div background color is #D5D3CC.

Border color

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

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

This div border color is #D5D3CC.

Opacity

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

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

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

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

This text has shadow with #D5D3CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5D3CC.

Preview

Color preview on black background

This text has color #D5D3CC on black background.


Color preview on white background

This text has color #D5D3CC on white background.


Black color preview on #D5D3CC background

This text has black color on #D5D3CC background.


White color preview on #D5D3CC background

This text has white color on #D5D3CC background.


Related colors

Complementary color

Complementary color for #hex is #2A2C33.


I love getcolorcode.com

Triadic colors

1 #CCD5D3 and #D3CCD5 with #D5D3CC are triadic colors.

2 #CCD3D5 and #D3D5CC with #D5D3CC are triadic colors.