COLOR #DF7EB7

HEX: #DF7EB7
RGB: (223,126,183)

Color info

#DF7EB7 contains mainly red and blue colors. Web safe color of #DF7EB7 is #CC66CC (or #C6C).

RGB color model

#DF7EB7 color RGB value is (223,126,183).

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

RGB channels and saturation

R 223 of 255 = 87%
G 126 of 255 = 49%
B 183 of 255 = 72%

223
126
183

R + G + B ~ 69%. #DF7EB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 126 + 183 = 532 (100%)
R 223 of 532 ~ 41.92%
G 126 of 532 ~ 23.68%
B 183 of 532 ~ 34.4%

%41.92
%23.68
%34.4

CMYK color model

#DF7EB7 color CMYK value is (0,43,18,13).

  • cyan value is 0.00%
  • magenta value is 43.50%
  • yellow value is 17.94%
  • key color value is 12.55%
CMYK:
(0,43,18,13)
C0M43Y18K13 
(0%,43%,18%,13%)
(0.00/0.43/0.18/0.13)	

CMYK percentages

%0
%43.5
%17.94
%12.55

Codes

Color #DF7EB7 in popluar color models

DF7EB7
RGB223126183
HSL325°60.25%68.43%
HSB/HSV325°43.50%87.45%
CMYK0.00%43.50%17.94%
12.55%

Color #DF7EB7 in popluar number systems.

HEXDF7EB7
Decimal223126183
Binary11011111111111010110111
Octal337176267

Shades and tints

Shades of #DF7EB7

#DF7EB7
(223,126,183)
#CB73A7
(203,115,167)
#B76897
(183,104,151)
#A35D87
(163,93,135)
#8F5277
(143,82,119)
#7B4767
(123,71,103)
#673C57
(103,60,87)
#533147
(83,49,71)
#3F2637
(63,38,55)
#2B1B27
(43,27,39)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #DF7EB7

#DF7EB7
(223,126,183)
#E189BD
(225,137,189)
#E394C3
(227,148,195)
#E59FC9
(229,159,201)
#E7AACF
(231,170,207)
#E9B5D5
(233,181,213)
#EBC0DB
(235,192,219)
#EDCBE1
(237,203,225)
#EFD6E7
(239,214,231)
#F1E1ED
(241,225,237)
#F3ECF3
(243,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF7EB7; }

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

This text font color is #DF7EB7.


Background Color

.myBgColor { background-color: #DF7EB7; }

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

This div background color is #DF7EB7.


Border color

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

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

This div border color is #DF7EB7.


Opacity

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

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

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

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

This text has shadow with #DF7EB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF7EB7 on black background.


Color preview on white background

This text has color #DF7EB7 on white background.



Black color preview on #DF7EB7 background

This text has black color on #DF7EB7 background.


White color preview on #DF7EB7 background

This text has white color on #DF7EB7 background.