COLOR #DDC7BC

HEX: #DDC7BC RGB: (221,199,188)

Color info

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

RGB color model

#DDC7BC color RGB value is (221,199,188).

RGB: (221,199,188) (87%, 78%, 74%)

RGB channels and saturation

R 221 of 255 = 87%
G 199 of 255 = 78%
B 188 of 255 = 74%

221
199
188

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

Portions of RGB colors in percentages

R + G + B = 221 + 199 + 188 = 608 (100%)
R 221 of 608 ~ 36.35%
G 199 of 608 ~ 32.73%
B 188 of 608 ~ 30.92'%

%36.35
%32.73
%30.92

CMYK color model

#DDC7BC color CMYK value is (0,10,15,13).

  • cyan value is 0.00%
  • magenta value is 9.95%
  • yellow value is 14.93%
  • key color value is 13.33%

CMYK: (0,10,15,13)
C0M10Y15K13 (0%, 10%, 15%, 13%)
(0.00 / 0.10 / 0.15 / 0.13)

CMYK percentages

%0
%9.95
%14.93
%13.33

Codes

Color #DDC7BC in popluar color models

DD C7 BC
RGB 221 199 188
HSL 20° 32.67% 80.20%
HSB/HSV 20° 14.93% 86.67%
CMYK 0.00% 9.95% 14.93%
13.33%

Color #DDC7BC in popluar number systems.

HEX DD C7 BC
Decimal 221 199 188
Binary 11011101 11000111 10111100
Octal 335 307 274

Shades and tints

Shades of #DDC7BC

#DDC7BC
(221,199,188)
#C9B5AB
(201,181,171)
#B5A39A
(181,163,154)
#A19189
(161,145,137)
#8D7F78
(141,127,120)
#796D67
(121,109,103)
#655B56
(101,91,86)
#514945
(81,73,69)
#3D3734
(61,55,52)
#292523
(41,37,35)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #DDC7BC

#DDC7BC
(221,199,188)
#E0CCC2
(224,204,194)
#E3D1C8
(227,209,200)
#E6D6CE
(230,214,206)
#E9DBD4
(233,219,212)
#ECE0DA
(236,224,218)
#EFE5E0
(239,229,224)
#F2EAE6
(242,234,230)
#F5EFEC
(245,239,236)
#F8F4F2
(248,244,242)
#FBF9F8
(251,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC7BC color. Also use rgb(221,199,188) instead hex code.

Text Font Color

.myTextColor { color: #DDC7BC; }

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

This text font color is #DDC7BC.

Background Color

.myBgColor { background-color: #DDC7BC; }

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

This div background color is #DDC7BC.

Border color

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

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

This div border color is #DDC7BC.

Opacity

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

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

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

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

This text has shadow with #DDC7BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC7BC.

Preview

Color preview on black background

This text has color #DDC7BC on black background.


Color preview on white background

This text has color #DDC7BC on white background.


Black color preview on #DDC7BC background

This text has black color on #DDC7BC background.


White color preview on #DDC7BC background

This text has white color on #DDC7BC background.


Related colors

Complementary color

Complementary color for #hex is #223843.


I love getcolorcode.com

Triadic colors

1 #BCDDC7 and #C7BCDD with #DDC7BC are triadic colors.

2 #BCC7DD and #C7DDBC with #DDC7BC are triadic colors.