COLOR #DDDDBD

HEX: #DDDDBD
RGB: (221,221,189)

Color info

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

RGB color model

#DDDDBD color RGB value is (221,221,189).

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

RGB channels and saturation

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

221
221
189

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

Portions of RGB colors in percentages

R + G + B =
221 + 221 + 189 = 631 (100%)
R 221 of 631 ~ 35.02%
G 221 of 631 ~ 35.02%
B 189 of 631 ~ 29.95%

%35.02
%35.02
%29.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 14.48%
  • key color value is 13.33%
CMYK:
(0,0,14,13)
C0M0Y14K13 
(0%,0%,14%,13%)
(0.00/0.00/0.14/0.13)	

CMYK percentages

%0
%0
%14.48
%13.33

Codes

Color #DDDDBD in popluar color models

DDDDBD
RGB221221189
HSL60°32.00%80.39%
HSB/HSV60°14.48%86.67%
CMYK0.00%0.00%14.48%
13.33%

Color #DDDDBD in popluar number systems.

HEXDDDDBD
Decimal221221189
Binary110111011101110110111101
Octal335335275

Shades and tints

Shades of #DDDDBD

#DDDDBD
(221,221,189)
#C9C9AC
(201,201,172)
#B5B59B
(181,181,155)
#A1A18A
(161,161,138)
#8D8D79
(141,141,121)
#797968
(121,121,104)
#656557
(101,101,87)
#515146
(81,81,70)
#3D3D35
(61,61,53)
#292924
(41,41,36)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #DDDDBD

#DDDDBD
(221,221,189)
#E0E0C3
(224,224,195)
#E3E3C9
(227,227,201)
#E6E6CF
(230,230,207)
#E9E9D5
(233,233,213)
#ECECDB
(236,236,219)
#EFEFE1
(239,239,225)
#F2F2E7
(242,242,231)
#F5F5ED
(245,245,237)
#F8F8F3
(248,248,243)
#FBFBF9
(251,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDDBD; }

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

This text font color is #DDDDBD.


Background Color

.myBgColor { background-color: #DDDDBD; }

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

This div background color is #DDDDBD.


Border color

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

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

This div border color is #DDDDBD.


Opacity

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

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

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

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

This text has shadow with #DDDDBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDDBD on black background.


Color preview on white background

This text has color #DDDDBD on white background.



Black color preview on #DDDDBD background

This text has black color on #DDDDBD background.


White color preview on #DDDDBD background

This text has white color on #DDDDBD background.