COLOR #DDD3BD

HEX: #DDD3BD
RGB: (221,211,189)

Color info

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

RGB color model

#DDD3BD color RGB value is (221,211,189).

  • red value is 221;
  • green value is 211;
  • blue value is 189.
RGB:
(221,211,189)
(87%,83%,74%)

RGB channels and saturation

R 221 of 255 = 87%
G 211 of 255 = 83%
B 189 of 255 = 74%

221
211
189

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

Portions of RGB colors in percentages

R + G + B =
221 + 211 + 189 = 621 (100%)
R 221 of 621 ~ 35.59%
G 211 of 621 ~ 33.98%
B 189 of 621 ~ 30.43%

%35.59
%33.98
%30.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.52%
  • yellow value is 14.48%
  • 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
%4.52
%14.48
%13.33

Codes

Color #DDD3BD in popluar color models

DDD3BD
RGB221211189
HSL41°32.00%80.39%
HSB/HSV41°14.48%86.67%
CMYK0.00%4.52%14.48%
13.33%

Color #DDD3BD in popluar number systems.

HEXDDD3BD
Decimal221211189
Binary110111011101001110111101
Octal335323275

Shades and tints

Shades of #DDD3BD

#DDD3BD
(221,211,189)
#C9C0AC
(201,192,172)
#B5AD9B
(181,173,155)
#A19A8A
(161,154,138)
#8D8779
(141,135,121)
#797468
(121,116,104)
#656157
(101,97,87)
#514E46
(81,78,70)
#3D3B35
(61,59,53)
#292824
(41,40,36)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #DDD3BD

#DDD3BD
(221,211,189)
#E0D7C3
(224,215,195)
#E3DBC9
(227,219,201)
#E6DFCF
(230,223,207)
#E9E3D5
(233,227,213)
#ECE7DB
(236,231,219)
#EFEBE1
(239,235,225)
#F2EFE7
(242,239,231)
#F5F3ED
(245,243,237)
#F8F7F3
(248,247,243)
#FBFBF9
(251,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD3BD color. Also use rgb(221,211,189) instead hex code.

Text Font Color

.myTextColor { color: #DDD3BD; }

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

This text font color is #DDD3BD.


Background Color

.myBgColor { background-color: #DDD3BD; }

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

This div background color is #DDD3BD.


Border color

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

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

This div border color is #DDD3BD.


Opacity

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

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

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

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

This text has shadow with #DDD3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD3BD on black background.


Color preview on white background

This text has color #DDD3BD on white background.



Black color preview on #DDD3BD background

This text has black color on #DDD3BD background.


White color preview on #DDD3BD background

This text has white color on #DDD3BD background.