COLOR #DF7EE7

HEX: #DF7EE7 RGB: (223,126,231)

Color info

#DF7EE7 contains mainly red and blue colors. Web safe color of #DF7EE7 is #CC66FF (or #C6F).

RGB color model

#DF7EE7 color RGB value is (223,126,231).

RGB: (223,126,231) (87%, 49%, 91%)

RGB channels and saturation

R 223 of 255 = 87%
G 126 of 255 = 49%
B 231 of 255 = 91%

223
126
231

R + G + B ~ 76%. #DF7EE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 126 + 231 = 580 (100%)
R 223 of 580 ~ 38.45%
G 126 of 580 ~ 21.72%
B 231 of 580 ~ 39.83'%

%38.45
%21.72
%39.83

CMYK color model

#DF7EE7 color CMYK value is (3,45,0,9).

  • cyan value is 3.46%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (3,45,0,9)
C3M45Y0K9 (3%, 45%, 0%, 9%)
(0.03 / 0.45 / 0.00 / 0.09)

CMYK percentages

%3.46
%45.45
%0
%9.41

Codes

Color #DF7EE7 in popluar color models

DF 7E E7
RGB 223 126 231
HSL 295° 68.63% 70.00%
HSB/HSV 295° 45.45% 90.59%
CMYK 3.46% 45.45% 0.00%
9.41%

Color #DF7EE7 in popluar number systems.

HEX DF 7E E7
Decimal 223 126 231
Binary 11011111 1111110 11100111
Octal 337 176 347

Shades and tints

Shades of #DF7EE7

#DF7EE7
(223,126,231)
#CB73D2
(203,115,210)
#B768BD
(183,104,189)
#A35DA8
(163,93,168)
#8F5293
(143,82,147)
#7B477E
(123,71,126)
#673C69
(103,60,105)
#533154
(83,49,84)
#3F263F
(63,38,63)
#2B1B2A
(43,27,42)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #DF7EE7

#DF7EE7
(223,126,231)
#E189E9
(225,137,233)
#E394EB
(227,148,235)
#E59FED
(229,159,237)
#E7AAEF
(231,170,239)
#E9B5F1
(233,181,241)
#EBC0F3
(235,192,243)
#EDCBF5
(237,203,245)
#EFD6F7
(239,214,247)
#F1E1F9
(241,225,249)
#F3ECFB
(243,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF7EE7; }

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

This text font color is #DF7EE7.

Background Color

.myBgColor { background-color: #DF7EE7; }

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

This div background color is #DF7EE7.

Border color

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

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

This div border color is #DF7EE7.

Opacity

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

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

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

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

This text has shadow with #DF7EE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF7EE7.

Preview

Color preview on black background

This text has color #DF7EE7 on black background.


Color preview on white background

This text has color #DF7EE7 on white background.


Black color preview on #DF7EE7 background

This text has black color on #DF7EE7 background.


White color preview on #DF7EE7 background

This text has white color on #DF7EE7 background.


Related colors

Complementary color

Complementary color for #hex is #208118.


I love getcolorcode.com

Triadic colors

1 #E7DF7E and #7EE7DF with #DF7EE7 are triadic colors.

2 #E77EDF and #7EDFE7 with #DF7EE7 are triadic colors.