COLOR #D5CDCA

HEX: #D5CDCA
RGB: (213,205,202)

Color info

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

RGB color model

#D5CDCA color RGB value is (213,205,202).

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

RGB channels and saturation

R 213 of 255 = 84%
G 205 of 255 = 80%
B 202 of 255 = 79%

213
205
202

R + G + B ~ 81%. #D5CDCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 205 + 202 = 620 (100%)
R 213 of 620 ~ 34.35%
G 205 of 620 ~ 33.06%
B 202 of 620 ~ 32.58%

%34.35
%33.06
%32.58

CMYK color model

#D5CDCA color CMYK value is (0,4,5,16).

  • cyan value is 0.00%
  • magenta value is 3.76%
  • yellow value is 5.16%
  • key color value is 16.47%
CMYK:
(0,4,5,16)
C0M4Y5K16 
(0%,4%,5%,16%)
(0.00/0.04/0.05/0.16)	

CMYK percentages

%0
%3.76
%5.16
%16.47

Codes

Color #D5CDCA in popluar color models

D5CDCA
RGB213205202
HSL16°11.58%81.37%
HSB/HSV16°5.16%83.53%
CMYK0.00%3.76%5.16%
16.47%

Color #D5CDCA in popluar number systems.

HEXD5CDCA
Decimal213205202
Binary110101011100110111001010
Octal325315312

Shades and tints

Shades of #D5CDCA

#D5CDCA
(213,205,202)
#C2BBB8
(194,187,184)
#AFA9A6
(175,169,166)
#9C9794
(156,151,148)
#898582
(137,133,130)
#767370
(118,115,112)
#63615E
(99,97,94)
#504F4C
(80,79,76)
#3D3D3A
(61,61,58)
#2A2B28
(42,43,40)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #D5CDCA

#D5CDCA
(213,205,202)
#D8D1CE
(216,209,206)
#DBD5D2
(219,213,210)
#DED9D6
(222,217,214)
#E1DDDA
(225,221,218)
#E4E1DE
(228,225,222)
#E7E5E2
(231,229,226)
#EAE9E6
(234,233,230)
#EDEDEA
(237,237,234)
#F0F1EE
(240,241,238)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CDCA; }

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

This text font color is #D5CDCA.


Background Color

.myBgColor { background-color: #D5CDCA; }

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

This div background color is #D5CDCA.


Border color

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

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

This div border color is #D5CDCA.


Opacity

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

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

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

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

This text has shadow with #D5CDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CDCA on black background.


Color preview on white background

This text has color #D5CDCA on white background.



Black color preview on #D5CDCA background

This text has black color on #D5CDCA background.


White color preview on #D5CDCA background

This text has white color on #D5CDCA background.