COLOR #DDDBD7

HEX: #DDDBD7
RGB: (221,219,215)

Color info

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

RGB color model

#DDDBD7 color RGB value is (221,219,215).

  • red value is 221;
  • green value is 219;
  • blue value is 215.
RGB:
(221,219,215)
(87%,86%,84%)

RGB channels and saturation

R 221 of 255 = 87%
G 219 of 255 = 86%
B 215 of 255 = 84%

221
219
215

R + G + B ~ 86%. #DDDBD7 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 219 + 215 = 655 (100%)
R 221 of 655 ~ 33.74%
G 219 of 655 ~ 33.44%
B 215 of 655 ~ 32.82%

%33.74
%33.44
%32.82

CMYK color model

#DDDBD7 color CMYK value is (0,1,3,13).

  • cyan value is 0.00%
  • magenta value is 0.90%
  • yellow value is 2.71%
  • key color value is 13.33%
CMYK:
(0,1,3,13)
C0M1Y3K13 
(0%,1%,3%,13%)
(0.00/0.01/0.03/0.13)	

CMYK percentages

%0
%0.9
%2.71
%13.33

Codes

Color #DDDBD7 in popluar color models

DDDBD7
RGB221219215
HSL40°8.11%85.49%
HSB/HSV40°2.71%86.67%
CMYK0.00%0.90%2.71%
13.33%

Color #DDDBD7 in popluar number systems.

HEXDDDBD7
Decimal221219215
Binary110111011101101111010111
Octal335333327

Shades and tints

Shades of #DDDBD7

#DDDBD7
(221,219,215)
#C9C8C4
(201,200,196)
#B5B5B1
(181,181,177)
#A1A29E
(161,162,158)
#8D8F8B
(141,143,139)
#797C78
(121,124,120)
#656965
(101,105,101)
#515652
(81,86,82)
#3D433F
(61,67,63)
#29302C
(41,48,44)
#151D19
(21,29,25)
#000000
(0,0,0)

Tints of #DDDBD7

#DDDBD7
(221,219,215)
#E0DEDA
(224,222,218)
#E3E1DD
(227,225,221)
#E6E4E0
(230,228,224)
#E9E7E3
(233,231,227)
#ECEAE6
(236,234,230)
#EFEDE9
(239,237,233)
#F2F0EC
(242,240,236)
#F5F3EF
(245,243,239)
#F8F6F2
(248,246,242)
#FBF9F5
(251,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDDBD7 color. Also use rgb(221,219,215) instead hex code.

Text Font Color

.myTextColor { color: #DDDBD7; }

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

This text font color is #DDDBD7.


Background Color

.myBgColor { background-color: #DDDBD7; }

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

This div background color is #DDDBD7.


Border color

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

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

This div border color is #DDDBD7.


Opacity

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

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

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

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

This text has shadow with #DDDBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDBD7 on black background.


Color preview on white background

This text has color #DDDBD7 on white background.



Black color preview on #DDDBD7 background

This text has black color on #DDDBD7 background.


White color preview on #DDDBD7 background

This text has white color on #DDDBD7 background.