COLOR #DDC8B6

HEX: #DDC8B6
RGB: (221,200,182)

Color info

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

RGB color model

#DDC8B6 color RGB value is (221,200,182).

  • red value is 221;
  • green value is 200;
  • blue value is 182.
RGB:
(221,200,182)
(87%,78%,71%)

RGB channels and saturation

R 221 of 255 = 87%
G 200 of 255 = 78%
B 182 of 255 = 71%

221
200
182

R + G + B ~ 79%. #DDC8B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 200 + 182 = 603 (100%)
R 221 of 603 ~ 36.65%
G 200 of 603 ~ 33.17%
B 182 of 603 ~ 30.18%

%36.65
%33.17
%30.18

CMYK color model

#DDC8B6 color CMYK value is (0,10,18,13).

  • cyan value is 0.00%
  • magenta value is 9.50%
  • yellow value is 17.65%
  • key color value is 13.33%
CMYK:
(0,10,18,13)
C0M10Y18K13 
(0%,10%,18%,13%)
(0.00/0.10/0.18/0.13)	

CMYK percentages

%0
%9.5
%17.65
%13.33

Codes

Color #DDC8B6 in popluar color models

DDC8B6
RGB221200182
HSL28°36.45%79.02%
HSB/HSV28°17.65%86.67%
CMYK0.00%9.50%17.65%
13.33%

Color #DDC8B6 in popluar number systems.

HEXDDC8B6
Decimal221200182
Binary110111011100100010110110
Octal335310266

Shades and tints

Shades of #DDC8B6

#DDC8B6
(221,200,182)
#C9B6A6
(201,182,166)
#B5A496
(181,164,150)
#A19286
(161,146,134)
#8D8076
(141,128,118)
#796E66
(121,110,102)
#655C56
(101,92,86)
#514A46
(81,74,70)
#3D3836
(61,56,54)
#292626
(41,38,38)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #DDC8B6

#DDC8B6
(221,200,182)
#E0CDBC
(224,205,188)
#E3D2C2
(227,210,194)
#E6D7C8
(230,215,200)
#E9DCCE
(233,220,206)
#ECE1D4
(236,225,212)
#EFE6DA
(239,230,218)
#F2EBE0
(242,235,224)
#F5F0E6
(245,240,230)
#F8F5EC
(248,245,236)
#FBFAF2
(251,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC8B6 color. Also use rgb(221,200,182) instead hex code.

Text Font Color

.myTextColor { color: #DDC8B6; }

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

This text font color is #DDC8B6.


Background Color

.myBgColor { background-color: #DDC8B6; }

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

This div background color is #DDC8B6.


Border color

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

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

This div border color is #DDC8B6.


Opacity

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

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

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

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

This text has shadow with #DDC8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC8B6 on black background.


Color preview on white background

This text has color #DDC8B6 on white background.



Black color preview on #DDC8B6 background

This text has black color on #DDC8B6 background.


White color preview on #DDC8B6 background

This text has white color on #DDC8B6 background.