COLOR #DDA3C7

HEX: #DDA3C7
RGB: (221,163,199)

Color info

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

RGB color model

#DDA3C7 color RGB value is (221,163,199).

  • red value is 221;
  • green value is 163;
  • blue value is 199.
RGB:
(221,163,199)
(87%,64%,78%)

RGB channels and saturation

R 221 of 255 = 87%
G 163 of 255 = 64%
B 199 of 255 = 78%

221
163
199

R + G + B ~ 76%. #DDA3C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 163 + 199 = 583 (100%)
R 221 of 583 ~ 37.91%
G 163 of 583 ~ 27.96%
B 199 of 583 ~ 34.13%

%37.91
%27.96
%34.13

CMYK color model

#DDA3C7 color CMYK value is (0,26,10,13).

  • cyan value is 0.00%
  • magenta value is 26.24%
  • yellow value is 9.95%
  • key color value is 13.33%
CMYK:
(0,26,10,13)
C0M26Y10K13 
(0%,26%,10%,13%)
(0.00/0.26/0.10/0.13)	

CMYK percentages

%0
%26.24
%9.95
%13.33

Codes

Color #DDA3C7 in popluar color models

DDA3C7
RGB221163199
HSL323°46.03%75.29%
HSB/HSV323°26.24%86.67%
CMYK0.00%26.24%9.95%
13.33%

Color #DDA3C7 in popluar number systems.

HEXDDA3C7
Decimal221163199
Binary110111011010001111000111
Octal335243307

Shades and tints

Shades of #DDA3C7

#DDA3C7
(221,163,199)
#C995B5
(201,149,181)
#B587A3
(181,135,163)
#A17991
(161,121,145)
#8D6B7F
(141,107,127)
#795D6D
(121,93,109)
#654F5B
(101,79,91)
#514149
(81,65,73)
#3D3337
(61,51,55)
#292525
(41,37,37)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #DDA3C7

#DDA3C7
(221,163,199)
#E0ABCC
(224,171,204)
#E3B3D1
(227,179,209)
#E6BBD6
(230,187,214)
#E9C3DB
(233,195,219)
#ECCBE0
(236,203,224)
#EFD3E5
(239,211,229)
#F2DBEA
(242,219,234)
#F5E3EF
(245,227,239)
#F8EBF4
(248,235,244)
#FBF3F9
(251,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA3C7; }

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

This text font color is #DDA3C7.


Background Color

.myBgColor { background-color: #DDA3C7; }

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

This div background color is #DDA3C7.


Border color

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

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

This div border color is #DDA3C7.


Opacity

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

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

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

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

This text has shadow with #DDA3C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA3C7 on black background.


Color preview on white background

This text has color #DDA3C7 on white background.



Black color preview on #DDA3C7 background

This text has black color on #DDA3C7 background.


White color preview on #DDA3C7 background

This text has white color on #DDA3C7 background.