COLOR #DFACD4

HEX: #DFACD4 RGB: (223,172,212)

Color info

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

RGB color model

#DFACD4 color RGB value is (223,172,212).

RGB: (223,172,212) (87%, 67%, 83%)

RGB channels and saturation

R 223 of 255 = 87%
G 172 of 255 = 67%
B 212 of 255 = 83%

223
172
212

R + G + B ~ 79%. #DFACD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 172 + 212 = 607 (100%)
R 223 of 607 ~ 36.74%
G 172 of 607 ~ 28.34%
B 212 of 607 ~ 34.93'%

%36.74
%28.34
%34.93

CMYK color model

#DFACD4 color CMYK value is (0,23,5,13).

  • cyan value is 0.00%
  • magenta value is 22.87%
  • yellow value is 4.93%
  • key color value is 12.55%

CMYK: (0,23,5,13)
C0M23Y5K13 (0%, 23%, 5%, 13%)
(0.00 / 0.23 / 0.05 / 0.13)

CMYK percentages

%0
%22.87
%4.93
%12.55

Codes

Color #DFACD4 in popluar color models

DF AC D4
RGB 223 172 212
HSL 313° 44.35% 77.45%
HSB/HSV 313° 22.87% 87.45%
CMYK 0.00% 22.87% 4.93%
12.55%

Color #DFACD4 in popluar number systems.

HEX DF AC D4
Decimal 223 172 212
Binary 11011111 10101100 11010100
Octal 337 254 324

Shades and tints

Shades of #DFACD4

#DFACD4
(223,172,212)
#CB9DC1
(203,157,193)
#B78EAE
(183,142,174)
#A37F9B
(163,127,155)
#8F7088
(143,112,136)
#7B6175
(123,97,117)
#675262
(103,82,98)
#53434F
(83,67,79)
#3F343C
(63,52,60)
#2B2529
(43,37,41)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #DFACD4

#DFACD4
(223,172,212)
#E1B3D7
(225,179,215)
#E3BADA
(227,186,218)
#E5C1DD
(229,193,221)
#E7C8E0
(231,200,224)
#E9CFE3
(233,207,227)
#EBD6E6
(235,214,230)
#EDDDE9
(237,221,233)
#EFE4EC
(239,228,236)
#F1EBEF
(241,235,239)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFACD4 color. Also use rgb(223,172,212) instead hex code.

Text Font Color

.myTextColor { color: #DFACD4; }

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

This text font color is #DFACD4.

Background Color

.myBgColor { background-color: #DFACD4; }

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

This div background color is #DFACD4.

Border color

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

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

This div border color is #DFACD4.

Opacity

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

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

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

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

This text has shadow with #DFACD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFACD4.

Preview

Color preview on black background

This text has color #DFACD4 on black background.


Color preview on white background

This text has color #DFACD4 on white background.


Black color preview on #DFACD4 background

This text has black color on #DFACD4 background.


White color preview on #DFACD4 background

This text has white color on #DFACD4 background.


Related colors

Complementary color

Complementary color for #hex is #20532B.


I love getcolorcode.com

Triadic colors

1 #D4DFAC and #ACD4DF with #DFACD4 are triadic colors.

2 #D4ACDF and #ACDFD4 with #DFACD4 are triadic colors.