COLOR #DDACC4

HEX: #DDACC4
RGB: (221,172,196)

Color info

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

RGB color model

#DDACC4 color RGB value is (221,172,196).

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

RGB channels and saturation

R 221 of 255 = 87%
G 172 of 255 = 67%
B 196 of 255 = 77%

221
172
196

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

Portions of RGB colors in percentages

R + G + B =
221 + 172 + 196 = 589 (100%)
R 221 of 589 ~ 37.52%
G 172 of 589 ~ 29.2%
B 196 of 589 ~ 33.28%

%37.52
%29.2
%33.28

CMYK color model

#DDACC4 color CMYK value is (0,22,11,13).

  • cyan value is 0.00%
  • magenta value is 22.17%
  • yellow value is 11.31%
  • key color value is 13.33%
CMYK:
(0,22,11,13)
C0M22Y11K13 
(0%,22%,11%,13%)
(0.00/0.22/0.11/0.13)	

CMYK percentages

%0
%22.17
%11.31
%13.33

Codes

Color #DDACC4 in popluar color models

DDACC4
RGB221172196
HSL331°41.88%77.06%
HSB/HSV331°22.17%86.67%
CMYK0.00%22.17%11.31%
13.33%

Color #DDACC4 in popluar number systems.

HEXDDACC4
Decimal221172196
Binary110111011010110011000100
Octal335254304

Shades and tints

Shades of #DDACC4

#DDACC4
(221,172,196)
#C99DB3
(201,157,179)
#B58EA2
(181,142,162)
#A17F91
(161,127,145)
#8D7080
(141,112,128)
#79616F
(121,97,111)
#65525E
(101,82,94)
#51434D
(81,67,77)
#3D343C
(61,52,60)
#29252B
(41,37,43)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #DDACC4

#DDACC4
(221,172,196)
#E0B3C9
(224,179,201)
#E3BACE
(227,186,206)
#E6C1D3
(230,193,211)
#E9C8D8
(233,200,216)
#ECCFDD
(236,207,221)
#EFD6E2
(239,214,226)
#F2DDE7
(242,221,231)
#F5E4EC
(245,228,236)
#F8EBF1
(248,235,241)
#FBF2F6
(251,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDACC4; }

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

This text font color is #DDACC4.


Background Color

.myBgColor { background-color: #DDACC4; }

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

This div background color is #DDACC4.


Border color

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

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

This div border color is #DDACC4.


Opacity

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

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

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

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

This text has shadow with #DDACC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDACC4 on black background.


Color preview on white background

This text has color #DDACC4 on white background.



Black color preview on #DDACC4 background

This text has black color on #DDACC4 background.


White color preview on #DDACC4 background

This text has white color on #DDACC4 background.