COLOR #DF9BEF

HEX: #DF9BEF
RGB: (223,155,239)

Color info

#DF9BEF contains mainly red and blue colors. Web safe color of #DF9BEF is #CC99FF (or #C9F).

RGB color model

#DF9BEF color RGB value is (223,155,239).

  • red value is 223;
  • green value is 155;
  • blue value is 239.
RGB:
(223,155,239)
(87%,61%,94%)

RGB channels and saturation

R 223 of 255 = 87%
G 155 of 255 = 61%
B 239 of 255 = 94%

223
155
239

R + G + B ~ 81%. #DF9BEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 155 + 239 = 617 (100%)
R 223 of 617 ~ 36.14%
G 155 of 617 ~ 25.12%
B 239 of 617 ~ 38.74%

%36.14
%25.12
%38.74

CMYK color model

#DF9BEF color CMYK value is (7,35,0,6).

  • cyan value is 6.69%
  • magenta value is 35.15%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(7,35,0,6)
C7M35Y0K6 
(7%,35%,0%,6%)
(0.07/0.35/0.00/0.06)	

CMYK percentages

%6.69
%35.15
%0
%6.27

Codes

Color #DF9BEF in popluar color models

DF9BEF
RGB223155239
HSL289°72.41%77.25%
HSB/HSV289°35.15%93.73%
CMYK6.69%35.15%0.00%
6.27%

Color #DF9BEF in popluar number systems.

HEXDF9BEF
Decimal223155239
Binary110111111001101111101111
Octal337233357

Shades and tints

Shades of #DF9BEF

#DF9BEF
(223,155,239)
#CB8DDA
(203,141,218)
#B77FC5
(183,127,197)
#A371B0
(163,113,176)
#8F639B
(143,99,155)
#7B5586
(123,85,134)
#674771
(103,71,113)
#53395C
(83,57,92)
#3F2B47
(63,43,71)
#2B1D32
(43,29,50)
#170F1D
(23,15,29)
#000000
(0,0,0)

Tints of #DF9BEF

#DF9BEF
(223,155,239)
#E1A4F0
(225,164,240)
#E3ADF1
(227,173,241)
#E5B6F2
(229,182,242)
#E7BFF3
(231,191,243)
#E9C8F4
(233,200,244)
#EBD1F5
(235,209,245)
#EDDAF6
(237,218,246)
#EFE3F7
(239,227,247)
#F1ECF8
(241,236,248)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF9BEF color. Also use rgb(223,155,239) instead hex code.

Text Font Color

.myTextColor { color: #DF9BEF; }

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

This text font color is #DF9BEF.


Background Color

.myBgColor { background-color: #DF9BEF; }

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

This div background color is #DF9BEF.


Border color

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

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

This div border color is #DF9BEF.


Opacity

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

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

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

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

This text has shadow with #DF9BEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF9BEF on black background.


Color preview on white background

This text has color #DF9BEF on white background.



Black color preview on #DF9BEF background

This text has black color on #DF9BEF background.


White color preview on #DF9BEF background

This text has white color on #DF9BEF background.