COLOR #DFAACF

HEX: #DFAACF
RGB: (223,170,207)

Color info

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

RGB color model

#DFAACF color RGB value is (223,170,207).

  • red value is 223;
  • green value is 170;
  • blue value is 207.
RGB:
(223,170,207)
(87%,67%,81%)

RGB channels and saturation

R 223 of 255 = 87%
G 170 of 255 = 67%
B 207 of 255 = 81%

223
170
207

R + G + B ~ 78%. #DFAACF is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 170 + 207 = 600 (100%)
R 223 of 600 ~ 37.17%
G 170 of 600 ~ 28.33%
B 207 of 600 ~ 34.5%

%37.17
%28.33
%34.5

CMYK color model

#DFAACF color CMYK value is (0,24,7,13).

  • cyan value is 0.00%
  • magenta value is 23.77%
  • yellow value is 7.17%
  • key color value is 12.55%
CMYK:
(0,24,7,13)
C0M24Y7K13 
(0%,24%,7%,13%)
(0.00/0.24/0.07/0.13)	

CMYK percentages

%0
%23.77
%7.17
%12.55

Codes

Color #DFAACF in popluar color models

DFAACF
RGB223170207
HSL318°45.30%77.06%
HSB/HSV318°23.77%87.45%
CMYK0.00%23.77%7.17%
12.55%

Color #DFAACF in popluar number systems.

HEXDFAACF
Decimal223170207
Binary110111111010101011001111
Octal337252317

Shades and tints

Shades of #DFAACF

#DFAACF
(223,170,207)
#CB9BBD
(203,155,189)
#B78CAB
(183,140,171)
#A37D99
(163,125,153)
#8F6E87
(143,110,135)
#7B5F75
(123,95,117)
#675063
(103,80,99)
#534151
(83,65,81)
#3F323F
(63,50,63)
#2B232D
(43,35,45)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #DFAACF

#DFAACF
(223,170,207)
#E1B1D3
(225,177,211)
#E3B8D7
(227,184,215)
#E5BFDB
(229,191,219)
#E7C6DF
(231,198,223)
#E9CDE3
(233,205,227)
#EBD4E7
(235,212,231)
#EDDBEB
(237,219,235)
#EFE2EF
(239,226,239)
#F1E9F3
(241,233,243)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFAACF color. Also use rgb(223,170,207) instead hex code.

Text Font Color

.myTextColor { color: #DFAACF; }

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

This text font color is #DFAACF.


Background Color

.myBgColor { background-color: #DFAACF; }

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

This div background color is #DFAACF.


Border color

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

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

This div border color is #DFAACF.


Opacity

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

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

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

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

This text has shadow with #DFAACF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFAACF on black background.


Color preview on white background

This text has color #DFAACF on white background.



Black color preview on #DFAACF background

This text has black color on #DFAACF background.


White color preview on #DFAACF background

This text has white color on #DFAACF background.