COLOR #DFB6DC

HEX: #DFB6DC
RGB: (223,182,220)

Color info

#DFB6DC contains red, green and blue colors in about the same proportion. Web safe color of #DFB6DC is #CCCCCC (or #CCC).

RGB color model

#DFB6DC color RGB value is (223,182,220).

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

RGB channels and saturation

R 223 of 255 = 87%
G 182 of 255 = 71%
B 220 of 255 = 86%

223
182
220

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

Portions of RGB colors in percentages

R + G + B =
223 + 182 + 220 = 625 (100%)
R 223 of 625 ~ 35.68%
G 182 of 625 ~ 29.12%
B 220 of 625 ~ 35.2%

%35.68
%29.12
%35.2

CMYK color model

#DFB6DC color CMYK value is (0,18,1,13).

  • cyan value is 0.00%
  • magenta value is 18.39%
  • yellow value is 1.35%
  • key color value is 12.55%
CMYK:
(0,18,1,13)
C0M18Y1K13 
(0%,18%,1%,13%)
(0.00/0.18/0.01/0.13)	

CMYK percentages

%0
%18.39
%1.35
%12.55

Codes

Color #DFB6DC in popluar color models

DFB6DC
RGB223182220
HSL304°39.05%79.41%
HSB/HSV304°18.39%87.45%
CMYK0.00%18.39%1.35%
12.55%

Color #DFB6DC in popluar number systems.

HEXDFB6DC
Decimal223182220
Binary110111111011011011011100
Octal337266334

Shades and tints

Shades of #DFB6DC

#DFB6DC
(223,182,220)
#CBA6C8
(203,166,200)
#B796B4
(183,150,180)
#A386A0
(163,134,160)
#8F768C
(143,118,140)
#7B6678
(123,102,120)
#675664
(103,86,100)
#534650
(83,70,80)
#3F363C
(63,54,60)
#2B2628
(43,38,40)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #DFB6DC

#DFB6DC
(223,182,220)
#E1BCDF
(225,188,223)
#E3C2E2
(227,194,226)
#E5C8E5
(229,200,229)
#E7CEE8
(231,206,232)
#E9D4EB
(233,212,235)
#EBDAEE
(235,218,238)
#EDE0F1
(237,224,241)
#EFE6F4
(239,230,244)
#F1ECF7
(241,236,247)
#F3F2FA
(243,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB6DC; }

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

This text font color is #DFB6DC.


Background Color

.myBgColor { background-color: #DFB6DC; }

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

This div background color is #DFB6DC.


Border color

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

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

This div border color is #DFB6DC.


Opacity

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

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

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

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

This text has shadow with #DFB6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB6DC on black background.


Color preview on white background

This text has color #DFB6DC on white background.



Black color preview on #DFB6DC background

This text has black color on #DFB6DC background.


White color preview on #DFB6DC background

This text has white color on #DFB6DC background.