COLOR #DDDAC9

HEX: #DDDAC9
RGB: (221,218,201)

Color info

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

RGB color model

#DDDAC9 color RGB value is (221,218,201).

  • red value is 221;
  • green value is 218;
  • blue value is 201.
RGB:
(221,218,201)
(87%,85%,79%)

RGB channels and saturation

R 221 of 255 = 87%
G 218 of 255 = 85%
B 201 of 255 = 79%

221
218
201

R + G + B ~ 84%. #DDDAC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 218 + 201 = 640 (100%)
R 221 of 640 ~ 34.53%
G 218 of 640 ~ 34.06%
B 201 of 640 ~ 31.41%

%34.53
%34.06
%31.41

CMYK color model

#DDDAC9 color CMYK value is (0,1,9,13).

  • cyan value is 0.00%
  • magenta value is 1.36%
  • yellow value is 9.05%
  • key color value is 13.33%
CMYK:
(0,1,9,13)
C0M1Y9K13 
(0%,1%,9%,13%)
(0.00/0.01/0.09/0.13)	

CMYK percentages

%0
%1.36
%9.05
%13.33

Codes

Color #DDDAC9 in popluar color models

DDDAC9
RGB221218201
HSL51°22.73%82.75%
HSB/HSV51°9.05%86.67%
CMYK0.00%1.36%9.05%
13.33%

Color #DDDAC9 in popluar number systems.

HEXDDDAC9
Decimal221218201
Binary110111011101101011001001
Octal335332311

Shades and tints

Shades of #DDDAC9

#DDDAC9
(221,218,201)
#C9C7B7
(201,199,183)
#B5B4A5
(181,180,165)
#A1A193
(161,161,147)
#8D8E81
(141,142,129)
#797B6F
(121,123,111)
#65685D
(101,104,93)
#51554B
(81,85,75)
#3D4239
(61,66,57)
#292F27
(41,47,39)
#151C15
(21,28,21)
#000000
(0,0,0)

Tints of #DDDAC9

#DDDAC9
(221,218,201)
#E0DDCD
(224,221,205)
#E3E0D1
(227,224,209)
#E6E3D5
(230,227,213)
#E9E6D9
(233,230,217)
#ECE9DD
(236,233,221)
#EFECE1
(239,236,225)
#F2EFE5
(242,239,229)
#F5F2E9
(245,242,233)
#F8F5ED
(248,245,237)
#FBF8F1
(251,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDAC9; }

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

This text font color is #DDDAC9.


Background Color

.myBgColor { background-color: #DDDAC9; }

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

This div background color is #DDDAC9.


Border color

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

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

This div border color is #DDDAC9.


Opacity

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

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

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

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

This text has shadow with #DDDAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDAC9 on black background.


Color preview on white background

This text has color #DDDAC9 on white background.



Black color preview on #DDDAC9 background

This text has black color on #DDDAC9 background.


White color preview on #DDDAC9 background

This text has white color on #DDDAC9 background.