COLOR #DFACE9

HEX: #DFACE9
RGB: (223,172,233)

Color info

#DFACE9 contains mainly red and blue colors. Web safe color of #DFACE9 is #CC99FF (or #C9F).

RGB color model

#DFACE9 color RGB value is (223,172,233).

  • red value is 223;
  • green value is 172;
  • blue value is 233.
RGB:
(223,172,233)
(87%,67%,91%)

RGB channels and saturation

R 223 of 255 = 87%
G 172 of 255 = 67%
B 233 of 255 = 91%

223
172
233

R + G + B ~ 82%. #DFACE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 172 + 233 = 628 (100%)
R 223 of 628 ~ 35.51%
G 172 of 628 ~ 27.39%
B 233 of 628 ~ 37.1%

%35.51
%27.39
%37.1

CMYK color model

#DFACE9 color CMYK value is (4,26,0,9).

  • cyan value is 4.29%
  • magenta value is 26.18%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(4,26,0,9)
C4M26Y0K9 
(4%,26%,0%,9%)
(0.04/0.26/0.00/0.09)	

CMYK percentages

%4.29
%26.18
%0
%8.63

Codes

Color #DFACE9 in popluar color models

DFACE9
RGB223172233
HSL290°58.10%79.41%
HSB/HSV290°26.18%91.37%
CMYK4.29%26.18%0.00%
8.63%

Color #DFACE9 in popluar number systems.

HEXDFACE9
Decimal223172233
Binary110111111010110011101001
Octal337254351

Shades and tints

Shades of #DFACE9

#DFACE9
(223,172,233)
#CB9DD4
(203,157,212)
#B78EBF
(183,142,191)
#A37FAA
(163,127,170)
#8F7095
(143,112,149)
#7B6180
(123,97,128)
#67526B
(103,82,107)
#534356
(83,67,86)
#3F3441
(63,52,65)
#2B252C
(43,37,44)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #DFACE9

#DFACE9
(223,172,233)
#E1B3EB
(225,179,235)
#E3BAED
(227,186,237)
#E5C1EF
(229,193,239)
#E7C8F1
(231,200,241)
#E9CFF3
(233,207,243)
#EBD6F5
(235,214,245)
#EDDDF7
(237,221,247)
#EFE4F9
(239,228,249)
#F1EBFB
(241,235,251)
#F3F2FD
(243,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFACE9; }

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

This text font color is #DFACE9.


Background Color

.myBgColor { background-color: #DFACE9; }

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

This div background color is #DFACE9.


Border color

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

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

This div border color is #DFACE9.


Opacity

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

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

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

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

This text has shadow with #DFACE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFACE9 on black background.


Color preview on white background

This text has color #DFACE9 on white background.



Black color preview on #DFACE9 background

This text has black color on #DFACE9 background.


White color preview on #DFACE9 background

This text has white color on #DFACE9 background.