COLOR #DDD4BE

HEX: #DDD4BE
RGB: (221,212,190)

Color info

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

RGB color model

#DDD4BE color RGB value is (221,212,190).

  • red value is 221;
  • green value is 212;
  • blue value is 190.
RGB:
(221,212,190)
(87%,83%,75%)

RGB channels and saturation

R 221 of 255 = 87%
G 212 of 255 = 83%
B 190 of 255 = 75%

221
212
190

R + G + B ~ 82%. #DDD4BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 212 + 190 = 623 (100%)
R 221 of 623 ~ 35.47%
G 212 of 623 ~ 34.03%
B 190 of 623 ~ 30.5%

%35.47
%34.03
%30.5

CMYK color model

#DDD4BE color CMYK value is (0,4,14,13).

  • cyan value is 0.00%
  • magenta value is 4.07%
  • yellow value is 14.03%
  • key color value is 13.33%
CMYK:
(0,4,14,13)
C0M4Y14K13 
(0%,4%,14%,13%)
(0.00/0.04/0.14/0.13)	

CMYK percentages

%0
%4.07
%14.03
%13.33

Codes

Color #DDD4BE in popluar color models

DDD4BE
RGB221212190
HSL43°31.31%80.59%
HSB/HSV43°14.03%86.67%
CMYK0.00%4.07%14.03%
13.33%

Color #DDD4BE in popluar number systems.

HEXDDD4BE
Decimal221212190
Binary110111011101010010111110
Octal335324276

Shades and tints

Shades of #DDD4BE

#DDD4BE
(221,212,190)
#C9C1AD
(201,193,173)
#B5AE9C
(181,174,156)
#A19B8B
(161,155,139)
#8D887A
(141,136,122)
#797569
(121,117,105)
#656258
(101,98,88)
#514F47
(81,79,71)
#3D3C36
(61,60,54)
#292925
(41,41,37)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #DDD4BE

#DDD4BE
(221,212,190)
#E0D7C3
(224,215,195)
#E3DAC8
(227,218,200)
#E6DDCD
(230,221,205)
#E9E0D2
(233,224,210)
#ECE3D7
(236,227,215)
#EFE6DC
(239,230,220)
#F2E9E1
(242,233,225)
#F5ECE6
(245,236,230)
#F8EFEB
(248,239,235)
#FBF2F0
(251,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD4BE color. Also use rgb(221,212,190) instead hex code.

Text Font Color

.myTextColor { color: #DDD4BE; }

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

This text font color is #DDD4BE.


Background Color

.myBgColor { background-color: #DDD4BE; }

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

This div background color is #DDD4BE.


Border color

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

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

This div border color is #DDD4BE.


Opacity

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

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

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

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

This text has shadow with #DDD4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD4BE on black background.


Color preview on white background

This text has color #DDD4BE on white background.



Black color preview on #DDD4BE background

This text has black color on #DDD4BE background.


White color preview on #DDD4BE background

This text has white color on #DDD4BE background.