COLOR #DDDBC4

HEX: #DDDBC4
RGB: (221,219,196)

Color info

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

RGB color model

#DDDBC4 color RGB value is (221,219,196).

  • red value is 221;
  • green value is 219;
  • blue value is 196.
RGB:
(221,219,196)
(87%,86%,77%)

RGB channels and saturation

R 221 of 255 = 87%
G 219 of 255 = 86%
B 196 of 255 = 77%

221
219
196

R + G + B ~ 83%. #DDDBC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 219 + 196 = 636 (100%)
R 221 of 636 ~ 34.75%
G 219 of 636 ~ 34.43%
B 196 of 636 ~ 30.82%

%34.75
%34.43
%30.82

CMYK color model

#DDDBC4 color CMYK value is (0,1,11,13).

  • cyan value is 0.00%
  • magenta value is 0.90%
  • yellow value is 11.31%
  • key color value is 13.33%
CMYK:
(0,1,11,13)
C0M1Y11K13 
(0%,1%,11%,13%)
(0.00/0.01/0.11/0.13)	

CMYK percentages

%0
%0.9
%11.31
%13.33

Codes

Color #DDDBC4 in popluar color models

DDDBC4
RGB221219196
HSL55°26.88%81.76%
HSB/HSV55°11.31%86.67%
CMYK0.00%0.90%11.31%
13.33%

Color #DDDBC4 in popluar number systems.

HEXDDDBC4
Decimal221219196
Binary110111011101101111000100
Octal335333304

Shades and tints

Shades of #DDDBC4

#DDDBC4
(221,219,196)
#C9C8B3
(201,200,179)
#B5B5A2
(181,181,162)
#A1A291
(161,162,145)
#8D8F80
(141,143,128)
#797C6F
(121,124,111)
#65695E
(101,105,94)
#51564D
(81,86,77)
#3D433C
(61,67,60)
#29302B
(41,48,43)
#151D1A
(21,29,26)
#000000
(0,0,0)

Tints of #DDDBC4

#DDDBC4
(221,219,196)
#E0DEC9
(224,222,201)
#E3E1CE
(227,225,206)
#E6E4D3
(230,228,211)
#E9E7D8
(233,231,216)
#ECEADD
(236,234,221)
#EFEDE2
(239,237,226)
#F2F0E7
(242,240,231)
#F5F3EC
(245,243,236)
#F8F6F1
(248,246,241)
#FBF9F6
(251,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDDBC4 color. Also use rgb(221,219,196) instead hex code.

Text Font Color

.myTextColor { color: #DDDBC4; }

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

This text font color is #DDDBC4.


Background Color

.myBgColor { background-color: #DDDBC4; }

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

This div background color is #DDDBC4.


Border color

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

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

This div border color is #DDDBC4.


Opacity

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

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

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

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

This text has shadow with #DDDBC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDBC4 on black background.


Color preview on white background

This text has color #DDDBC4 on white background.



Black color preview on #DDDBC4 background

This text has black color on #DDDBC4 background.


White color preview on #DDDBC4 background

This text has white color on #DDDBC4 background.