COLOR #DFA4F8

HEX: #DFA4F8
RGB: (223,164,248)

Color info

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

RGB color model

#DFA4F8 color RGB value is (223,164,248).

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

RGB channels and saturation

R 223 of 255 = 87%
G 164 of 255 = 64%
B 248 of 255 = 97%

223
164
248

R + G + B ~ 83%. #DFA4F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 164 + 248 = 635 (100%)
R 223 of 635 ~ 35.12%
G 164 of 635 ~ 25.83%
B 248 of 635 ~ 39.06%

%35.12
%25.83
%39.06

CMYK color model

#DFA4F8 color CMYK value is (10,34,0,3).

  • cyan value is 10.08%
  • magenta value is 33.87%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(10,34,0,3)
C10M34Y0K3 
(10%,34%,0%,3%)
(0.10/0.34/0.00/0.03)	

CMYK percentages

%10.08
%33.87
%0
%2.75

Codes

Color #DFA4F8 in popluar color models

DFA4F8
RGB223164248
HSL282°85.71%80.78%
HSB/HSV282°33.87%97.25%
CMYK10.08%33.87%0.00%
2.75%

Color #DFA4F8 in popluar number systems.

HEXDFA4F8
Decimal223164248
Binary110111111010010011111000
Octal337244370

Shades and tints

Shades of #DFA4F8

#DFA4F8
(223,164,248)
#CB96E2
(203,150,226)
#B788CC
(183,136,204)
#A37AB6
(163,122,182)
#8F6CA0
(143,108,160)
#7B5E8A
(123,94,138)
#675074
(103,80,116)
#53425E
(83,66,94)
#3F3448
(63,52,72)
#2B2632
(43,38,50)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #DFA4F8

#DFA4F8
(223,164,248)
#E1ACF8
(225,172,248)
#E3B4F8
(227,180,248)
#E5BCF8
(229,188,248)
#E7C4F8
(231,196,248)
#E9CCF8
(233,204,248)
#EBD4F8
(235,212,248)
#EDDCF8
(237,220,248)
#EFE4F8
(239,228,248)
#F1ECF8
(241,236,248)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFA4F8; }

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

This text font color is #DFA4F8.


Background Color

.myBgColor { background-color: #DFA4F8; }

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

This div background color is #DFA4F8.


Border color

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

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

This div border color is #DFA4F8.


Opacity

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

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

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

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

This text has shadow with #DFA4F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFA4F8 on black background.


Color preview on white background

This text has color #DFA4F8 on white background.



Black color preview on #DFA4F8 background

This text has black color on #DFA4F8 background.


White color preview on #DFA4F8 background

This text has white color on #DFA4F8 background.