COLOR #DDC8BD

HEX: #DDC8BD
RGB: (221,200,189)

Color info

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

RGB color model

#DDC8BD color RGB value is (221,200,189).

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

RGB channels and saturation

R 221 of 255 = 87%
G 200 of 255 = 78%
B 189 of 255 = 74%

221
200
189

R + G + B ~ 80%. #DDC8BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 200 + 189 = 610 (100%)
R 221 of 610 ~ 36.23%
G 200 of 610 ~ 32.79%
B 189 of 610 ~ 30.98%

%36.23
%32.79
%30.98

CMYK color model

#DDC8BD color CMYK value is (0,10,14,13).

  • cyan value is 0.00%
  • magenta value is 9.50%
  • yellow value is 14.48%
  • key color value is 13.33%
CMYK:
(0,10,14,13)
C0M10Y14K13 
(0%,10%,14%,13%)
(0.00/0.10/0.14/0.13)	

CMYK percentages

%0
%9.5
%14.48
%13.33

Codes

Color #DDC8BD in popluar color models

DDC8BD
RGB221200189
HSL21°32.00%80.39%
HSB/HSV21°14.48%86.67%
CMYK0.00%9.50%14.48%
13.33%

Color #DDC8BD in popluar number systems.

HEXDDC8BD
Decimal221200189
Binary110111011100100010111101
Octal335310275

Shades and tints

Shades of #DDC8BD

#DDC8BD
(221,200,189)
#C9B6AC
(201,182,172)
#B5A49B
(181,164,155)
#A1928A
(161,146,138)
#8D8079
(141,128,121)
#796E68
(121,110,104)
#655C57
(101,92,87)
#514A46
(81,74,70)
#3D3835
(61,56,53)
#292624
(41,38,36)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #DDC8BD

#DDC8BD
(221,200,189)
#E0CDC3
(224,205,195)
#E3D2C9
(227,210,201)
#E6D7CF
(230,215,207)
#E9DCD5
(233,220,213)
#ECE1DB
(236,225,219)
#EFE6E1
(239,230,225)
#F2EBE7
(242,235,231)
#F5F0ED
(245,240,237)
#F8F5F3
(248,245,243)
#FBFAF9
(251,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC8BD; }

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

This text font color is #DDC8BD.


Background Color

.myBgColor { background-color: #DDC8BD; }

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

This div background color is #DDC8BD.


Border color

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

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

This div border color is #DDC8BD.


Opacity

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

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

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

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

This text has shadow with #DDC8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC8BD on black background.


Color preview on white background

This text has color #DDC8BD on white background.



Black color preview on #DDC8BD background

This text has black color on #DDC8BD background.


White color preview on #DDC8BD background

This text has white color on #DDC8BD background.