COLOR #DFB6F6

HEX: #DFB6F6
RGB: (223,182,246)

Color info

#DFB6F6 contains mainly red and blue colors. Web safe color of #DFB6F6 is #CCCCFF (or #CCF).

RGB color model

#DFB6F6 color RGB value is (223,182,246).

  • red value is 223;
  • green value is 182;
  • blue value is 246.
RGB:
(223,182,246)
(87%,71%,96%)

RGB channels and saturation

R 223 of 255 = 87%
G 182 of 255 = 71%
B 246 of 255 = 96%

223
182
246

R + G + B ~ 85%. #DFB6F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 182 + 246 = 651 (100%)
R 223 of 651 ~ 34.25%
G 182 of 651 ~ 27.96%
B 246 of 651 ~ 37.79%

%34.25
%27.96
%37.79

CMYK color model

#DFB6F6 color CMYK value is (9,26,0,4).

  • cyan value is 9.35%
  • magenta value is 26.02%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(9,26,0,4)
C9M26Y0K4 
(9%,26%,0%,4%)
(0.09/0.26/0.00/0.04)	

CMYK percentages

%9.35
%26.02
%0
%3.53

Codes

Color #DFB6F6 in popluar color models

DFB6F6
RGB223182246
HSL278°78.05%83.92%
HSB/HSV278°26.02%96.47%
CMYK9.35%26.02%0.00%
3.53%

Color #DFB6F6 in popluar number systems.

HEXDFB6F6
Decimal223182246
Binary110111111011011011110110
Octal337266366

Shades and tints

Shades of #DFB6F6

#DFB6F6
(223,182,246)
#CBA6E0
(203,166,224)
#B796CA
(183,150,202)
#A386B4
(163,134,180)
#8F769E
(143,118,158)
#7B6688
(123,102,136)
#675672
(103,86,114)
#53465C
(83,70,92)
#3F3646
(63,54,70)
#2B2630
(43,38,48)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #DFB6F6

#DFB6F6
(223,182,246)
#E1BCF6
(225,188,246)
#E3C2F6
(227,194,246)
#E5C8F6
(229,200,246)
#E7CEF6
(231,206,246)
#E9D4F6
(233,212,246)
#EBDAF6
(235,218,246)
#EDE0F6
(237,224,246)
#EFE6F6
(239,230,246)
#F1ECF6
(241,236,246)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB6F6 color. Also use rgb(223,182,246) instead hex code.

Text Font Color

.myTextColor { color: #DFB6F6; }

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

This text font color is #DFB6F6.


Background Color

.myBgColor { background-color: #DFB6F6; }

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

This div background color is #DFB6F6.


Border color

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

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

This div border color is #DFB6F6.


Opacity

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

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

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

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

This text has shadow with #DFB6F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB6F6 on black background.


Color preview on white background

This text has color #DFB6F6 on white background.



Black color preview on #DFB6F6 background

This text has black color on #DFB6F6 background.


White color preview on #DFB6F6 background

This text has white color on #DFB6F6 background.