COLOR #DDD1BE

HEX: #DDD1BE
RGB: (221,209,190)

Color info

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

RGB color model

#DDD1BE color RGB value is (221,209,190).

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

RGB channels and saturation

R 221 of 255 = 87%
G 209 of 255 = 82%
B 190 of 255 = 75%

221
209
190

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

Portions of RGB colors in percentages

R + G + B =
221 + 209 + 190 = 620 (100%)
R 221 of 620 ~ 35.65%
G 209 of 620 ~ 33.71%
B 190 of 620 ~ 30.65%

%35.65
%33.71
%30.65

CMYK color model

#DDD1BE color CMYK value is (0,5,14,13).

  • cyan value is 0.00%
  • magenta value is 5.43%
  • yellow value is 14.03%
  • key color value is 13.33%
CMYK:
(0,5,14,13)
C0M5Y14K13 
(0%,5%,14%,13%)
(0.00/0.05/0.14/0.13)	

CMYK percentages

%0
%5.43
%14.03
%13.33

Codes

Color #DDD1BE in popluar color models

DDD1BE
RGB221209190
HSL37°31.31%80.59%
HSB/HSV37°14.03%86.67%
CMYK0.00%5.43%14.03%
13.33%

Color #DDD1BE in popluar number systems.

HEXDDD1BE
Decimal221209190
Binary110111011101000110111110
Octal335321276

Shades and tints

Shades of #DDD1BE

#DDD1BE
(221,209,190)
#C9BEAD
(201,190,173)
#B5AB9C
(181,171,156)
#A1988B
(161,152,139)
#8D857A
(141,133,122)
#797269
(121,114,105)
#655F58
(101,95,88)
#514C47
(81,76,71)
#3D3936
(61,57,54)
#292625
(41,38,37)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #DDD1BE

#DDD1BE
(221,209,190)
#E0D5C3
(224,213,195)
#E3D9C8
(227,217,200)
#E6DDCD
(230,221,205)
#E9E1D2
(233,225,210)
#ECE5D7
(236,229,215)
#EFE9DC
(239,233,220)
#F2EDE1
(242,237,225)
#F5F1E6
(245,241,230)
#F8F5EB
(248,245,235)
#FBF9F0
(251,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD1BE; }

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

This text font color is #DDD1BE.


Background Color

.myBgColor { background-color: #DDD1BE; }

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

This div background color is #DDD1BE.


Border color

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

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

This div border color is #DDD1BE.


Opacity

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

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

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

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

This text has shadow with #DDD1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD1BE on black background.


Color preview on white background

This text has color #DDD1BE on white background.



Black color preview on #DDD1BE background

This text has black color on #DDD1BE background.


White color preview on #DDD1BE background

This text has white color on #DDD1BE background.