COLOR #DDD6CB

HEX: #DDD6CB
RGB: (221,214,203)

Color info

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

RGB color model

#DDD6CB color RGB value is (221,214,203).

  • red value is 221;
  • green value is 214;
  • blue value is 203.
RGB:
(221,214,203)
(87%,84%,80%)

RGB channels and saturation

R 221 of 255 = 87%
G 214 of 255 = 84%
B 203 of 255 = 80%

221
214
203

R + G + B ~ 84%. #DDD6CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 214 + 203 = 638 (100%)
R 221 of 638 ~ 34.64%
G 214 of 638 ~ 33.54%
B 203 of 638 ~ 31.82%

%34.64
%33.54
%31.82

CMYK color model

#DDD6CB color CMYK value is (0,3,8,13).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 8.14%
  • key color value is 13.33%
CMYK:
(0,3,8,13)
C0M3Y8K13 
(0%,3%,8%,13%)
(0.00/0.03/0.08/0.13)	

CMYK percentages

%0
%3.17
%8.14
%13.33

Codes

Color #DDD6CB in popluar color models

DDD6CB
RGB221214203
HSL37°20.93%83.14%
HSB/HSV37°8.14%86.67%
CMYK0.00%3.17%8.14%
13.33%

Color #DDD6CB in popluar number systems.

HEXDDD6CB
Decimal221214203
Binary110111011101011011001011
Octal335326313

Shades and tints

Shades of #DDD6CB

#DDD6CB
(221,214,203)
#C9C3B9
(201,195,185)
#B5B0A7
(181,176,167)
#A19D95
(161,157,149)
#8D8A83
(141,138,131)
#797771
(121,119,113)
#65645F
(101,100,95)
#51514D
(81,81,77)
#3D3E3B
(61,62,59)
#292B29
(41,43,41)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #DDD6CB

#DDD6CB
(221,214,203)
#E0D9CF
(224,217,207)
#E3DCD3
(227,220,211)
#E6DFD7
(230,223,215)
#E9E2DB
(233,226,219)
#ECE5DF
(236,229,223)
#EFE8E3
(239,232,227)
#F2EBE7
(242,235,231)
#F5EEEB
(245,238,235)
#F8F1EF
(248,241,239)
#FBF4F3
(251,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD6CB color. Also use rgb(221,214,203) instead hex code.

Text Font Color

.myTextColor { color: #DDD6CB; }

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

This text font color is #DDD6CB.


Background Color

.myBgColor { background-color: #DDD6CB; }

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

This div background color is #DDD6CB.


Border color

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

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

This div border color is #DDD6CB.


Opacity

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

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

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

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

This text has shadow with #DDD6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD6CB on black background.


Color preview on white background

This text has color #DDD6CB on white background.



Black color preview on #DDD6CB background

This text has black color on #DDD6CB background.


White color preview on #DDD6CB background

This text has white color on #DDD6CB background.