COLOR #DF7EAA

HEX: #DF7EAA
RGB: (223,126,170)

Color info

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

RGB color model

#DF7EAA color RGB value is (223,126,170).

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

RGB channels and saturation

R 223 of 255 = 87%
G 126 of 255 = 49%
B 170 of 255 = 67%

223
126
170

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

Portions of RGB colors in percentages

R + G + B =
223 + 126 + 170 = 519 (100%)
R 223 of 519 ~ 42.97%
G 126 of 519 ~ 24.28%
B 170 of 519 ~ 32.76%

%42.97
%24.28
%32.76

CMYK color model

#DF7EAA color CMYK value is (0,43,24,13).

  • cyan value is 0.00%
  • magenta value is 43.50%
  • yellow value is 23.77%
  • key color value is 12.55%
CMYK:
(0,43,24,13)
C0M43Y24K13 
(0%,43%,24%,13%)
(0.00/0.43/0.24/0.13)	

CMYK percentages

%0
%43.5
%23.77
%12.55

Codes

Color #DF7EAA in popluar color models

DF7EAA
RGB223126170
HSL333°60.25%68.43%
HSB/HSV333°43.50%87.45%
CMYK0.00%43.50%23.77%
12.55%

Color #DF7EAA in popluar number systems.

HEXDF7EAA
Decimal223126170
Binary11011111111111010101010
Octal337176252

Shades and tints

Shades of #DF7EAA

#DF7EAA
(223,126,170)
#CB739B
(203,115,155)
#B7688C
(183,104,140)
#A35D7D
(163,93,125)
#8F526E
(143,82,110)
#7B475F
(123,71,95)
#673C50
(103,60,80)
#533141
(83,49,65)
#3F2632
(63,38,50)
#2B1B23
(43,27,35)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #DF7EAA

#DF7EAA
(223,126,170)
#E189B1
(225,137,177)
#E394B8
(227,148,184)
#E59FBF
(229,159,191)
#E7AAC6
(231,170,198)
#E9B5CD
(233,181,205)
#EBC0D4
(235,192,212)
#EDCBDB
(237,203,219)
#EFD6E2
(239,214,226)
#F1E1E9
(241,225,233)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF7EAA; }

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

This text font color is #DF7EAA.


Background Color

.myBgColor { background-color: #DF7EAA; }

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

This div background color is #DF7EAA.


Border color

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

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

This div border color is #DF7EAA.


Opacity

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

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

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

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

This text has shadow with #DF7EAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF7EAA on black background.


Color preview on white background

This text has color #DF7EAA on white background.



Black color preview on #DF7EAA background

This text has black color on #DF7EAA background.


White color preview on #DF7EAA background

This text has white color on #DF7EAA background.