COLOR #DF7EA7

HEX: #DF7EA7
RGB: (223,126,167)

Color info

#DF7EA7 contains mainly red and blue colors. Web safe color of #DF7EA7 is #CC6699 (or #C69).

RGB color model

#DF7EA7 color RGB value is (223,126,167).

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

RGB channels and saturation

R 223 of 255 = 87%
G 126 of 255 = 49%
B 167 of 255 = 65%

223
126
167

R + G + B ~ 67%. #DF7EA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 126 + 167 = 516 (100%)
R 223 of 516 ~ 43.22%
G 126 of 516 ~ 24.42%
B 167 of 516 ~ 32.36%

%43.22
%24.42
%32.36

CMYK color model

#DF7EA7 color CMYK value is (0,43,25,13).

  • cyan value is 0.00%
  • magenta value is 43.50%
  • yellow value is 25.11%
  • key color value is 12.55%
CMYK:
(0,43,25,13)
C0M43Y25K13 
(0%,43%,25%,13%)
(0.00/0.43/0.25/0.13)	

CMYK percentages

%0
%43.5
%25.11
%12.55

Codes

Color #DF7EA7 in popluar color models

DF7EA7
RGB223126167
HSL335°60.25%68.43%
HSB/HSV335°43.50%87.45%
CMYK0.00%43.50%25.11%
12.55%

Color #DF7EA7 in popluar number systems.

HEXDF7EA7
Decimal223126167
Binary11011111111111010100111
Octal337176247

Shades and tints

Shades of #DF7EA7

#DF7EA7
(223,126,167)
#CB7398
(203,115,152)
#B76889
(183,104,137)
#A35D7A
(163,93,122)
#8F526B
(143,82,107)
#7B475C
(123,71,92)
#673C4D
(103,60,77)
#53313E
(83,49,62)
#3F262F
(63,38,47)
#2B1B20
(43,27,32)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #DF7EA7

#DF7EA7
(223,126,167)
#E189AF
(225,137,175)
#E394B7
(227,148,183)
#E59FBF
(229,159,191)
#E7AAC7
(231,170,199)
#E9B5CF
(233,181,207)
#EBC0D7
(235,192,215)
#EDCBDF
(237,203,223)
#EFD6E7
(239,214,231)
#F1E1EF
(241,225,239)
#F3ECF7
(243,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF7EA7; }

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

This text font color is #DF7EA7.


Background Color

.myBgColor { background-color: #DF7EA7; }

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

This div background color is #DF7EA7.


Border color

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

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

This div border color is #DF7EA7.


Opacity

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

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

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

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

This text has shadow with #DF7EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF7EA7 on black background.


Color preview on white background

This text has color #DF7EA7 on white background.



Black color preview on #DF7EA7 background

This text has black color on #DF7EA7 background.


White color preview on #DF7EA7 background

This text has white color on #DF7EA7 background.