COLOR #D5CDCB

HEX: #D5CDCB
RGB: (213,205,203)

Color info

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

RGB color model

#D5CDCB color RGB value is (213,205,203).

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

RGB channels and saturation

R 213 of 255 = 84%
G 205 of 255 = 80%
B 203 of 255 = 80%

213
205
203

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

Portions of RGB colors in percentages

R + G + B =
213 + 205 + 203 = 621 (100%)
R 213 of 621 ~ 34.3%
G 205 of 621 ~ 33.01%
B 203 of 621 ~ 32.69%

%34.3
%33.01
%32.69

CMYK color model

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

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

Codes

Color #D5CDCB in popluar color models

D5CDCB
RGB213205203
HSL12°10.64%81.57%
HSB/HSV12°4.69%83.53%
CMYK0.00%3.76%4.69%
16.47%

Color #D5CDCB in popluar number systems.

HEXD5CDCB
Decimal213205203
Binary110101011100110111001011
Octal325315313

Shades and tints

Shades of #D5CDCB

#D5CDCB
(213,205,203)
#C2BBB9
(194,187,185)
#AFA9A7
(175,169,167)
#9C9795
(156,151,149)
#898583
(137,133,131)
#767371
(118,115,113)
#63615F
(99,97,95)
#504F4D
(80,79,77)
#3D3D3B
(61,61,59)
#2A2B29
(42,43,41)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #D5CDCB

#D5CDCB
(213,205,203)
#D8D1CF
(216,209,207)
#DBD5D3
(219,213,211)
#DED9D7
(222,217,215)
#E1DDDB
(225,221,219)
#E4E1DF
(228,225,223)
#E7E5E3
(231,229,227)
#EAE9E7
(234,233,231)
#EDEDEB
(237,237,235)
#F0F1EF
(240,241,239)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CDCB; }

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

This text font color is #D5CDCB.


Background Color

.myBgColor { background-color: #D5CDCB; }

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

This div background color is #D5CDCB.


Border color

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

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

This div border color is #D5CDCB.


Opacity

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

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

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

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

This text has shadow with #D5CDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CDCB on black background.


Color preview on white background

This text has color #D5CDCB on white background.



Black color preview on #D5CDCB background

This text has black color on #D5CDCB background.


White color preview on #D5CDCB background

This text has white color on #D5CDCB background.