COLOR #DDD1B8

HEX: #DDD1B8
RGB: (221,209,184)

Color info

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

RGB color model

#DDD1B8 color RGB value is (221,209,184).

  • red value is 221;
  • green value is 209;
  • blue value is 184.
RGB:
(221,209,184)
(87%,82%,72%)

RGB channels and saturation

R 221 of 255 = 87%
G 209 of 255 = 82%
B 184 of 255 = 72%

221
209
184

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

Portions of RGB colors in percentages

R + G + B =
221 + 209 + 184 = 614 (100%)
R 221 of 614 ~ 35.99%
G 209 of 614 ~ 34.04%
B 184 of 614 ~ 29.97%

%35.99
%34.04
%29.97

CMYK color model

#DDD1B8 color CMYK value is (0,5,17,13).

  • cyan value is 0.00%
  • magenta value is 5.43%
  • yellow value is 16.74%
  • key color value is 13.33%
CMYK:
(0,5,17,13)
C0M5Y17K13 
(0%,5%,17%,13%)
(0.00/0.05/0.17/0.13)	

CMYK percentages

%0
%5.43
%16.74
%13.33

Codes

Color #DDD1B8 in popluar color models

DDD1B8
RGB221209184
HSL41°35.24%79.41%
HSB/HSV41°16.74%86.67%
CMYK0.00%5.43%16.74%
13.33%

Color #DDD1B8 in popluar number systems.

HEXDDD1B8
Decimal221209184
Binary110111011101000110111000
Octal335321270

Shades and tints

Shades of #DDD1B8

#DDD1B8
(221,209,184)
#C9BEA8
(201,190,168)
#B5AB98
(181,171,152)
#A19888
(161,152,136)
#8D8578
(141,133,120)
#797268
(121,114,104)
#655F58
(101,95,88)
#514C48
(81,76,72)
#3D3938
(61,57,56)
#292628
(41,38,40)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #DDD1B8

#DDD1B8
(221,209,184)
#E0D5BE
(224,213,190)
#E3D9C4
(227,217,196)
#E6DDCA
(230,221,202)
#E9E1D0
(233,225,208)
#ECE5D6
(236,229,214)
#EFE9DC
(239,233,220)
#F2EDE2
(242,237,226)
#F5F1E8
(245,241,232)
#F8F5EE
(248,245,238)
#FBF9F4
(251,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD1B8 color. Also use rgb(221,209,184) instead hex code.

Text Font Color

.myTextColor { color: #DDD1B8; }

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

This text font color is #DDD1B8.


Background Color

.myBgColor { background-color: #DDD1B8; }

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

This div background color is #DDD1B8.


Border color

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

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

This div border color is #DDD1B8.


Opacity

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

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

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

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

This text has shadow with #DDD1B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD1B8 on black background.


Color preview on white background

This text has color #DDD1B8 on white background.



Black color preview on #DDD1B8 background

This text has black color on #DDD1B8 background.


White color preview on #DDD1B8 background

This text has white color on #DDD1B8 background.