COLOR #DDD7BA

HEX: #DDD7BA
RGB: (221,215,186)

Color info

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

RGB color model

#DDD7BA color RGB value is (221,215,186).

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

RGB channels and saturation

R 221 of 255 = 87%
G 215 of 255 = 84%
B 186 of 255 = 73%

221
215
186

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

Portions of RGB colors in percentages

R + G + B =
221 + 215 + 186 = 622 (100%)
R 221 of 622 ~ 35.53%
G 215 of 622 ~ 34.57%
B 186 of 622 ~ 29.9%

%35.53
%34.57
%29.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.71%
  • yellow value is 15.84%
  • 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
%2.71
%15.84
%13.33

Codes

Color #DDD7BA in popluar color models

DDD7BA
RGB221215186
HSL50°33.98%79.80%
HSB/HSV50°15.84%86.67%
CMYK0.00%2.71%15.84%
13.33%

Color #DDD7BA in popluar number systems.

HEXDDD7BA
Decimal221215186
Binary110111011101011110111010
Octal335327272

Shades and tints

Shades of #DDD7BA

#DDD7BA
(221,215,186)
#C9C4AA
(201,196,170)
#B5B19A
(181,177,154)
#A19E8A
(161,158,138)
#8D8B7A
(141,139,122)
#79786A
(121,120,106)
#65655A
(101,101,90)
#51524A
(81,82,74)
#3D3F3A
(61,63,58)
#292C2A
(41,44,42)
#15191A
(21,25,26)
#000000
(0,0,0)

Tints of #DDD7BA

#DDD7BA
(221,215,186)
#E0DAC0
(224,218,192)
#E3DDC6
(227,221,198)
#E6E0CC
(230,224,204)
#E9E3D2
(233,227,210)
#ECE6D8
(236,230,216)
#EFE9DE
(239,233,222)
#F2ECE4
(242,236,228)
#F5EFEA
(245,239,234)
#F8F2F0
(248,242,240)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD7BA; }

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

This text font color is #DDD7BA.


Background Color

.myBgColor { background-color: #DDD7BA; }

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

This div background color is #DDD7BA.


Border color

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

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

This div border color is #DDD7BA.


Opacity

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

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

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

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

This text has shadow with #DDD7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD7BA on black background.


Color preview on white background

This text has color #DDD7BA on white background.



Black color preview on #DDD7BA background

This text has black color on #DDD7BA background.


White color preview on #DDD7BA background

This text has white color on #DDD7BA background.