COLOR #DDD5B8

HEX: #DDD5B8
RGB: (221,213,184)

Color info

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

RGB color model

#DDD5B8 color RGB value is (221,213,184).

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

RGB channels and saturation

R 221 of 255 = 87%
G 213 of 255 = 84%
B 184 of 255 = 72%

221
213
184

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

Portions of RGB colors in percentages

R + G + B =
221 + 213 + 184 = 618 (100%)
R 221 of 618 ~ 35.76%
G 213 of 618 ~ 34.47%
B 184 of 618 ~ 29.77%

%35.76
%34.47
%29.77

CMYK color model

#DDD5B8 color CMYK value is (0,4,17,13).

  • cyan value is 0.00%
  • magenta value is 3.62%
  • yellow value is 16.74%
  • key color value is 13.33%
CMYK:
(0,4,17,13)
C0M4Y17K13 
(0%,4%,17%,13%)
(0.00/0.04/0.17/0.13)	

CMYK percentages

%0
%3.62
%16.74
%13.33

Codes

Color #DDD5B8 in popluar color models

DDD5B8
RGB221213184
HSL47°35.24%79.41%
HSB/HSV47°16.74%86.67%
CMYK0.00%3.62%16.74%
13.33%

Color #DDD5B8 in popluar number systems.

HEXDDD5B8
Decimal221213184
Binary110111011101010110111000
Octal335325270

Shades and tints

Shades of #DDD5B8

#DDD5B8
(221,213,184)
#C9C2A8
(201,194,168)
#B5AF98
(181,175,152)
#A19C88
(161,156,136)
#8D8978
(141,137,120)
#797668
(121,118,104)
#656358
(101,99,88)
#515048
(81,80,72)
#3D3D38
(61,61,56)
#292A28
(41,42,40)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #DDD5B8

#DDD5B8
(221,213,184)
#E0D8BE
(224,216,190)
#E3DBC4
(227,219,196)
#E6DECA
(230,222,202)
#E9E1D0
(233,225,208)
#ECE4D6
(236,228,214)
#EFE7DC
(239,231,220)
#F2EAE2
(242,234,226)
#F5EDE8
(245,237,232)
#F8F0EE
(248,240,238)
#FBF3F4
(251,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD5B8; }

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

This text font color is #DDD5B8.


Background Color

.myBgColor { background-color: #DDD5B8; }

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

This div background color is #DDD5B8.


Border color

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

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

This div border color is #DDD5B8.


Opacity

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

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

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

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

This text has shadow with #DDD5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD5B8 on black background.


Color preview on white background

This text has color #DDD5B8 on white background.



Black color preview on #DDD5B8 background

This text has black color on #DDD5B8 background.


White color preview on #DDD5B8 background

This text has white color on #DDD5B8 background.