COLOR #DFA4D3

HEX: #DFA4D3
RGB: (223,164,211)

Color info

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

RGB color model

#DFA4D3 color RGB value is (223,164,211).

  • red value is 223;
  • green value is 164;
  • blue value is 211.
RGB:
(223,164,211)
(87%,64%,83%)

RGB channels and saturation

R 223 of 255 = 87%
G 164 of 255 = 64%
B 211 of 255 = 83%

223
164
211

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

Portions of RGB colors in percentages

R + G + B =
223 + 164 + 211 = 598 (100%)
R 223 of 598 ~ 37.29%
G 164 of 598 ~ 27.42%
B 211 of 598 ~ 35.28%

%37.29
%27.42
%35.28

CMYK color model

#DFA4D3 color CMYK value is (0,26,5,13).

  • cyan value is 0.00%
  • magenta value is 26.46%
  • yellow value is 5.38%
  • key color value is 12.55%
CMYK:
(0,26,5,13)
C0M26Y5K13 
(0%,26%,5%,13%)
(0.00/0.26/0.05/0.13)	

CMYK percentages

%0
%26.46
%5.38
%12.55

Codes

Color #DFA4D3 in popluar color models

DFA4D3
RGB223164211
HSL312°47.97%75.88%
HSB/HSV312°26.46%87.45%
CMYK0.00%26.46%5.38%
12.55%

Color #DFA4D3 in popluar number systems.

HEXDFA4D3
Decimal223164211
Binary110111111010010011010011
Octal337244323

Shades and tints

Shades of #DFA4D3

#DFA4D3
(223,164,211)
#CB96C0
(203,150,192)
#B788AD
(183,136,173)
#A37A9A
(163,122,154)
#8F6C87
(143,108,135)
#7B5E74
(123,94,116)
#675061
(103,80,97)
#53424E
(83,66,78)
#3F343B
(63,52,59)
#2B2628
(43,38,40)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #DFA4D3

#DFA4D3
(223,164,211)
#E1ACD7
(225,172,215)
#E3B4DB
(227,180,219)
#E5BCDF
(229,188,223)
#E7C4E3
(231,196,227)
#E9CCE7
(233,204,231)
#EBD4EB
(235,212,235)
#EDDCEF
(237,220,239)
#EFE4F3
(239,228,243)
#F1ECF7
(241,236,247)
#F3F4FB
(243,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFA4D3 color. Also use rgb(223,164,211) instead hex code.

Text Font Color

.myTextColor { color: #DFA4D3; }

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

This text font color is #DFA4D3.


Background Color

.myBgColor { background-color: #DFA4D3; }

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

This div background color is #DFA4D3.


Border color

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

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

This div border color is #DFA4D3.


Opacity

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

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

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

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

This text has shadow with #DFA4D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFA4D3 on black background.


Color preview on white background

This text has color #DFA4D3 on white background.



Black color preview on #DFA4D3 background

This text has black color on #DFA4D3 background.


White color preview on #DFA4D3 background

This text has white color on #DFA4D3 background.