COLOR #DDD7AB

HEX: #DDD7AB
RGB: (221,215,171)

Color info

#DDD7AB contains red, green and blue colors in about the same proportion. Web safe color of #DDD7AB is #CCCC99 (or #CC9).

RGB color model

#DDD7AB color RGB value is (221,215,171).

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

RGB channels and saturation

R 221 of 255 = 87%
G 215 of 255 = 84%
B 171 of 255 = 67%

221
215
171

R + G + B ~ 79%. #DDD7AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 215 + 171 = 607 (100%)
R 221 of 607 ~ 36.41%
G 215 of 607 ~ 35.42%
B 171 of 607 ~ 28.17%

%36.41
%35.42
%28.17

CMYK color model

#DDD7AB color CMYK value is (0,3,23,13).

  • cyan value is 0.00%
  • magenta value is 2.71%
  • yellow value is 22.62%
  • key color value is 13.33%
CMYK:
(0,3,23,13)
C0M3Y23K13 
(0%,3%,23%,13%)
(0.00/0.03/0.23/0.13)	

CMYK percentages

%0
%2.71
%22.62
%13.33

Codes

Color #DDD7AB in popluar color models

DDD7AB
RGB221215171
HSL53°42.37%76.86%
HSB/HSV53°22.62%86.67%
CMYK0.00%2.71%22.62%
13.33%

Color #DDD7AB in popluar number systems.

HEXDDD7AB
Decimal221215171
Binary110111011101011110101011
Octal335327253

Shades and tints

Shades of #DDD7AB

#DDD7AB
(221,215,171)
#C9C49C
(201,196,156)
#B5B18D
(181,177,141)
#A19E7E
(161,158,126)
#8D8B6F
(141,139,111)
#797860
(121,120,96)
#656551
(101,101,81)
#515242
(81,82,66)
#3D3F33
(61,63,51)
#292C24
(41,44,36)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #DDD7AB

#DDD7AB
(221,215,171)
#E0DAB2
(224,218,178)
#E3DDB9
(227,221,185)
#E6E0C0
(230,224,192)
#E9E3C7
(233,227,199)
#ECE6CE
(236,230,206)
#EFE9D5
(239,233,213)
#F2ECDC
(242,236,220)
#F5EFE3
(245,239,227)
#F8F2EA
(248,242,234)
#FBF5F1
(251,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD7AB; }

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

This text font color is #DDD7AB.


Background Color

.myBgColor { background-color: #DDD7AB; }

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

This div background color is #DDD7AB.


Border color

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

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

This div border color is #DDD7AB.


Opacity

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

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

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

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

This text has shadow with #DDD7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD7AB on black background.


Color preview on white background

This text has color #DDD7AB on white background.



Black color preview on #DDD7AB background

This text has black color on #DDD7AB background.


White color preview on #DDD7AB background

This text has white color on #DDD7AB background.