COLOR #D5D2CB

HEX: #D5D2CB
RGB: (213,210,203)

Color info

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

RGB color model

#D5D2CB color RGB value is (213,210,203).

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

RGB channels and saturation

R 213 of 255 = 84%
G 210 of 255 = 82%
B 203 of 255 = 80%

213
210
203

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

Portions of RGB colors in percentages

R + G + B =
213 + 210 + 203 = 626 (100%)
R 213 of 626 ~ 34.03%
G 210 of 626 ~ 33.55%
B 203 of 626 ~ 32.43%

%34.03
%33.55
%32.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.41%
  • yellow value is 4.69%
  • key color value is 16.47%
CMYK:
(0,1,5,16)
C0M1Y5K16 
(0%,1%,5%,16%)
(0.00/0.01/0.05/0.16)	

CMYK percentages

%0
%1.41
%4.69
%16.47

Codes

Color #D5D2CB in popluar color models

D5D2CB
RGB213210203
HSL42°10.64%81.57%
HSB/HSV42°4.69%83.53%
CMYK0.00%1.41%4.69%
16.47%

Color #D5D2CB in popluar number systems.

HEXD5D2CB
Decimal213210203
Binary110101011101001011001011
Octal325322313

Shades and tints

Shades of #D5D2CB

#D5D2CB
(213,210,203)
#C2BFB9
(194,191,185)
#AFACA7
(175,172,167)
#9C9995
(156,153,149)
#898683
(137,134,131)
#767371
(118,115,113)
#63605F
(99,96,95)
#504D4D
(80,77,77)
#3D3A3B
(61,58,59)
#2A2729
(42,39,41)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #D5D2CB

#D5D2CB
(213,210,203)
#D8D6CF
(216,214,207)
#DBDAD3
(219,218,211)
#DEDED7
(222,222,215)
#E1E2DB
(225,226,219)
#E4E6DF
(228,230,223)
#E7EAE3
(231,234,227)
#EAEEE7
(234,238,231)
#EDF2EB
(237,242,235)
#F0F6EF
(240,246,239)
#F3FAF3
(243,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D2CB; }

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

This text font color is #D5D2CB.


Background Color

.myBgColor { background-color: #D5D2CB; }

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

This div background color is #D5D2CB.


Border color

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

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

This div border color is #D5D2CB.


Opacity

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

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

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

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

This text has shadow with #D5D2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D2CB on black background.


Color preview on white background

This text has color #D5D2CB on white background.



Black color preview on #D5D2CB background

This text has black color on #D5D2CB background.


White color preview on #D5D2CB background

This text has white color on #D5D2CB background.