COLOR #DF7EA3

HEX: #DF7EA3
RGB: (223,126,163)

Color info

#DF7EA3 contains mainly red color. Web safe color of #DF7EA3 is #CC6699 (or #C69).

RGB color model

#DF7EA3 color RGB value is (223,126,163).

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

RGB channels and saturation

R 223 of 255 = 87%
G 126 of 255 = 49%
B 163 of 255 = 64%

223
126
163

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

Portions of RGB colors in percentages

R + G + B =
223 + 126 + 163 = 512 (100%)
R 223 of 512 ~ 43.55%
G 126 of 512 ~ 24.61%
B 163 of 512 ~ 31.84%

%43.55
%24.61
%31.84

CMYK color model

#DF7EA3 color CMYK value is (0,43,27,13).

  • cyan value is 0.00%
  • magenta value is 43.50%
  • yellow value is 26.91%
  • key color value is 12.55%
CMYK:
(0,43,27,13)
C0M43Y27K13 
(0%,43%,27%,13%)
(0.00/0.43/0.27/0.13)	

CMYK percentages

%0
%43.5
%26.91
%12.55

Codes

Color #DF7EA3 in popluar color models

DF7EA3
RGB223126163
HSL337°60.25%68.43%
HSB/HSV337°43.50%87.45%
CMYK0.00%43.50%26.91%
12.55%

Color #DF7EA3 in popluar number systems.

HEXDF7EA3
Decimal223126163
Binary11011111111111010100011
Octal337176243

Shades and tints

Shades of #DF7EA3

#DF7EA3
(223,126,163)
#CB7395
(203,115,149)
#B76887
(183,104,135)
#A35D79
(163,93,121)
#8F526B
(143,82,107)
#7B475D
(123,71,93)
#673C4F
(103,60,79)
#533141
(83,49,65)
#3F2633
(63,38,51)
#2B1B25
(43,27,37)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #DF7EA3

#DF7EA3
(223,126,163)
#E189AB
(225,137,171)
#E394B3
(227,148,179)
#E59FBB
(229,159,187)
#E7AAC3
(231,170,195)
#E9B5CB
(233,181,203)
#EBC0D3
(235,192,211)
#EDCBDB
(237,203,219)
#EFD6E3
(239,214,227)
#F1E1EB
(241,225,235)
#F3ECF3
(243,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF7EA3; }

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

This text font color is #DF7EA3.


Background Color

.myBgColor { background-color: #DF7EA3; }

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

This div background color is #DF7EA3.


Border color

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

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

This div border color is #DF7EA3.


Opacity

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

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

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

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

This text has shadow with #DF7EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF7EA3 on black background.


Color preview on white background

This text has color #DF7EA3 on white background.



Black color preview on #DF7EA3 background

This text has black color on #DF7EA3 background.


White color preview on #DF7EA3 background

This text has white color on #DF7EA3 background.