COLOR #DDD6B5

HEX: #DDD6B5
RGB: (221,214,181)

Color info

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

RGB color model

#DDD6B5 color RGB value is (221,214,181).

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

RGB channels and saturation

R 221 of 255 = 87%
G 214 of 255 = 84%
B 181 of 255 = 71%

221
214
181

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

Portions of RGB colors in percentages

R + G + B =
221 + 214 + 181 = 616 (100%)
R 221 of 616 ~ 35.88%
G 214 of 616 ~ 34.74%
B 181 of 616 ~ 29.38%

%35.88
%34.74
%29.38

CMYK color model

#DDD6B5 color CMYK value is (0,3,18,13).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 18.10%
  • key color value is 13.33%
CMYK:
(0,3,18,13)
C0M3Y18K13 
(0%,3%,18%,13%)
(0.00/0.03/0.18/0.13)	

CMYK percentages

%0
%3.17
%18.1
%13.33

Codes

Color #DDD6B5 in popluar color models

DDD6B5
RGB221214181
HSL50°37.04%78.82%
HSB/HSV50°18.10%86.67%
CMYK0.00%3.17%18.10%
13.33%

Color #DDD6B5 in popluar number systems.

HEXDDD6B5
Decimal221214181
Binary110111011101011010110101
Octal335326265

Shades and tints

Shades of #DDD6B5

#DDD6B5
(221,214,181)
#C9C3A5
(201,195,165)
#B5B095
(181,176,149)
#A19D85
(161,157,133)
#8D8A75
(141,138,117)
#797765
(121,119,101)
#656455
(101,100,85)
#515145
(81,81,69)
#3D3E35
(61,62,53)
#292B25
(41,43,37)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #DDD6B5

#DDD6B5
(221,214,181)
#E0D9BB
(224,217,187)
#E3DCC1
(227,220,193)
#E6DFC7
(230,223,199)
#E9E2CD
(233,226,205)
#ECE5D3
(236,229,211)
#EFE8D9
(239,232,217)
#F2EBDF
(242,235,223)
#F5EEE5
(245,238,229)
#F8F1EB
(248,241,235)
#FBF4F1
(251,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD6B5; }

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

This text font color is #DDD6B5.


Background Color

.myBgColor { background-color: #DDD6B5; }

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

This div background color is #DDD6B5.


Border color

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

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

This div border color is #DDD6B5.


Opacity

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

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

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

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

This text has shadow with #DDD6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD6B5 on black background.


Color preview on white background

This text has color #DDD6B5 on white background.



Black color preview on #DDD6B5 background

This text has black color on #DDD6B5 background.


White color preview on #DDD6B5 background

This text has white color on #DDD6B5 background.