COLOR #DDDBD9

HEX: #DDDBD9
RGB: (221,219,217)

Color info

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

RGB color model

#DDDBD9 color RGB value is (221,219,217).

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

RGB channels and saturation

R 221 of 255 = 87%
G 219 of 255 = 86%
B 217 of 255 = 85%

221
219
217

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

Portions of RGB colors in percentages

R + G + B =
221 + 219 + 217 = 657 (100%)
R 221 of 657 ~ 33.64%
G 219 of 657 ~ 33.33%
B 217 of 657 ~ 33.03%

%33.64
%33.33
%33.03

CMYK color model

#DDDBD9 color CMYK value is (0,1,2,13).

  • cyan value is 0.00%
  • magenta value is 0.90%
  • yellow value is 1.81%
  • key color value is 13.33%
CMYK:
(0,1,2,13)
C0M1Y2K13 
(0%,1%,2%,13%)
(0.00/0.01/0.02/0.13)	

CMYK percentages

%0
%0.9
%1.81
%13.33

Codes

Color #DDDBD9 in popluar color models

DDDBD9
RGB221219217
HSL30°5.56%85.88%
HSB/HSV30°1.81%86.67%
CMYK0.00%0.90%1.81%
13.33%

Color #DDDBD9 in popluar number systems.

HEXDDDBD9
Decimal221219217
Binary110111011101101111011001
Octal335333331

Shades and tints

Shades of #DDDBD9

#DDDBD9
(221,219,217)
#C9C8C6
(201,200,198)
#B5B5B3
(181,181,179)
#A1A2A0
(161,162,160)
#8D8F8D
(141,143,141)
#797C7A
(121,124,122)
#656967
(101,105,103)
#515654
(81,86,84)
#3D4341
(61,67,65)
#29302E
(41,48,46)
#151D1B
(21,29,27)
#000000
(0,0,0)

Tints of #DDDBD9

#DDDBD9
(221,219,217)
#E0DEDC
(224,222,220)
#E3E1DF
(227,225,223)
#E6E4E2
(230,228,226)
#E9E7E5
(233,231,229)
#ECEAE8
(236,234,232)
#EFEDEB
(239,237,235)
#F2F0EE
(242,240,238)
#F5F3F1
(245,243,241)
#F8F6F4
(248,246,244)
#FBF9F7
(251,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDBD9; }

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

This text font color is #DDDBD9.


Background Color

.myBgColor { background-color: #DDDBD9; }

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

This div background color is #DDDBD9.


Border color

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

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

This div border color is #DDDBD9.


Opacity

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

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

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

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

This text has shadow with #DDDBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDBD9 on black background.


Color preview on white background

This text has color #DDDBD9 on white background.



Black color preview on #DDDBD9 background

This text has black color on #DDDBD9 background.


White color preview on #DDDBD9 background

This text has white color on #DDDBD9 background.