COLOR #DF68EB

HEX: #DF68EB
RGB: (223,104,235)

Color info

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

RGB color model

#DF68EB color RGB value is (223,104,235).

  • red value is 223;
  • green value is 104;
  • blue value is 235.
RGB:
(223,104,235)
(87%,41%,92%)

RGB channels and saturation

R 223 of 255 = 87%
G 104 of 255 = 41%
B 235 of 255 = 92%

223
104
235

R + G + B ~ 73%. #DF68EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 104 + 235 = 562 (100%)
R 223 of 562 ~ 39.68%
G 104 of 562 ~ 18.51%
B 235 of 562 ~ 41.81%

%39.68
%18.51
%41.81

CMYK color model

#DF68EB color CMYK value is (5,56,0,8).

  • cyan value is 5.11%
  • magenta value is 55.74%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(5,56,0,8)
C5M56Y0K8 
(5%,56%,0%,8%)
(0.05/0.56/0.00/0.08)	

CMYK percentages

%5.11
%55.74
%0
%7.84

Codes

Color #DF68EB in popluar color models

DF68EB
RGB223104235
HSL295°76.61%66.47%
HSB/HSV295°55.74%92.16%
CMYK5.11%55.74%0.00%
7.84%

Color #DF68EB in popluar number systems.

HEXDF68EB
Decimal223104235
Binary11011111110100011101011
Octal337150353

Shades and tints

Shades of #DF68EB

#DF68EB
(223,104,235)
#CB5FD6
(203,95,214)
#B756C1
(183,86,193)
#A34DAC
(163,77,172)
#8F4497
(143,68,151)
#7B3B82
(123,59,130)
#67326D
(103,50,109)
#532958
(83,41,88)
#3F2043
(63,32,67)
#2B172E
(43,23,46)
#170E19
(23,14,25)
#000000
(0,0,0)

Tints of #DF68EB

#DF68EB
(223,104,235)
#E175EC
(225,117,236)
#E382ED
(227,130,237)
#E58FEE
(229,143,238)
#E79CEF
(231,156,239)
#E9A9F0
(233,169,240)
#EBB6F1
(235,182,241)
#EDC3F2
(237,195,242)
#EFD0F3
(239,208,243)
#F1DDF4
(241,221,244)
#F3EAF5
(243,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF68EB color. Also use rgb(223,104,235) instead hex code.

Text Font Color

.myTextColor { color: #DF68EB; }

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

This text font color is #DF68EB.


Background Color

.myBgColor { background-color: #DF68EB; }

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

This div background color is #DF68EB.


Border color

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

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

This div border color is #DF68EB.


Opacity

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

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

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

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

This text has shadow with #DF68EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF68EB on black background.


Color preview on white background

This text has color #DF68EB on white background.



Black color preview on #DF68EB background

This text has black color on #DF68EB background.


White color preview on #DF68EB background

This text has white color on #DF68EB background.