COLOR #DFBCD6

HEX: #DFBCD6
RGB: (223,188,214)

Color info

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

RGB color model

#DFBCD6 color RGB value is (223,188,214).

  • red value is 223;
  • green value is 188;
  • blue value is 214.
RGB:
(223,188,214)
(87%,74%,84%)

RGB channels and saturation

R 223 of 255 = 87%
G 188 of 255 = 74%
B 214 of 255 = 84%

223
188
214

R + G + B ~ 82%. #DFBCD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 188 + 214 = 625 (100%)
R 223 of 625 ~ 35.68%
G 188 of 625 ~ 30.08%
B 214 of 625 ~ 34.24%

%35.68
%30.08
%34.24

CMYK color model

#DFBCD6 color CMYK value is (0,16,4,13).

  • cyan value is 0.00%
  • magenta value is 15.70%
  • yellow value is 4.04%
  • key color value is 12.55%
CMYK:
(0,16,4,13)
C0M16Y4K13 
(0%,16%,4%,13%)
(0.00/0.16/0.04/0.13)	

CMYK percentages

%0
%15.7
%4.04
%12.55

Codes

Color #DFBCD6 in popluar color models

DFBCD6
RGB223188214
HSL315°35.35%80.59%
HSB/HSV315°15.70%87.45%
CMYK0.00%15.70%4.04%
12.55%

Color #DFBCD6 in popluar number systems.

HEXDFBCD6
Decimal223188214
Binary110111111011110011010110
Octal337274326

Shades and tints

Shades of #DFBCD6

#DFBCD6
(223,188,214)
#CBABC3
(203,171,195)
#B79AB0
(183,154,176)
#A3899D
(163,137,157)
#8F788A
(143,120,138)
#7B6777
(123,103,119)
#675664
(103,86,100)
#534551
(83,69,81)
#3F343E
(63,52,62)
#2B232B
(43,35,43)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #DFBCD6

#DFBCD6
(223,188,214)
#E1C2D9
(225,194,217)
#E3C8DC
(227,200,220)
#E5CEDF
(229,206,223)
#E7D4E2
(231,212,226)
#E9DAE5
(233,218,229)
#EBE0E8
(235,224,232)
#EDE6EB
(237,230,235)
#EFECEE
(239,236,238)
#F1F2F1
(241,242,241)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBCD6 color. Also use rgb(223,188,214) instead hex code.

Text Font Color

.myTextColor { color: #DFBCD6; }

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

This text font color is #DFBCD6.


Background Color

.myBgColor { background-color: #DFBCD6; }

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

This div background color is #DFBCD6.


Border color

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

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

This div border color is #DFBCD6.


Opacity

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

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

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

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

This text has shadow with #DFBCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBCD6 on black background.


Color preview on white background

This text has color #DFBCD6 on white background.



Black color preview on #DFBCD6 background

This text has black color on #DFBCD6 background.


White color preview on #DFBCD6 background

This text has white color on #DFBCD6 background.