COLOR #DDACC7

HEX: #DDACC7
RGB: (221,172,199)

Color info

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

RGB color model

#DDACC7 color RGB value is (221,172,199).

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

RGB channels and saturation

R 221 of 255 = 87%
G 172 of 255 = 67%
B 199 of 255 = 78%

221
172
199

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

Portions of RGB colors in percentages

R + G + B =
221 + 172 + 199 = 592 (100%)
R 221 of 592 ~ 37.33%
G 172 of 592 ~ 29.05%
B 199 of 592 ~ 33.61%

%37.33
%29.05
%33.61

CMYK color model

#DDACC7 color CMYK value is (0,22,10,13).

  • cyan value is 0.00%
  • magenta value is 22.17%
  • yellow value is 9.95%
  • key color value is 13.33%
CMYK:
(0,22,10,13)
C0M22Y10K13 
(0%,22%,10%,13%)
(0.00/0.22/0.10/0.13)	

CMYK percentages

%0
%22.17
%9.95
%13.33

Codes

Color #DDACC7 in popluar color models

DDACC7
RGB221172199
HSL327°41.88%77.06%
HSB/HSV327°22.17%86.67%
CMYK0.00%22.17%9.95%
13.33%

Color #DDACC7 in popluar number systems.

HEXDDACC7
Decimal221172199
Binary110111011010110011000111
Octal335254307

Shades and tints

Shades of #DDACC7

#DDACC7
(221,172,199)
#C99DB5
(201,157,181)
#B58EA3
(181,142,163)
#A17F91
(161,127,145)
#8D707F
(141,112,127)
#79616D
(121,97,109)
#65525B
(101,82,91)
#514349
(81,67,73)
#3D3437
(61,52,55)
#292525
(41,37,37)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #DDACC7

#DDACC7
(221,172,199)
#E0B3CC
(224,179,204)
#E3BAD1
(227,186,209)
#E6C1D6
(230,193,214)
#E9C8DB
(233,200,219)
#ECCFE0
(236,207,224)
#EFD6E5
(239,214,229)
#F2DDEA
(242,221,234)
#F5E4EF
(245,228,239)
#F8EBF4
(248,235,244)
#FBF2F9
(251,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDACC7; }

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

This text font color is #DDACC7.


Background Color

.myBgColor { background-color: #DDACC7; }

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

This div background color is #DDACC7.


Border color

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

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

This div border color is #DDACC7.


Opacity

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

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

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

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

This text has shadow with #DDACC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDACC7 on black background.


Color preview on white background

This text has color #DDACC7 on white background.



Black color preview on #DDACC7 background

This text has black color on #DDACC7 background.


White color preview on #DDACC7 background

This text has white color on #DDACC7 background.