COLOR #DFB3C0

HEX: #DFB3C0
RGB: (223,179,192)

Color info

#DFB3C0 contains red, green and blue colors in about the same proportion. Web safe color of #DFB3C0 is #CC99CC (or #C9C).

RGB color model

#DFB3C0 color RGB value is (223,179,192).

  • red value is 223;
  • green value is 179;
  • blue value is 192.
RGB:
(223,179,192)
(87%,70%,75%)

RGB channels and saturation

R 223 of 255 = 87%
G 179 of 255 = 70%
B 192 of 255 = 75%

223
179
192

R + G + B ~ 77%. #DFB3C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 179 + 192 = 594 (100%)
R 223 of 594 ~ 37.54%
G 179 of 594 ~ 30.13%
B 192 of 594 ~ 32.32%

%37.54
%30.13
%32.32

CMYK color model

#DFB3C0 color CMYK value is (0,20,14,13).

  • cyan value is 0.00%
  • magenta value is 19.73%
  • yellow value is 13.90%
  • key color value is 12.55%
CMYK:
(0,20,14,13)
C0M20Y14K13 
(0%,20%,14%,13%)
(0.00/0.20/0.14/0.13)	

CMYK percentages

%0
%19.73
%13.9
%12.55

Codes

Color #DFB3C0 in popluar color models

DFB3C0
RGB223179192
HSL342°40.74%78.82%
HSB/HSV342°19.73%87.45%
CMYK0.00%19.73%13.90%
12.55%

Color #DFB3C0 in popluar number systems.

HEXDFB3C0
Decimal223179192
Binary110111111011001111000000
Octal337263300

Shades and tints

Shades of #DFB3C0

#DFB3C0
(223,179,192)
#CBA3AF
(203,163,175)
#B7939E
(183,147,158)
#A3838D
(163,131,141)
#8F737C
(143,115,124)
#7B636B
(123,99,107)
#67535A
(103,83,90)
#534349
(83,67,73)
#3F3338
(63,51,56)
#2B2327
(43,35,39)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #DFB3C0

#DFB3C0
(223,179,192)
#E1B9C5
(225,185,197)
#E3BFCA
(227,191,202)
#E5C5CF
(229,197,207)
#E7CBD4
(231,203,212)
#E9D1D9
(233,209,217)
#EBD7DE
(235,215,222)
#EDDDE3
(237,221,227)
#EFE3E8
(239,227,232)
#F1E9ED
(241,233,237)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB3C0 color. Also use rgb(223,179,192) instead hex code.

Text Font Color

.myTextColor { color: #DFB3C0; }

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

This text font color is #DFB3C0.


Background Color

.myBgColor { background-color: #DFB3C0; }

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

This div background color is #DFB3C0.


Border color

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

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

This div border color is #DFB3C0.


Opacity

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

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

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

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

This text has shadow with #DFB3C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFB3C0 on black background.


Color preview on white background

This text has color #DFB3C0 on white background.



Black color preview on #DFB3C0 background

This text has black color on #DFB3C0 background.


White color preview on #DFB3C0 background

This text has white color on #DFB3C0 background.