COLOR #DFB7CE

HEX: #DFB7CE
RGB: (223,183,206)

Color info

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

RGB color model

#DFB7CE color RGB value is (223,183,206).

  • red value is 223;
  • green value is 183;
  • blue value is 206.
RGB:
(223,183,206)
(87%,72%,81%)

RGB channels and saturation

R 223 of 255 = 87%
G 183 of 255 = 72%
B 206 of 255 = 81%

223
183
206

R + G + B ~ 80%. #DFB7CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 183 + 206 = 612 (100%)
R 223 of 612 ~ 36.44%
G 183 of 612 ~ 29.9%
B 206 of 612 ~ 33.66%

%36.44
%29.9
%33.66

CMYK color model

#DFB7CE color CMYK value is (0,18,8,13).

  • cyan value is 0.00%
  • magenta value is 17.94%
  • yellow value is 7.62%
  • key color value is 12.55%
CMYK:
(0,18,8,13)
C0M18Y8K13 
(0%,18%,8%,13%)
(0.00/0.18/0.08/0.13)	

CMYK percentages

%0
%17.94
%7.62
%12.55

Codes

Color #DFB7CE in popluar color models

DFB7CE
RGB223183206
HSL326°38.46%79.61%
HSB/HSV326°17.94%87.45%
CMYK0.00%17.94%7.62%
12.55%

Color #DFB7CE in popluar number systems.

HEXDFB7CE
Decimal223183206
Binary110111111011011111001110
Octal337267316

Shades and tints

Shades of #DFB7CE

#DFB7CE
(223,183,206)
#CBA7BC
(203,167,188)
#B797AA
(183,151,170)
#A38798
(163,135,152)
#8F7786
(143,119,134)
#7B6774
(123,103,116)
#675762
(103,87,98)
#534750
(83,71,80)
#3F373E
(63,55,62)
#2B272C
(43,39,44)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #DFB7CE

#DFB7CE
(223,183,206)
#E1BDD2
(225,189,210)
#E3C3D6
(227,195,214)
#E5C9DA
(229,201,218)
#E7CFDE
(231,207,222)
#E9D5E2
(233,213,226)
#EBDBE6
(235,219,230)
#EDE1EA
(237,225,234)
#EFE7EE
(239,231,238)
#F1EDF2
(241,237,242)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB7CE color. Also use rgb(223,183,206) instead hex code.

Text Font Color

.myTextColor { color: #DFB7CE; }

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

This text font color is #DFB7CE.


Background Color

.myBgColor { background-color: #DFB7CE; }

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

This div background color is #DFB7CE.


Border color

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

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

This div border color is #DFB7CE.


Opacity

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

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

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

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

This text has shadow with #DFB7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB7CE on black background.


Color preview on white background

This text has color #DFB7CE on white background.



Black color preview on #DFB7CE background

This text has black color on #DFB7CE background.


White color preview on #DFB7CE background

This text has white color on #DFB7CE background.