COLOR #D5CDB6

HEX: #D5CDB6
RGB: (213,205,182)

Color info

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

RGB color model

#D5CDB6 color RGB value is (213,205,182).

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

RGB channels and saturation

R 213 of 255 = 84%
G 205 of 255 = 80%
B 182 of 255 = 71%

213
205
182

R + G + B ~ 78%. #D5CDB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 205 + 182 = 600 (100%)
R 213 of 600 ~ 35.5%
G 205 of 600 ~ 34.17%
B 182 of 600 ~ 30.33%

%35.5
%34.17
%30.33

CMYK color model

#D5CDB6 color CMYK value is (0,4,15,16).

  • cyan value is 0.00%
  • magenta value is 3.76%
  • yellow value is 14.55%
  • key color value is 16.47%
CMYK:
(0,4,15,16)
C0M4Y15K16 
(0%,4%,15%,16%)
(0.00/0.04/0.15/0.16)	

CMYK percentages

%0
%3.76
%14.55
%16.47

Codes

Color #D5CDB6 in popluar color models

D5CDB6
RGB213205182
HSL45°26.96%77.45%
HSB/HSV45°14.55%83.53%
CMYK0.00%3.76%14.55%
16.47%

Color #D5CDB6 in popluar number systems.

HEXD5CDB6
Decimal213205182
Binary110101011100110110110110
Octal325315266

Shades and tints

Shades of #D5CDB6

#D5CDB6
(213,205,182)
#C2BBA6
(194,187,166)
#AFA996
(175,169,150)
#9C9786
(156,151,134)
#898576
(137,133,118)
#767366
(118,115,102)
#636156
(99,97,86)
#504F46
(80,79,70)
#3D3D36
(61,61,54)
#2A2B26
(42,43,38)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #D5CDB6

#D5CDB6
(213,205,182)
#D8D1BC
(216,209,188)
#DBD5C2
(219,213,194)
#DED9C8
(222,217,200)
#E1DDCE
(225,221,206)
#E4E1D4
(228,225,212)
#E7E5DA
(231,229,218)
#EAE9E0
(234,233,224)
#EDEDE6
(237,237,230)
#F0F1EC
(240,241,236)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CDB6; }

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

This text font color is #D5CDB6.


Background Color

.myBgColor { background-color: #D5CDB6; }

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

This div background color is #D5CDB6.


Border color

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

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

This div border color is #D5CDB6.


Opacity

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

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

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

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

This text has shadow with #D5CDB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CDB6 on black background.


Color preview on white background

This text has color #D5CDB6 on white background.



Black color preview on #D5CDB6 background

This text has black color on #D5CDB6 background.


White color preview on #D5CDB6 background

This text has white color on #D5CDB6 background.