COLOR #DDD6B9

HEX: #DDD6B9
RGB: (221,214,185)

Color info

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

RGB color model

#DDD6B9 color RGB value is (221,214,185).

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

RGB channels and saturation

R 221 of 255 = 87%
G 214 of 255 = 84%
B 185 of 255 = 73%

221
214
185

R + G + B ~ 81%. #DDD6B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 214 + 185 = 620 (100%)
R 221 of 620 ~ 35.65%
G 214 of 620 ~ 34.52%
B 185 of 620 ~ 29.84%

%35.65
%34.52
%29.84

CMYK color model

#DDD6B9 color CMYK value is (0,3,16,13).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 16.29%
  • key color value is 13.33%
CMYK:
(0,3,16,13)
C0M3Y16K13 
(0%,3%,16%,13%)
(0.00/0.03/0.16/0.13)	

CMYK percentages

%0
%3.17
%16.29
%13.33

Codes

Color #DDD6B9 in popluar color models

DDD6B9
RGB221214185
HSL48°34.62%79.61%
HSB/HSV48°16.29%86.67%
CMYK0.00%3.17%16.29%
13.33%

Color #DDD6B9 in popluar number systems.

HEXDDD6B9
Decimal221214185
Binary110111011101011010111001
Octal335326271

Shades and tints

Shades of #DDD6B9

#DDD6B9
(221,214,185)
#C9C3A9
(201,195,169)
#B5B099
(181,176,153)
#A19D89
(161,157,137)
#8D8A79
(141,138,121)
#797769
(121,119,105)
#656459
(101,100,89)
#515149
(81,81,73)
#3D3E39
(61,62,57)
#292B29
(41,43,41)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #DDD6B9

#DDD6B9
(221,214,185)
#E0D9BF
(224,217,191)
#E3DCC5
(227,220,197)
#E6DFCB
(230,223,203)
#E9E2D1
(233,226,209)
#ECE5D7
(236,229,215)
#EFE8DD
(239,232,221)
#F2EBE3
(242,235,227)
#F5EEE9
(245,238,233)
#F8F1EF
(248,241,239)
#FBF4F5
(251,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD6B9; }

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

This text font color is #DDD6B9.


Background Color

.myBgColor { background-color: #DDD6B9; }

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

This div background color is #DDD6B9.


Border color

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

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

This div border color is #DDD6B9.


Opacity

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

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

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

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

This text has shadow with #DDD6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD6B9 on black background.


Color preview on white background

This text has color #DDD6B9 on white background.



Black color preview on #DDD6B9 background

This text has black color on #DDD6B9 background.


White color preview on #DDD6B9 background

This text has white color on #DDD6B9 background.