COLOR #D5D4CB

HEX: #D5D4CB
RGB: (213,212,203)

Color info

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

RGB color model

#D5D4CB color RGB value is (213,212,203).

  • red value is 213;
  • green value is 212;
  • blue value is 203.
RGB:
(213,212,203)
(84%,83%,80%)

RGB channels and saturation

R 213 of 255 = 84%
G 212 of 255 = 83%
B 203 of 255 = 80%

213
212
203

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

Portions of RGB colors in percentages

R + G + B =
213 + 212 + 203 = 628 (100%)
R 213 of 628 ~ 33.92%
G 212 of 628 ~ 33.76%
B 203 of 628 ~ 32.32%

%33.92
%33.76
%32.32

CMYK color model

#D5D4CB color CMYK value is (0,0,5,16).

  • cyan value is 0.00%
  • magenta value is 0.47%
  • yellow value is 4.69%
  • key color value is 16.47%
CMYK:
(0,0,5,16)
C0M0Y5K16 
(0%,0%,5%,16%)
(0.00/0.00/0.05/0.16)	

CMYK percentages

%0
%0.47
%4.69
%16.47

Codes

Color #D5D4CB in popluar color models

D5D4CB
RGB213212203
HSL54°10.64%81.57%
HSB/HSV54°4.69%83.53%
CMYK0.00%0.47%4.69%
16.47%

Color #D5D4CB in popluar number systems.

HEXD5D4CB
Decimal213212203
Binary110101011101010011001011
Octal325324313

Shades and tints

Shades of #D5D4CB

#D5D4CB
(213,212,203)
#C2C1B9
(194,193,185)
#AFAEA7
(175,174,167)
#9C9B95
(156,155,149)
#898883
(137,136,131)
#767571
(118,117,113)
#63625F
(99,98,95)
#504F4D
(80,79,77)
#3D3C3B
(61,60,59)
#2A2929
(42,41,41)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #D5D4CB

#D5D4CB
(213,212,203)
#D8D7CF
(216,215,207)
#DBDAD3
(219,218,211)
#DEDDD7
(222,221,215)
#E1E0DB
(225,224,219)
#E4E3DF
(228,227,223)
#E7E6E3
(231,230,227)
#EAE9E7
(234,233,231)
#EDECEB
(237,236,235)
#F0EFEF
(240,239,239)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D4CB color. Also use rgb(213,212,203) instead hex code.

Text Font Color

.myTextColor { color: #D5D4CB; }

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

This text font color is #D5D4CB.


Background Color

.myBgColor { background-color: #D5D4CB; }

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

This div background color is #D5D4CB.


Border color

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

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

This div border color is #D5D4CB.


Opacity

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

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

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

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

This text has shadow with #D5D4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D4CB on black background.


Color preview on white background

This text has color #D5D4CB on white background.



Black color preview on #D5D4CB background

This text has black color on #D5D4CB background.


White color preview on #D5D4CB background

This text has white color on #D5D4CB background.