COLOR #D5D7CA

HEX: #D5D7CA
RGB: (213,215,202)

Color info

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

RGB color model

#D5D7CA color RGB value is (213,215,202).

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

RGB channels and saturation

R 213 of 255 = 84%
G 215 of 255 = 84%
B 202 of 255 = 79%

213
215
202

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

Portions of RGB colors in percentages

R + G + B =
213 + 215 + 202 = 630 (100%)
R 213 of 630 ~ 33.81%
G 215 of 630 ~ 34.13%
B 202 of 630 ~ 32.06%

%33.81
%34.13
%32.06

CMYK color model

#D5D7CA color CMYK value is (1,0,6,16).

  • cyan value is 0.93%
  • magenta value is 0.00%
  • yellow value is 6.05%
  • key color value is 15.69%
CMYK:
(1,0,6,16)
C1M0Y6K16 
(1%,0%,6%,16%)
(0.01/0.00/0.06/0.16)	

CMYK percentages

%0.93
%0
%6.05
%15.69

Codes

Color #D5D7CA in popluar color models

D5D7CA
RGB213215202
HSL69°13.98%81.76%
HSB/HSV69°6.05%84.31%
CMYK0.93%0.00%6.05%
15.69%

Color #D5D7CA in popluar number systems.

HEXD5D7CA
Decimal213215202
Binary110101011101011111001010
Octal325327312

Shades and tints

Shades of #D5D7CA

#D5D7CA
(213,215,202)
#C2C4B8
(194,196,184)
#AFB1A6
(175,177,166)
#9C9E94
(156,158,148)
#898B82
(137,139,130)
#767870
(118,120,112)
#63655E
(99,101,94)
#50524C
(80,82,76)
#3D3F3A
(61,63,58)
#2A2C28
(42,44,40)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #D5D7CA

#D5D7CA
(213,215,202)
#D8DACE
(216,218,206)
#DBDDD2
(219,221,210)
#DEE0D6
(222,224,214)
#E1E3DA
(225,227,218)
#E4E6DE
(228,230,222)
#E7E9E2
(231,233,226)
#EAECE6
(234,236,230)
#EDEFEA
(237,239,234)
#F0F2EE
(240,242,238)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D7CA; }

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

This text font color is #D5D7CA.


Background Color

.myBgColor { background-color: #D5D7CA; }

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

This div background color is #D5D7CA.


Border color

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

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

This div border color is #D5D7CA.


Opacity

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

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

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

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

This text has shadow with #D5D7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D7CA on black background.


Color preview on white background

This text has color #D5D7CA on white background.



Black color preview on #D5D7CA background

This text has black color on #D5D7CA background.


White color preview on #D5D7CA background

This text has white color on #D5D7CA background.