COLOR #D5D2CA

HEX: #D5D2CA RGB: (213,210,202)

Color info

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

RGB color model

#D5D2CA color RGB value is (213,210,202).

RGB: (213,210,202) (84%, 82%, 79%)

RGB channels and saturation

R 213 of 255 = 84%
G 210 of 255 = 82%
B 202 of 255 = 79%

213
210
202

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

Portions of RGB colors in percentages

R + G + B = 213 + 210 + 202 = 625 (100%)
R 213 of 625 ~ 34.08%
G 210 of 625 ~ 33.6%
B 202 of 625 ~ 32.32'%

%34.08
%33.6
%32.32

CMYK color model

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

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

Codes

Color #D5D2CA in popluar color models

D5 D2 CA
RGB 213 210 202
HSL 44° 11.58% 81.37%
HSB/HSV 44° 5.16% 83.53%
CMYK 0.00% 1.41% 5.16%
16.47%

Color #D5D2CA in popluar number systems.

HEX D5 D2 CA
Decimal 213 210 202
Binary 11010101 11010010 11001010
Octal 325 322 312

Shades and tints

Shades of #D5D2CA

#D5D2CA
(213,210,202)
#C2BFB8
(194,191,184)
#AFACA6
(175,172,166)
#9C9994
(156,153,148)
#898682
(137,134,130)
#767370
(118,115,112)
#63605E
(99,96,94)
#504D4C
(80,77,76)
#3D3A3A
(61,58,58)
#2A2728
(42,39,40)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #D5D2CA

#D5D2CA
(213,210,202)
#D8D6CE
(216,214,206)
#DBDAD2
(219,218,210)
#DEDED6
(222,222,214)
#E1E2DA
(225,226,218)
#E4E6DE
(228,230,222)
#E7EAE2
(231,234,226)
#EAEEE6
(234,238,230)
#EDF2EA
(237,242,234)
#F0F6EE
(240,246,238)
#F3FAF2
(243,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D2CA; }

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

This text font color is #D5D2CA.

Background Color

.myBgColor { background-color: #D5D2CA; }

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

This div background color is #D5D2CA.

Border color

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

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

This div border color is #D5D2CA.

Opacity

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

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

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

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

This text has shadow with #D5D2CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5D2CA.

Preview

Color preview on black background

This text has color #D5D2CA on black background.


Color preview on white background

This text has color #D5D2CA on white background.


Black color preview on #D5D2CA background

This text has black color on #D5D2CA background.


White color preview on #D5D2CA background

This text has white color on #D5D2CA background.


Related colors

Complementary color

Complementary color for #hex is #2A2D35.


I love getcolorcode.com

Triadic colors

1 #CAD5D2 and #D2CAD5 with #D5D2CA are triadic colors.

2 #CAD2D5 and #D2D5CA with #D5D2CA are triadic colors.