COLOR #DF84A7

HEX: #DF84A7
RGB: (223,132,167)

Color info

#DF84A7 contains mainly red and blue colors. Web safe color of #DF84A7 is #CC9999 (or #C99).

RGB color model

#DF84A7 color RGB value is (223,132,167).

  • red value is 223;
  • green value is 132;
  • blue value is 167.
RGB:
(223,132,167)
(87%,52%,65%)

RGB channels and saturation

R 223 of 255 = 87%
G 132 of 255 = 52%
B 167 of 255 = 65%

223
132
167

R + G + B ~ 68%. #DF84A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 132 + 167 = 522 (100%)
R 223 of 522 ~ 42.72%
G 132 of 522 ~ 25.29%
B 167 of 522 ~ 31.99%

%42.72
%25.29
%31.99

CMYK color model

#DF84A7 color CMYK value is (0,41,25,13).

  • cyan value is 0.00%
  • magenta value is 40.81%
  • yellow value is 25.11%
  • key color value is 12.55%
CMYK:
(0,41,25,13)
C0M41Y25K13 
(0%,41%,25%,13%)
(0.00/0.41/0.25/0.13)	

CMYK percentages

%0
%40.81
%25.11
%12.55

Codes

Color #DF84A7 in popluar color models

DF84A7
RGB223132167
HSL337°58.71%69.61%
HSB/HSV337°40.81%87.45%
CMYK0.00%40.81%25.11%
12.55%

Color #DF84A7 in popluar number systems.

HEXDF84A7
Decimal223132167
Binary110111111000010010100111
Octal337204247

Shades and tints

Shades of #DF84A7

#DF84A7
(223,132,167)
#CB7898
(203,120,152)
#B76C89
(183,108,137)
#A3607A
(163,96,122)
#8F546B
(143,84,107)
#7B485C
(123,72,92)
#673C4D
(103,60,77)
#53303E
(83,48,62)
#3F242F
(63,36,47)
#2B1820
(43,24,32)
#170C11
(23,12,17)
#000000
(0,0,0)

Tints of #DF84A7

#DF84A7
(223,132,167)
#E18FAF
(225,143,175)
#E39AB7
(227,154,183)
#E5A5BF
(229,165,191)
#E7B0C7
(231,176,199)
#E9BBCF
(233,187,207)
#EBC6D7
(235,198,215)
#EDD1DF
(237,209,223)
#EFDCE7
(239,220,231)
#F1E7EF
(241,231,239)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF84A7 color. Also use rgb(223,132,167) instead hex code.

Text Font Color

.myTextColor { color: #DF84A7; }

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

This text font color is #DF84A7.


Background Color

.myBgColor { background-color: #DF84A7; }

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

This div background color is #DF84A7.


Border color

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

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

This div border color is #DF84A7.


Opacity

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

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

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

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

This text has shadow with #DF84A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF84A7 on black background.


Color preview on white background

This text has color #DF84A7 on white background.



Black color preview on #DF84A7 background

This text has black color on #DF84A7 background.


White color preview on #DF84A7 background

This text has white color on #DF84A7 background.