COLOR #DFAAC4

HEX: #DFAAC4
RGB: (223,170,196)

Color info

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

RGB color model

#DFAAC4 color RGB value is (223,170,196).

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

RGB channels and saturation

R 223 of 255 = 87%
G 170 of 255 = 67%
B 196 of 255 = 77%

223
170
196

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

Portions of RGB colors in percentages

R + G + B =
223 + 170 + 196 = 589 (100%)
R 223 of 589 ~ 37.86%
G 170 of 589 ~ 28.86%
B 196 of 589 ~ 33.28%

%37.86
%28.86
%33.28

CMYK color model

#DFAAC4 color CMYK value is (0,24,12,13).

  • cyan value is 0.00%
  • magenta value is 23.77%
  • yellow value is 12.11%
  • key color value is 12.55%
CMYK:
(0,24,12,13)
C0M24Y12K13 
(0%,24%,12%,13%)
(0.00/0.24/0.12/0.13)	

CMYK percentages

%0
%23.77
%12.11
%12.55

Codes

Color #DFAAC4 in popluar color models

DFAAC4
RGB223170196
HSL331°45.30%77.06%
HSB/HSV331°23.77%87.45%
CMYK0.00%23.77%12.11%
12.55%

Color #DFAAC4 in popluar number systems.

HEXDFAAC4
Decimal223170196
Binary110111111010101011000100
Octal337252304

Shades and tints

Shades of #DFAAC4

#DFAAC4
(223,170,196)
#CB9BB3
(203,155,179)
#B78CA2
(183,140,162)
#A37D91
(163,125,145)
#8F6E80
(143,110,128)
#7B5F6F
(123,95,111)
#67505E
(103,80,94)
#53414D
(83,65,77)
#3F323C
(63,50,60)
#2B232B
(43,35,43)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #DFAAC4

#DFAAC4
(223,170,196)
#E1B1C9
(225,177,201)
#E3B8CE
(227,184,206)
#E5BFD3
(229,191,211)
#E7C6D8
(231,198,216)
#E9CDDD
(233,205,221)
#EBD4E2
(235,212,226)
#EDDBE7
(237,219,231)
#EFE2EC
(239,226,236)
#F1E9F1
(241,233,241)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFAAC4; }

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

This text font color is #DFAAC4.


Background Color

.myBgColor { background-color: #DFAAC4; }

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

This div background color is #DFAAC4.


Border color

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

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

This div border color is #DFAAC4.


Opacity

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

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

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

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

This text has shadow with #DFAAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFAAC4 on black background.


Color preview on white background

This text has color #DFAAC4 on white background.



Black color preview on #DFAAC4 background

This text has black color on #DFAAC4 background.


White color preview on #DFAAC4 background

This text has white color on #DFAAC4 background.