COLOR #D5D3CA

HEX: #D5D3CA
RGB: (213,211,202)

Color info

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

RGB color model

#D5D3CA color RGB value is (213,211,202).

  • red value is 213;
  • green value is 211;
  • blue value is 202.
RGB:
(213,211,202)
(84%,83%,79%)

RGB channels and saturation

R 213 of 255 = 84%
G 211 of 255 = 83%
B 202 of 255 = 79%

213
211
202

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

Portions of RGB colors in percentages

R + G + B =
213 + 211 + 202 = 626 (100%)
R 213 of 626 ~ 34.03%
G 211 of 626 ~ 33.71%
B 202 of 626 ~ 32.27%

%34.03
%33.71
%32.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.94%
  • yellow value is 5.16%
  • 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
%0.94
%5.16
%16.47

Codes

Color #D5D3CA in popluar color models

D5D3CA
RGB213211202
HSL49°11.58%81.37%
HSB/HSV49°5.16%83.53%
CMYK0.00%0.94%5.16%
16.47%

Color #D5D3CA in popluar number systems.

HEXD5D3CA
Decimal213211202
Binary110101011101001111001010
Octal325323312

Shades and tints

Shades of #D5D3CA

#D5D3CA
(213,211,202)
#C2C0B8
(194,192,184)
#AFADA6
(175,173,166)
#9C9A94
(156,154,148)
#898782
(137,135,130)
#767470
(118,116,112)
#63615E
(99,97,94)
#504E4C
(80,78,76)
#3D3B3A
(61,59,58)
#2A2828
(42,40,40)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #D5D3CA

#D5D3CA
(213,211,202)
#D8D7CE
(216,215,206)
#DBDBD2
(219,219,210)
#DEDFD6
(222,223,214)
#E1E3DA
(225,227,218)
#E4E7DE
(228,231,222)
#E7EBE2
(231,235,226)
#EAEFE6
(234,239,230)
#EDF3EA
(237,243,234)
#F0F7EE
(240,247,238)
#F3FBF2
(243,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D3CA; }

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

This text font color is #D5D3CA.


Background Color

.myBgColor { background-color: #D5D3CA; }

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

This div background color is #D5D3CA.


Border color

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

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

This div border color is #D5D3CA.


Opacity

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

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

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

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

This text has shadow with #D5D3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D3CA on black background.


Color preview on white background

This text has color #D5D3CA on white background.



Black color preview on #D5D3CA background

This text has black color on #D5D3CA background.


White color preview on #D5D3CA background

This text has white color on #D5D3CA background.