COLOR #D5CAD0

HEX: #D5CAD0 RGB: (213,202,208)

Color info

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

RGB color model

#D5CAD0 color RGB value is (213,202,208).

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

RGB channels and saturation

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

213
202
208

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

Portions of RGB colors in percentages

R + G + B = 213 + 202 + 208 = 623 (100%)
R 213 of 623 ~ 34.19%
G 202 of 623 ~ 32.42%
B 208 of 623 ~ 33.39'%

%34.19
%32.42
%33.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.16%
  • yellow value is 2.35%
  • key color value is 16.47%

CMYK: (0,5,2,16)
C0M5Y2K16 (0%, 5%, 2%, 16%)
(0.00 / 0.05 / 0.02 / 0.16)

CMYK percentages

%0
%5.16
%2.35
%16.47

Codes

Color #D5CAD0 in popluar color models

D5 CA D0
RGB 213 202 208
HSL 327° 11.58% 81.37%
HSB/HSV 327° 5.16% 83.53%
CMYK 0.00% 5.16% 2.35%
16.47%

Color #D5CAD0 in popluar number systems.

HEX D5 CA D0
Decimal 213 202 208
Binary 11010101 11001010 11010000
Octal 325 312 320

Shades and tints

Shades of #D5CAD0

#D5CAD0
(213,202,208)
#C2B8BE
(194,184,190)
#AFA6AC
(175,166,172)
#9C949A
(156,148,154)
#898288
(137,130,136)
#767076
(118,112,118)
#635E64
(99,94,100)
#504C52
(80,76,82)
#3D3A40
(61,58,64)
#2A282E
(42,40,46)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #D5CAD0

#D5CAD0
(213,202,208)
#D8CED4
(216,206,212)
#DBD2D8
(219,210,216)
#DED6DC
(222,214,220)
#E1DAE0
(225,218,224)
#E4DEE4
(228,222,228)
#E7E2E8
(231,226,232)
#EAE6EC
(234,230,236)
#EDEAF0
(237,234,240)
#F0EEF4
(240,238,244)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CAD0; }

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

This text font color is #D5CAD0.

Background Color

.myBgColor { background-color: #D5CAD0; }

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

This div background color is #D5CAD0.

Border color

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

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

This div border color is #D5CAD0.

Opacity

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

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

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

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

This text has shadow with #D5CAD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5CAD0.

Preview

Color preview on black background

This text has color #D5CAD0 on black background.


Color preview on white background

This text has color #D5CAD0 on white background.


Black color preview on #D5CAD0 background

This text has black color on #D5CAD0 background.


White color preview on #D5CAD0 background

This text has white color on #D5CAD0 background.


Related colors

Complementary color

Complementary color for #hex is #2A352F.


I love getcolorcode.com

Triadic colors

1 #D0D5CA and #CAD0D5 with #D5CAD0 are triadic colors.

2 #D0CAD5 and #CAD5D0 with #D5CAD0 are triadic colors.