COLOR #DDA9C5

HEX: #DDA9C5
RGB: (221,169,197)

Color info

#DDA9C5 contains red, green and blue colors in about the same proportion. Web safe color of #DDA9C5 is #CC99CC (or #C9C).

RGB color model

#DDA9C5 color RGB value is (221,169,197).

  • red value is 221;
  • green value is 169;
  • blue value is 197.
RGB:
(221,169,197)
(87%,66%,77%)

RGB channels and saturation

R 221 of 255 = 87%
G 169 of 255 = 66%
B 197 of 255 = 77%

221
169
197

R + G + B ~ 77%. #DDA9C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 169 + 197 = 587 (100%)
R 221 of 587 ~ 37.65%
G 169 of 587 ~ 28.79%
B 197 of 587 ~ 33.56%

%37.65
%28.79
%33.56

CMYK color model

#DDA9C5 color CMYK value is (0,24,11,13).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 10.86%
  • key color value is 13.33%
CMYK:
(0,24,11,13)
C0M24Y11K13 
(0%,24%,11%,13%)
(0.00/0.24/0.11/0.13)	

CMYK percentages

%0
%23.53
%10.86
%13.33

Codes

Color #DDA9C5 in popluar color models

DDA9C5
RGB221169197
HSL328°43.33%76.47%
HSB/HSV328°23.53%86.67%
CMYK0.00%23.53%10.86%
13.33%

Color #DDA9C5 in popluar number systems.

HEXDDA9C5
Decimal221169197
Binary110111011010100111000101
Octal335251305

Shades and tints

Shades of #DDA9C5

#DDA9C5
(221,169,197)
#C99AB4
(201,154,180)
#B58BA3
(181,139,163)
#A17C92
(161,124,146)
#8D6D81
(141,109,129)
#795E70
(121,94,112)
#654F5F
(101,79,95)
#51404E
(81,64,78)
#3D313D
(61,49,61)
#29222C
(41,34,44)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #DDA9C5

#DDA9C5
(221,169,197)
#E0B0CA
(224,176,202)
#E3B7CF
(227,183,207)
#E6BED4
(230,190,212)
#E9C5D9
(233,197,217)
#ECCCDE
(236,204,222)
#EFD3E3
(239,211,227)
#F2DAE8
(242,218,232)
#F5E1ED
(245,225,237)
#F8E8F2
(248,232,242)
#FBEFF7
(251,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA9C5; }

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

This text font color is #DDA9C5.


Background Color

.myBgColor { background-color: #DDA9C5; }

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

This div background color is #DDA9C5.


Border color

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

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

This div border color is #DDA9C5.


Opacity

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

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

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

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

This text has shadow with #DDA9C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA9C5 on black background.


Color preview on white background

This text has color #DDA9C5 on white background.



Black color preview on #DDA9C5 background

This text has black color on #DDA9C5 background.


White color preview on #DDA9C5 background

This text has white color on #DDA9C5 background.