COLOR #DFBCD4

HEX: #DFBCD4
RGB: (223,188,212)

Color info

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

RGB color model

#DFBCD4 color RGB value is (223,188,212).

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

RGB channels and saturation

R 223 of 255 = 87%
G 188 of 255 = 74%
B 212 of 255 = 83%

223
188
212

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

Portions of RGB colors in percentages

R + G + B =
223 + 188 + 212 = 623 (100%)
R 223 of 623 ~ 35.79%
G 188 of 623 ~ 30.18%
B 212 of 623 ~ 34.03%

%35.79
%30.18
%34.03

CMYK color model

#DFBCD4 color CMYK value is (0,16,5,13).

  • cyan value is 0.00%
  • magenta value is 15.70%
  • yellow value is 4.93%
  • key color value is 12.55%
CMYK:
(0,16,5,13)
C0M16Y5K13 
(0%,16%,5%,13%)
(0.00/0.16/0.05/0.13)	

CMYK percentages

%0
%15.7
%4.93
%12.55

Codes

Color #DFBCD4 in popluar color models

DFBCD4
RGB223188212
HSL319°35.35%80.59%
HSB/HSV319°15.70%87.45%
CMYK0.00%15.70%4.93%
12.55%

Color #DFBCD4 in popluar number systems.

HEXDFBCD4
Decimal223188212
Binary110111111011110011010100
Octal337274324

Shades and tints

Shades of #DFBCD4

#DFBCD4
(223,188,212)
#CBABC1
(203,171,193)
#B79AAE
(183,154,174)
#A3899B
(163,137,155)
#8F7888
(143,120,136)
#7B6775
(123,103,117)
#675662
(103,86,98)
#53454F
(83,69,79)
#3F343C
(63,52,60)
#2B2329
(43,35,41)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #DFBCD4

#DFBCD4
(223,188,212)
#E1C2D7
(225,194,215)
#E3C8DA
(227,200,218)
#E5CEDD
(229,206,221)
#E7D4E0
(231,212,224)
#E9DAE3
(233,218,227)
#EBE0E6
(235,224,230)
#EDE6E9
(237,230,233)
#EFECEC
(239,236,236)
#F1F2EF
(241,242,239)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBCD4; }

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

This text font color is #DFBCD4.


Background Color

.myBgColor { background-color: #DFBCD4; }

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

This div background color is #DFBCD4.


Border color

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

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

This div border color is #DFBCD4.


Opacity

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

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

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

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

This text has shadow with #DFBCD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBCD4 on black background.


Color preview on white background

This text has color #DFBCD4 on white background.



Black color preview on #DFBCD4 background

This text has black color on #DFBCD4 background.


White color preview on #DFBCD4 background

This text has white color on #DFBCD4 background.